It creates Folders accordingly, based on file type like images, video, audio, documents, programs, scripts etc.
- Copy and paste te organizilla.exe to the folder where you have messed up files.
- Double click on the exe file, and done!
pip install pyinstaller
pyinstaller --onefile --noconsole --name organizilla --icon=organizilla.ico organizilla.pypip3 install pandas
pip3 install pyinstaller
pyinstaller --onefile organizilla.py
chmod +x organizilla