Purpose of the project: side project to help my wife's life in work ... mainly some file spliting script, automation for something, ...
What's the procedure:
- repeat the procedure executed by human. e.g., login - press icon A - choose folder x from scrow bar - press bottom C
Idea:
- use pyautogui to mimic the behavior
- pack the release package into portable exe for newbie to easy execute
Action plan:
- survey the usage of pyautogui
- build the flow
- coding
- ut
- release