gui_automation
gui automation based on pyautogui python as backend and flutter desktop as frontend, drag and drop tool, no coding required.
install python dependencies
pip install pyautogui
that’s it, now you can try the app by running the executable file release/linux/automation
. check the example down below.
example
it is tested on linux based system ubuntu 20.4
the following sequence will open a terminal write “python –version” in it then press enter. the process will be repeated 2 times (overall 3 times).
Comments are closed.