Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 512 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 512 Bytes

DownloadsCleaner

A simple tool to clean your downloads folder! Just run the Downloads Cleaner.py file using python3/python (filename), or download prebuild a release from the right side of your screen!

Note: If downloading the source code on windows, change the "os" setting in the dc-data/config.json file from "mac" to "win"

Requirements (not required for prebuild releases):

  • Python 3
  • os package (pip3/pip install os)
  • tkinter package (pip3/pip install tkinter)
  • json package (pip3/pip install json)