|
||
---|---|---|
.. | ||
dist | ||
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
- Use it like this : get([number of keys to capture],[if you want bytes output, make this 'True'])
v.1.0.6:
Finally made the package usable.