Ultra-simple keyboard detection with automatic variables
Project description
This library simplifies key detection with just three simple, easy-to-call values:
PyKey.key PyKey.hotkey PyKey.F
Key displays the currently pressed letter key along with combinations. For example:
if PyKey.key == 'a, d': print("The 'a' and 'd' keys are pressed in that order")`
for hotkeys:
if PyKey.hotkey == ctrl, d': print("You pressed Ctrl+D")
and for F:
if PyKey.F == 'F5': print("You pressed F5")
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
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 pykeyeasy-1.0.1.tar.gz.
File metadata
- Download URL: pykeyeasy-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4987b070caeaf85fd01b7690fca9e55229aa3f5482d291600064ea3b89ef86e
|
|
| MD5 |
4921230bcf745034aaba1c976cddf5c2
|
|
| BLAKE2b-256 |
bbdcbc96083d0d4377438271e45411b68a7d238c3efe295d1005be8a1497209d
|
File details
Details for the file pykeyeasy-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pykeyeasy-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e3b4b5fd8950302e15832053d131fcfe488b49e009aac6143177bf8acc884de
|
|
| MD5 |
b577dba6461a7afd7a725105aa31fabe
|
|
| BLAKE2b-256 |
12e6601e56b735832d8de0b216cb9edfdb515f4e00d842d54fb3d56a0e9edb7a
|