Skip to content

TheJordanDev/FolderCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies

python -m pip install -r requirements.txt

Build exe

./build.bat

If you have erros when building (e.g. The .exe does not compile)

Try making a virtual env See example here

python -m venv env

# Activate the env (env/Scripts/activate)

# Reinstall dependencies
pip install -r requirements.txt

# And rebuild with either the build.bat or the first command inside

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published