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)