A way to capture keystrokes
Project description
fkeycapture
This is a simple and easy to use package that allows you to capture individual keystrokes from the user.
Forms:
- (Default) Recive key as a string
- Recive key as bytes (get only)
- Recive key as ints (getnum only)
How to Use:
- from fkeycapture import get, getnum, getchars
- Use get like this: get([number of keys to capture],[if you want bytes output, make this 'True'])
- Use getnum like this: getnum([number of numbers to capture], [if you want int output, make this
True
])
v.1.2.1:
Type hinting, docstrings, and int support for getnum!
Now includes a help command! Use fkeycapture.help() to recive help. Help discontinued.
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
fkeycapture-1.2.1.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for fkeycapture-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 961d49f7c1832d0dcd7398384c661933d488d5e5b81a899ddcb0ca1cc334ac0e |
|
MD5 | 54c7963583504d1a07eb183b91eb66a9 |
|
BLAKE2b-256 | 003560430cc06cf210a822d4dd5e32d0fe9ee8312bcae15b8d77de9fd1b03b09 |