Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 465 Bytes

Desktop Cleanup

Move files to their specified directories with a single button press.

Screenshot

Create virtual environment and install dependencies

py -m venv env
.\env\Scripts\activate
pip install -r requirements.txt

Build app with pyinstaller

pyinstaller main.spec

Download

Alternatively, the app can be downloaded on my website