Skip to content

dreamcatcher45/Pip-Remove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/yourusername/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

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 file for details.