https://github.com/sameeerkashyap/py-automaton
Simple Automation scripts using python
https://github.com/sameeerkashyap/py-automaton
auomate automation boring python python-automation python-script python3 scripting
Last synced: 3 months ago
JSON representation
Simple Automation scripts using python
- Host: GitHub
- URL: https://github.com/sameeerkashyap/py-automaton
- Owner: sameeerkashyap
- Created: 2020-09-02T08:58:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T15:03:34.000Z (over 5 years ago)
- Last Synced: 2025-08-17T12:37:15.302Z (5 months ago)
- Topics: auomate, automation, boring, python, python-automation, python-script, python3, scripting
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**
- [x] Unzip zip file, delete zip file and open the unzipped folder
- [x] Sort .jpg, .png, .jpeg, .webp into images folder
- [x] Sort .pdf, .doc, .docx into Documents folder
- [x] Run process in background
- [x] Run on windows startup
- [ ] Add Regular expression support
- [ ] Add GUI with custom path input
##### Feel free to contribute!
* 🍴
* 👩💻
* ⬆