PyCleaner 2.0.0
================

Dependency-free Python virtual environment cleanup desktop application.

RUN
---
Linux/macOS:
  python3 PyCleaner.py

Windows:
  python PyCleaner.py

REQUIREMENTS
------------
- Python 3.8 or newer
- Tkinter (included with standard Windows and macOS Python installations)
- Ubuntu/Debian systems may install Tkinter with:
    sudo apt install python3-tk

No Flask server. No browser UI. No pip packages. No requirements.txt.

FEATURES
--------
- Native Tkinter GUI with Python blue/yellow branding
- Manual folder selection and scan
- Auto-Find scan of the current user's home folder
- Detects folders named venv and .venv
- Identifies verified environments containing pyvenv.cfg
- Optional environment size calculation
- Click a checkbox cell or press Space to select
- Double-click any result to open its project folder
- Select all, select none, invert, filter, sort, and open selected
- Background scanning and deletion keeps the interface responsive
- Symlinks are never followed or deleted
- Common cache/vendor directories are skipped during Auto-Find
- Permanent deletion requires both confirmation and typing DELETE

SAFETY
------
Deletion uses shutil.rmtree and cannot be undone. PyCleaner only deletes
selected folders whose final directory name is exactly venv or .venv.
Symlinks are rejected.

AUTHOR
------
DarkMatter Software | K0NxT3D
