/envCleaner

A simple Python tool that helps identify and delete unused virtual environments (venv) in your project folders. This CLI helps keep your system organized and frees up disk space.

Primary LanguagePython

cleaner

Pass the path you want to delete the venv

Usage:

$ cleaner [OPTIONS] PATH

Arguments:

  • PATH: [required]

Options:

  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.