Python Dependency Manager is a desktop GUI application that helps Python developers manage their installed packages with ease. It allows you to view installed packages, uninstall them, and search for more information about a package directly from the application. Built with Tkinter, the application provides a clean and modern interface.
- View a list of all installed Python packages along with their versions and statuses.
- Search for specific packages by name.
- Uninstall selected packages with a single click.
- View detailed information about any package.
- Directly search the web for package details.
- Modern, responsive UI with customizable styles.
- Multithreaded operations for a smooth user experience.
- Python 3.9 or higher
pip(Python Package Manager)
- Clone the repository:
git clone https://github.com/masoomul786/remove.py.git cd remove.py
