pynput
Package — UtilityPython 3.7+Intermediate
Monitor and control keyboard and mouse
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install pynput
Learn by Difficulty
Quick Example
python
# Install: pip install pynput import pynput # Basic pynput usage print(f"Using pynput") # See documentation for detailed examples
pynput is a third-party package. Monitor and control keyboard and mouse. Install with: pip install pynput
Try in PlaygroundTags
packageutilityhelper