A collection of GUI automation projects.
Project | Description |
---|---|
Piano Tiles | Automate tile clicking |
monkeytype | Automate typing |
typer.io | Automate typing |
A few of these projects use browser automation and web scraping to control the browser and read the website. Libraries that are used include:
- pyautogui
- Requests
- BeautifulSoup
- lxml
- re
- selenium
These projects were written according to my system's behavior, which may be different from other systems' behavior. You may have to change some lines to get these projects working on your system.