pipUI is an open sourced graphical user interface for pip; the python package installer. This application lets you see which packages are already installed and allows you to search and install new ones. This application can be run on Windows and Linux systems alike and also supports virtual environments. No more having to fumble through multiple pip commands to get a simple job done.
In order to make things easier for the average user, we aim to create an open-sourced graphical interface for pip. Some of the main features of this project are mentioned below:
- Install packages system-wide or in a virtual environment.
- Lists all the packages currently installed in the system or virtual environment.
- Allows users to install/update/remove packages without having to write any pip commands
- Notifies users of any new updates for packages.
- Can auto generates a requirements.txt file with the click of a button
- Can install packages from a given requirements.txt file.
The following instructions will guide you in setting up this application on your system.
- python 3.6+
- python-pip
- Virtualenv (Optional: for virtual environment support)
pipUI works in both Windows and Linux operating systems.
To install pipUI on Linux:
- Download the .deb file from PLACEHOLDER
- Run
$sudo dpkg --install package_name.deb
- You can either launch it from the the command line
$pipui
or from the app launcher of your distro
To install pipUI on Windows:
- Download the executable from here
- Run the .exe application from the downloaded folder
Basic application | Installing a new package |
---|---|
- Python
- Electron
- Fast-Autocomplete