diff --git a/.breakpoints b/.breakpoints new file mode 100644 index 0000000..5cc232f --- /dev/null +++ b/.breakpoints @@ -0,0 +1,3 @@ +{ + "files": {} +} \ No newline at end of file diff --git a/package/dist/fkeycapture-Firepup650-0.0.1.tar.gz b/package/dist/fkeycapture-Firepup650-0.0.1.tar.gz deleted file mode 100644 index 28034e6..0000000 Binary files a/package/dist/fkeycapture-Firepup650-0.0.1.tar.gz and /dev/null differ diff --git a/package/dist/fkeycapture-Firepup650-0.0.2.tar.gz b/package/dist/fkeycapture-Firepup650-0.0.2.tar.gz new file mode 100644 index 0000000..0dc0c1a Binary files /dev/null and b/package/dist/fkeycapture-Firepup650-0.0.2.tar.gz differ diff --git a/package/dist/fkeycapture_Firepup650-0.0.1-py3-none-any.whl b/package/dist/fkeycapture_Firepup650-0.0.1-py3-none-any.whl deleted file mode 100644 index f686c1b..0000000 Binary files a/package/dist/fkeycapture_Firepup650-0.0.1-py3-none-any.whl and /dev/null differ diff --git a/package/dist/fkeycapture_Firepup650-0.0.2-py3-none-any.whl b/package/dist/fkeycapture_Firepup650-0.0.2-py3-none-any.whl new file mode 100644 index 0000000..c6e5ded Binary files /dev/null and b/package/dist/fkeycapture_Firepup650-0.0.2-py3-none-any.whl differ diff --git a/package/setup.cfg b/package/setup.cfg index ceb8f7d..58c3c68 100644 --- a/package/setup.cfg +++ b/package/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fkeycapture-Firepup650 -version = 0.0.1 +version = 0.0.2 author = Firepup650 author_email = firepyp650@gmail.com description = A way to capture keystrokes diff --git a/package/src/fkeycapture/fkeycapture.py b/package/src/fkeycapture/fkeycapture.py index 876f27c..106e83c 100644 --- a/package/src/fkeycapture/fkeycapture.py +++ b/package/src/fkeycapture/fkeycapture.py @@ -1,4 +1,5 @@ import termios, fcntl, sys +global fd,flags_save,attrs_save fd = sys.stdin.fileno() flags_save = fcntl.fcntl(fd, fcntl.F_GETFL) attrs_save = termios.tcgetattr(fd) diff --git a/package/src/fkeycapture_Firepup650.egg-info/PKG-INFO b/package/src/fkeycapture_Firepup650.egg-info/PKG-INFO index 1f1644a..d142f63 100644 --- a/package/src/fkeycapture_Firepup650.egg-info/PKG-INFO +++ b/package/src/fkeycapture_Firepup650.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: fkeycapture-Firepup650 -Version: 0.0.1 +Version: 0.0.2 Summary: A way to capture keystrokes Home-page: https://github.com/Alexander-Maples/fkeycapture Author: Firepup650 @@ -8,6 +8,11 @@ Author-email: firepyp650@gmail.com License: UNKNOWN Project-URL: Bug Tracker, https://github.com/Alexander-Maples/fkeycapture/issues Project-URL: replit, https://replit.com/@ALEXANDERMAPLES/fkeycapture +Description: # 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 Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License @@ -18,11 +23,3 @@ Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Requires-Python: >=3.6 Description-Content-Type: text/markdown -License-File: LICENSE - -# 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 -