You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the code:
1: Ensure that you have a UNIX based system or WSL .
2: Install the curses module in python
For WSL: pip install windows-curses
For Linux: sudo apt-get install libncurses-dev