A Python GUI tool, used for organizing your local media files.
- Download the Organize Media folder
- Currently only supported on Windows. (v10+)
- The program will run from wherever the
Organize Media
folder is saved. - It does not need to be installed after it has been downloaded.
To compile the application, run the following:
pip install pyinstaller
pyinstaller -w -F --paths src --distpath "./Organize Media" -n "Organize Media" src/app.py