easy-getch

Easily get a single character


License
MIT
Install
pip install easy-getch==1.0.6

Documentation

Build StatusPyPI

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)