/python-utils

A repo who contains Python tools

Primary LanguagePythonMIT LicenseMIT

python-utils

A repo who contains Python tools

Made-In-Senegal

This tool create folders and move currents files in each type of extension

You can run the script without dependancies but

if you want to make your own exe file

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 !