A repo who contains Python tools
This tool create folders and move currents files in each type of extension
You can run the script without dependancies but
Create virtual env py -m venv venv
Download and install the dependancies pip -r install requirements.txt
Run the pyinstaller to create exe file pyinstaller --onefile -c "rangement.py"
Go the dist directory and you will see the exe file !