Skip to content

wthrajat/windows-junk-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Cleaner for Windows made-with-python PyPi version GitHub license

A <12 KB sized utility to clean trash from your C:/ drive in Windows.

Run

  • Setup python virtual environment:
$ python -m venv .virtual_env_name
  • Activate venv:
$ source .venv/bin/activate
  • Install dependencies in virtual env:
$ python -m pip install requirements.txt

Note: Or you can install dependencies manually using pip install package_name if you encounter any repository-related error.

  • Run the src/main.py and scan for junk before proceeding to clean it (ofc).

Interface

  • Choosing an option:
Option 1

  • Analysing junk...
Junk Analysis

  • Cleaning junk...
Junk Cleaning

About

A 12 KB simple junk cleaner utility which cleans trash from your root drive in Windows

Topics

Resources

License

Stars

Watchers

Forks

Languages