✅ python-getch
🔹 python gethc(), pause(), getche() function read a charecter from standard input without type the line delimiter character (NL, EOL, EOL2 or EOF )
Functions:
getch():- Read a character from standard input and not echo it.
getche():- Read a character from standard input and echo it.
kbhit():- Wait for keypress event and return True.
pause():- Hold screen for keypress.
Dependencies ➡️python-setuptools
`$ sudo apt-get install python-setuptools`
Install 💯
$python setup.py install