Metadata-Version: 2.0
Name: pyKStroke
Version: 0.4.3
Summary: Simple keyboard input hook on multiple platforms that returns a character.
Home-page: https://bitbucket.org/Tungsteno/pykstroke/wiki/Home
Author: Tungsteno
Author-email: contacts00-pykstroke@yahoo.it
License: LGPLv2.1+
Download-URL: https://bitbucket.org/Tungsteno/pykstroke/get/0.4.3.zip
Keywords: input keyboard system events user control hook
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X :: Carbon
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: python-xlib (>=0.16); sys_platform=='darwin'
Requires-Dist: python-xlib (>=0.16); sys_platform=='linux2'
Requires-Dist: pypiwin32 (>=218); sys_platform=='win32'
Requires-Dist: pyWinhook (>=1.5.2); sys_platform=='win32'

Simple keyboard input hook on multiple platforms that returns a character.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I know that there are others Python packages similar to this on the web, but i make this because my *main goal* would be
to create an **easy-to-use** and **fast-response** keyboard input event hook package that can be adapted to different types of use.

| The main modules are `**ksSys.py** <Reference.md>`__ and `**ksApp.py** <Reference.md>`__.
| The classes directly included in the above modules are the only ones that you can use for input purposes.
| I've tried to use the same interface in both modules classes to achieve an easy interpretation of what they do,
  even if *"under the hood"* is used a different code implementation.
| Both returs a tuple with `Windows Virual-Key code <Reference.md/#markdown-header-init>`__ (with some additions) and key state code.


