A Python module to get the pressed key
Project description
getkey
A Python module to get the pressed key
Installation
From PyPI
pip3 install pygetkey
From GitHub
pip3 install git+https://github.com/donno2048/getkey
Usage
import getkey
getkey.get_key() # Wait for a key to be pressed and return it
getkey.get_last_key() # Don't wait for a key to be pressed and return the last pressed key (mainly for "async" loops)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygetkey-1.0.0.tar.gz
(2.8 kB
view details)
File details
Details for the file pygetkey-1.0.0.tar.gz
.
File metadata
- Download URL: pygetkey-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 725ff535d937c553527e7662f9e1d3cd63233d53de5ff22b5dd746a96db89feb |
|
MD5 | aa690547d37cc72eb9f330d34ea7f979 |
|
BLAKE2b-256 | a0df8aabbcb603e089911a4b7d145b3a1ada94a8a6b3402fa0b0fa293bdcb801 |