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.0.2.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.0.2.tar.gz.
File metadata
- Download URL: unix_quick_key-0.0.2.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 |
ea879205e202863fe342f08be5cfca073cd2fdb801538afd18a96f757304abb1
|
|
| MD5 |
6ea40203be5f23147f60b7d3f1bb856c
|
|
| BLAKE2b-256 |
73a0f5bfe0cfece8cd580433ab8f5cae37264bf45095127350547bacfb66733f
|
File details
Details for the file unix_quick_key-0.0.2-py3-none-any.whl.
File metadata
- Download URL: unix_quick_key-0.0.2-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 |
fd0420d409b28f8812591620203f99c84db240cd24a53aa9099e3a808ecf6800
|
|
| MD5 |
aac2b57dadb7098427c3bb9f734f7c0d
|
|
| BLAKE2b-256 |
0a3d80c9739aee95dc3007de91e688b9a2d3b90858d3a2e14c56833a1c9e0350
|