fpsql-py-package/package
2022-03-03 15:29:03 +00:00
..
src 1.0.7 2022-03-03 15:29:03 +00:00
LICENSE Initial commit 2021-11-16 19:36:12 +00:00
pyproject.toml Initial commit 2021-11-16 19:36:12 +00:00
README.md 1.0.7 2022-03-03 15:29:03 +00:00
setup.cfg 1.0.7 2022-03-03 15:29:03 +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:

  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'])
  3. To use the getnum method use like this: getnum([number of key to capture])
v.1.0.7:

Added the getnum method