๐TidyCobra is a Python-based utility that automates the sorting of your files into designated folders like Pictures, Music, Documents, etc., keeping your folders organized.
๐ Includes configuration tool, as well as a script to be set to run, in order to periodically reroute your files to their respective folders.
๐ Written in Python. GUI created using wxPython.
- Automatic Sorting: Redirect files to specific folders based on file type.
- Custom Rules: Configure your own sorting criteria.
- Linux
- Windows
- Python 3.x
- wxPython (for GUI)
- pypubsub
git clone https://github.com/mehanix/TidyCobra.git
cd TidyCobra
pip install -r requirements.txtTo start TidyCobra, run:
python app.pyFollow the GUI prompts to configure your sorting rules.
Use the provided GUI to create rules for sorting your downloads. These rules determine the destination folder for each file type.
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
Thanks to all the contributors who have helped with this project. Special thanks to the wxPython project for the GUI toolkit.
