Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 640 Bytes

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 !