https://github.com/wthrajat/windows-junk-cleaner
A 12 KB simple junk cleaner utility which cleans trash from your root drive in Windows
https://github.com/wthrajat/windows-junk-cleaner
cleaner os python tkinter-gui
Last synced: 4 months ago
JSON representation
A 12 KB simple junk cleaner utility which cleans trash from your root drive in Windows
- Host: GitHub
- URL: https://github.com/wthrajat/windows-junk-cleaner
- Owner: wthrajat
- License: mit
- Created: 2022-09-21T16:44:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T08:55:38.000Z (over 1 year ago)
- Last Synced: 2025-04-23T14:45:36.736Z (6 months ago)
- Topics: cleaner, os, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Disk Cleaner for Windows [](https://www.python.org/) [](https://pypi.org/project/pip) [](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
#### A <12 KB sized utility to clean trash from your `C:/` drive in Windows.
### Run
- Setup python virtual environment:
```console
$ python -m venv .virtual_env_name
```- Activate venv:
```console
$ source .venv/bin/activate
```- Install dependencies in virtual env:
```console
$ 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:
![]()
- Analysing junk...
![]()
- Cleaning junk...
![]()