
keyboard 0.13.5
0
    
Hook and simulate keyboard events on Windows and Linux
                    Contents
                    
                
                
            Hook and simulate keyboard events on Windows and Linux
Stars: 3790, Watchers: 3790, Forks: 432, Open Issues: 405The boppreh/keyboard repo was created 11 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 3790 github stars!
How to Install keyboard
You can install keyboard using pip
pip install keyboard
or add it to a project with poetry
poetry add keyboard
Package Details
- Author
 - BoppreH
 - License
 - MIT
 - Homepage
 - https://github.com/boppreh/keyboard
 - PyPi:
 - https://pypi.org/project/keyboard/
 - GitHub Repo:
 - https://github.com/boppreh/keyboard
 
Classifiers
- Software Development/Libraries/Python Modules
 - Utilities
 
Related Packages
Errors
A list of common keyboard errors.
Code Examples
Here are some keyboard code examples and snippets.
GitHub Issues
The keyboard package has 405 open issues on GitHub
- is it possible to get the output in the active window?
 - Stop capturing keystrokes on condition
 - Trouble Importing module on Mac OS Monterey
 - is_pressed block my program
 - Duplicate keys in canonical_names
 - Don't remove num when canonizing num keys
 - Use non-localized virtual keys (MapVirtualKeyW) or let us set/ignore the locale
 - is_modifier and keyboard.get_hotkey_names don't work with non-english names
 - add_hotkey remove hook() where set_index(0)
 - Added new feature. Random delay in wite() function
 - fix typo
 - Crashes Python When Imported
 - Add type hints
 - segmentation fault when importing the library on Big Sur
 - StopIteration error when using keyboard.write() with keys that aren't digits and lowercase?
 
pythonfix