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

https://github.com/dreamcatcher45/pip-remove

A GUI app to view and remove pip installed packages
https://github.com/dreamcatcher45/pip-remove

gui pip pip-gui pip-remove pip-tool pip-tools python remove tool uninstaller

Last synced: 11 days ago
JSON representation

A GUI app to view and remove pip installed packages

Awesome Lists containing this project

README

          

# Pip Remove

Pip Remove is a Python GUI application designed to provide an easy and efficient way to view and remove pip-installed packages. It supports batch operations, making it a powerful tool for managing your Python environment.

## Features

- View installed packages
- Remove packages individually or in batch
- Batch removal of packages

## Prerequisites

- Python 3.6 or higher
- pip (Python package installer)

## Installation

1. Clone the repository:
```
git clone https://github.com/dreamcatcher45/pip-remove.git
```
2. Navigate to the project directory:
```
cd pip-remove
```
3. Install the required packages:
```
pip install -r requirements.txt
```

## Usage

1. Run the application:
```
python app.py
```
2. Use the GUI to view installed packages and remove them as needed.

## Screenshot

![Pip Remove Screenshot](https://raw.githubusercontent.com/dreamcatcher45/Pip-Remove/main/pip-remove.png)

## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.