Skip to content

Sameerkash/Py-Automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automaton

Automating the boring stuff using python

Do you donwload code from github for code reference but have to unzip all the time? Do you download images but can't find it in your messy downloads folder? Can't find documents either? Well, you are at the right place! Chekout Automaton, a python script to automate all these boring tasks

Build from source

  • Make sure you replace the path according to your downloads folder and and operating system.
  • Make sure Documents and images exist in the Downloads path
  • Run pyinstaller --noconsole tool.py and you have your .exe (build according to OS)
  • Run the exe and see the magic!
  • Open shell:startup and add a shortucut to exe in the folder to start the process with Windows startup

Check List

  • Unzip zip file, delete zip file and open the unzipped folder
  • Sort .jpg, .png, .jpeg, .webp into images folder
  • Sort .pdf, .doc, .docx into Documents folder
  • Run process in background
  • Run on windows startup
  • Add Regular expression support
  • Add GUI with custom path input
Feel free to contribute!
  • 🍴
  • 👩‍💻