fpsql-py-package/package/README.md

13 lines
465 B
Markdown
Raw Normal View History

2021-11-17 15:58:36 +00:00
# fkeycapture
This is a simple and easy to use package that allows you to capture individual keystrokes from the user.
#### Forms:
1. (Default) Recive key as a string
2. Recive key as bytes
#### How to Use:
2022-03-03 15:29:03 +00:00
1. from fkeycapture import get, getnum
2. Use it like this
: get([number of keys to capture],[if you want bytes output, make this 'True'])
2022-03-03 15:29:03 +00:00
3. To use the getnum method use like this: getnum([number of key to capture])
###### v.1.0.7:
Added the getnum method