Metadata-Version: 2.0
Name: PyHook3
Version: 1.6.1
Summary: Python wrapper for out-of-context input hooks in Windows
Home-page: https://github.com/gggfreak2003/PyHook3
Author: Peter Parente, Markus Dod
Author-email: mdod@hs-mittweida.de
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

The PyHook3 package provides callbacks for global mouse and keyboard  events in Windows. Python applications register event handlers for  user input events such as left mouse down, left mouse up, key down,  etc. and set the keyboard and/or mouse hook. The underlying C library  reports information like the time of the event, the name of the window  in which the event occurred, the value of the event, any keyboard  modifiers, etc. 


