https://github.com/cmccandless/easy-getch
Easily get a single character.
https://github.com/cmccandless/easy-getch
Last synced: 3 months ago
JSON representation
Easily get a single character.
- Host: GitHub
- URL: https://github.com/cmccandless/easy-getch
- Owner: cmccandless
- License: mit
- Created: 2018-09-21T15:46:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T13:01:24.000Z (over 6 years ago)
- Last Synced: 2025-01-13T03:12:14.344Z (5 months ago)
- Language: Python
- Homepage: https://pypi.org/project/easy-getch
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.py
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/cmccandless/easy_getch)[](https://pypi.org/project/easy_getch/)
# easy-getch
Easily get a single character.Inspired by [this article](https://code.activestate.com/recipes/134892).
## Installation
```bash
pip install easy_getch
```## Usage
```Python
from easy_getch import getchch = getch()
print(ch)
```