Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 500 Bytes

projectA

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:

  1. repeat the procedure executed by human. e.g., login - press icon A - choose folder x from scrow bar - press bottom C

Idea:

  1. use pyautogui to mimic the behavior
  2. pack the release package into portable exe for newbie to easy execute

Action plan:

  1. survey the usage of pyautogui
  2. build the flow
  3. coding
  4. ut
  5. release