
PyAutoGUI 0.9.54
0
PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, m
Contents
PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, macOS, and Linux, on Python 3 and 2.
Stars: 12303, Watchers: 12303, Forks: 1399, Open Issues: 579The asweigart/pyautogui repo was created 11 years ago and the last code push was 1 years ago.
The project is extremely popular with a mindblowing 12303 github stars!
How to Install pyautogui
You can install pyautogui using pip
pip install pyautogui
or add it to a project with poetry
poetry add pyautogui
Package Details
- Author
- Al Sweigart
- License
- BSD
- Homepage
- https://github.com/asweigart/pyautogui
- PyPi:
- https://pypi.org/project/PyAutoGUI/
- GitHub Repo:
- https://github.com/asweigart/pyautogui
Classifiers
Related Packages
Errors
A list of common pyautogui errors.
Code Examples
Here are some pyautogui code examples and snippets.
GitHub Issues
The pyautogui package has 579 open issues on GitHub
- Fix horizontal scrolling on Windows by using MOUSEEVENTF_HWHEEL
- Fix macOS keyboard layout issues with Unicode typing
- Adaptive Waiting as a Complement to PyAutoGUI
- Problema com PyAutoGUI: Atalhos e Shift não funcionando corretamente / Problem with PyAutoGUI: Shortcuts and Shift not working properly
- Will this pop-up window interrupt the program?
- Adding support for Wayland
- Support for Wayland
pythonfix