easy-getch
Easily get a single character.
Inspired by this article.
Installation
pip install easy_getch
Usage
from easy_getch import getch
ch = getch()
print(ch)
Easily get a single character
pip install easy-getch==1.0.6
Easily get a single character.
Inspired by this article.
pip install easy_getch
from easy_getch import getch
ch = getch()
print(ch)