Metadata-Version: 1.1
Name: pyKStroke
Version: 0.4.0
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.0.zip
Description: 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 that must be used are `**ksSys.py** <Reference.md>`__ and `**ksApp.py** <Reference.md>`__.
        | The classes directly included in the above modules are the only ones that you should use for input purposes.
        | I've tried to use the same interface in both modules classes to achieve an easy interpretation of what they can do,
          even if *"under the hood"* is used a different code implementation.
          Both returs a tuple with unicode character, event type code and event type string.
        
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
