https://github.com/husna-poyraz/python-automation-paint
Python Automation with PyAutoGUI and PyWinAuto
https://github.com/husna-poyraz/python-automation-paint
automation mspaint pyautogui python pywinauto
Last synced: 8 months ago
JSON representation
Python Automation with PyAutoGUI and PyWinAuto
- Host: GitHub
- URL: https://github.com/husna-poyraz/python-automation-paint
- Owner: Husna-POYRAZ
- Created: 2022-08-03T22:31:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T09:03:56.000Z (about 3 years ago)
- Last Synced: 2025-01-09T04:21:55.097Z (9 months ago)
- Topics: automation, mspaint, pyautogui, python, pywinauto
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to automate a windows desktop application with Python?
## Python Automation with PyAutoGUI and PyWinAuto
Pywinauto and PyAutoGUI are Windows GUI automation library written python. They allows you to send mouse and keyboard actions to windows dialogs and controls.
Pywinauto: https://pywinauto.readthedocs.io/en/latest/contents.html
PyAutoGUI: https://pyautogui.readthedocs.io/en/latest/
Example script for MS Paint
Requirements:
- tested on Windows 10 (should work on Win7+)
- pywinauto 0.6.1+
- pyautogui
https://user-images.githubusercontent.com/75911392/182725898-f8a97c50-7d43-42d9-a639-7bdf3b2d45b6.mp4