A module providing lists of real keyboard keys.
Project description
keyboardkey Module
A Python module providing lists of all keyboard keys exactly as captured from a standard keyboard.
Installation
Install the module from PyPI using pip:
pip install keyboardkey
---
## Usage
```python
from keys import functions, numbers, punctuations, cletters, sletters, controls, system, arrows, everykey
# Print all function keys (F1–F12)
print("Function keys:", functions)
# Print all numbers including decimal
print("Numbers:", numbers)
# Print all punctuation symbols
print("Punctuations:", punctuations)
# Print all capital letters
print("Capital letters:", cletters)
# Print all small letters
print("Small letters:", sletters)
# Print all control keys
print("Control keys:", controls)
# Print all system keys
print("System keys:", system)
# Print all arrow keys
print("Arrow keys:", arrows)
# Print all keys combined
print("Every key:", everykey)
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
keyboardkey-3.0.tar.gz
(2.6 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 keyboardkey-3.0.tar.gz.
File metadata
- Download URL: keyboardkey-3.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3331d72209ebb9c4aef7846a0bccc4d885f85926e120e19b733a5e44eb212935
|
|
| MD5 |
089a7c03d77333c70ddc36c1136a9a85
|
|
| BLAKE2b-256 |
5610469764a774b6bb7cc1f3552a4d0fbcad3ce06f793313e8bef71e7df2c422
|
File details
Details for the file keyboardkey-3.0-py3-none-any.whl.
File metadata
- Download URL: keyboardkey-3.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c44b1a81da2cbdf1585077285c3c6665fc4e29cc5681d49a843acd3f6d6bf8bb
|
|
| MD5 |
d9ff81dc73ee7d7b32202f6fdc5af07d
|
|
| BLAKE2b-256 |
ffa11608c597948dc9dd0d3ed1443e68e527278d5bb4c0152b2346e1bb801766
|