https://github.com/tungsteno74/pywinhook
A fork of pyHook from Peter P. with some updates
https://github.com/tungsteno74/pywinhook
hook input keyb pyhook user win
Last synced: 3 months ago
JSON representation
A fork of pyHook from Peter P. with some updates
- Host: GitHub
- URL: https://github.com/tungsteno74/pywinhook
- Owner: Tungsteno74
- License: other
- Created: 2017-03-19T13:16:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T21:57:27.000Z (almost 6 years ago)
- Last Synced: 2024-06-19T05:56:58.307Z (over 1 year ago)
- Topics: hook, input, keyb, pyhook, user, win
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 47
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
A pyHook fork with some updates for support latest Visual Studio compilers.
See the website, http://pyhook.sourceforge.net/, for the original pyHook project.
Known bugs
----------
- PyInstaller can't build single-file executables using pyWinhook. This may be
fixed in 1.5.1, but hasn't been tested.
- pyWinhook is reported to break dead keys on non-US-english keyboards.
- WM_CHAR messages are not intercepted by pyWinhook, even if SubscribeKeyChar() or
SubscribeKeyAll() are used to set the callback function.
Limitations
-----------
- pyWinhook will not work on Win9x (no messages show up) as it uses hooks which
are not present in Windows systems prior to NT 4.0 SP3.