bambadiagne / python-utils

A repo who contains Python tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

A repo who contains Python tools

License:MIT License


Languages

Language:Python 100.0%