GUI Package Manager for Python
Downloadable executables are coming soon. For now, follow the steps below to run the program.
- On macOS, this can be done through
brew install git. - On Windows, download and install Git from the official website.
- Download and install Python from the official website or the Microsoft Store.
Run the following command in your terminal or command prompt:
git clone https://github.com/arjbarber/pipim.git
This will copy all the files from this repository to a folder on your computer.
Navigate to the project folder and install the required dependencies:
cd pipim
pip install -r requirements.txt
Run the following command to start the application:
python runner.py
python runner.py
- View installed Python packages.
- Search for packages on PyPI.
- Install and uninstall packages.
- Save package information locally.
- Open package documentation directly from the app.
- Ensure Python is added to your system's PATH during installation.
- The app runs a backend server on
http://127.0.0.1:5050/and launches a GUI frontend. - If you encounter issues, ensure no other process is using port
5050.
Congrats! The app is now running! An executable will be made soon to automate this process.