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.1.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.1.tar.gz.
File metadata
- Download URL: unix_quick_key-0.0.1.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 |
723b85e4a874b5df52f1769dacb99d5c4702a222ad36447b1b00d292aa35b336
|
|
| MD5 |
14a53030dd293a43c029e8a423f83d6e
|
|
| BLAKE2b-256 |
cbebd6a1c7b5d08fd44893b0f715aa000a9661b07fdb14884808322b3cbfee39
|
File details
Details for the file unix_quick_key-0.0.1-py3-none-any.whl.
File metadata
- Download URL: unix_quick_key-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
4a2e388b89ef2df534ebd831b6a4bd8b0774ff218141bdf42760c902a8dad087
|
|
| MD5 |
dfcc73ebc038277cc94002ace81a20c1
|
|
| BLAKE2b-256 |
4bc02792784b3cef165b8a987c2fa51404fdc7c89fe10c97a33dc3e780a1df26
|