KillPy
is a simple tool designed to locate and delete .venv
directories from your projects. It can help you quickly clean up unnecessary virtual environments and save disk space.
Features
-
Automatic search: Finds all
.venv
directories recursively within a specified path. - Safe deletion: Lists the directories to be deleted and asks for confirmation.
- Fast and lightweight: Minimal dependencies for quick execution.
Installation
To install killpy
, use pip:
pip install KillPy
Usage
Run the following command to search and delete .venv
directories:
killpy
Select the .venv that you want to delete and press enter.

Give It a Star! π
If you found KillPy useful, Iβd really appreciate it if you could give the repository a star on GitHub! π It helps others discover the project and shows your support for its development.
Tlaloc-Es
/
KillPy
List any .venv directories π in your system and check how much space they are using. You can then select which ones to delete to free up space π§Ή
ββ βββ β β ββββ β β ____
ββββββ β β ββ βββ β .'`_ o `;__
ββββ β β β ββββ ββββ . .'.'` '---' '
ββ βββ β β ββ β β .`-...-'.'
βββ `-...-' A tool to delete .venv directories
Delete .venv Directories
KillPy
is a simple tool designed to locate and delete .venv
directories from your projects. It can help you quickly clean up unnecessary virtual environments and save disk space.
Features
-
Automatic search: Finds all
.venv
directories recursively within a specified path. - Safe deletion: Lists the directories to be deleted and asks for confirmation.
- Fast and lightweight: Minimal dependencies for quick execution.
To install killpy
, use pip:
pip install KillPy
Usage
Run the following command to search and delete .venv
directories:
killpy
Contributing
Contributions are welcome! If you'd like to improve this tool, feel free to fork the repository and submit a pullβ¦
Top comments (0)