Easy keypress reads
Project description
Quick Key
Provides an easy way to get keypresses on linux.
from quick_key import Key, get_key, readmode
with readmode():
curr_key = None
while curr_key != Key.q:
curr_key = get_key()
# do something with keypresses...
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
unix_quick_key-0.1.0.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unix_quick_key-0.1.0.tar.gz.
File metadata
- Download URL: unix_quick_key-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5359dae512c832230754d9305c4f404e23536acbaf30abf28f62ee293e05eaba
|
|
| MD5 |
277a48eb03bf5d1aae4eaa49b9c5e0b0
|
|
| BLAKE2b-256 |
e3ab15d9eb1495f05cb41da2cf4e0e95b959d34feef13f18dcfc2c812d6f7a41
|
File details
Details for the file unix_quick_key-0.1.0-py3-none-any.whl.
File metadata
- Download URL: unix_quick_key-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2ec02aa91def40fe7fa4ebde721e9e8d79ef3b24fd4d853cbbe61a5a1df26a0
|
|
| MD5 |
8969454f4c07a6c70375ffb2b312ae92
|
|
| BLAKE2b-256 |
3ada1c6ed28d4c1a1c776255c7be036e58bde856b4ec2f3cdf7d80d5b2216864
|