An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Disk Cleaner for Windows [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPi version](https://badgen.net/pypi/v/pip/)](https://pypi.org/project/pip) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](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:


Option 1

- Analysing junk...


Junk Analysis

- Cleaning junk...


Junk Cleaning