.. | ||
src | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
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
How to Use:
- from fkeycapture import get, getnum
- Use it like this : get([number of keys to capture],[if you want bytes output, make this 'True'])
- To use the getnum method use like this: getnum([number of key to capture])
v.1.0.7:
Added the getnum method