Skip to content

hw2007/DownloadsCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)