Menu

Tree [53b57e] main /
 History

HTTPS access


File Date Author Commit
 .gitignore 2023-04-27 lifeofsoumya lifeofsoumya [aa67c3] added everything in init
 README.md 2023-04-27 lifeofsoumya lifeofsoumya [53b57e] prompt remove for trj sus
 organizilla.exe 2023-04-27 lifeofsoumya lifeofsoumya [53b57e] prompt remove for trj sus
 organizilla.ico 2023-04-27 lifeofsoumya lifeofsoumya [aa67c3] added everything in init
 organizilla.py 2023-04-27 lifeofsoumya lifeofsoumya [53b57e] prompt remove for trj sus

Read Me

Use organiZilla

  • Copy and paste te organizilla.exe to the folder where you have messed up files.
  • Double click on the exe file, and done!

Customize the source code ( for developers )

Windows

pip install pyinstaller
pyinstaller --onefile --noconsole --name organizilla --icon=organizilla.ico organizilla.py

Linux

pip3 install pandas
pip3 install pyinstaller
pyinstaller --onefile organizilla.py
chmod +x organizilla