Higher layer of PyAutoGUI that support click text in screen, create scripts, deal with browser.
Not supported yet.
from auto_gui import progressing
# Click the first match text "requirements" in screen
progressing.Progressing().pipeline("click", "requirements").run()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.