Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmccandless/easy-getch
Easily get a single character.
https://github.com/cmccandless/easy-getch
Last synced: 1 day 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T13:01:24.000Z (about 6 years ago)
- Last Synced: 2024-08-08T17:42:58.906Z (3 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
[![Build Status](https://travis-ci.com/cmccandless/easy_getch.svg?branch=master)](https://travis-ci.com/cmccandless/easy_getch)[![PyPI](https://img.shields.io/pypi/v/nine.svg)](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)
```