fpsql-py-package/package
Firepup Sixfifty 65cbb2d5e3 v.1.0.6:
Finally made the package usable.
2021-11-21 22:19:25 +00:00
..
dist v.1.0.6: 2021-11-21 22:19:25 +00:00
src v.1.0.6: 2021-11-21 22:19:25 +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 v.1.0.6: 2021-11-21 22:19:25 +00:00
setup.cfg v.1.0.6: 2021-11-21 22:19:25 +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
  2. 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.