All Projects → GDGVIT → Pip Gui

GDGVIT / Pip Gui

Licence: gpl-3.0
A GUI based Python Package installer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pip Gui

ssh
A file transfer application
Stars: ✭ 18 (-60.87%)
Mutual labels:  desktop-app, pyqt5
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (-50%)
Mutual labels:  desktop-app, pyqt5
Hidpytoy
A GUI app for playing with HID devices, written in Python
Stars: ✭ 25 (-45.65%)
Mutual labels:  pyqt5
Sales Cashregister
Cash Register Version 2.0 with barcode logon and to 8 buttongroups with each 23 programmable product buttons and equipped with inventory management system
Stars: ✭ 45 (-2.17%)
Mutual labels:  pyqt5
Aether App
Aether client app with bundled front-end and P2P back-end
Stars: ✭ 951 (+1967.39%)
Mutual labels:  desktop-app
Mongo schema
Python Package to provide a rough schema for the mongodb collection
Stars: ✭ 8 (-82.61%)
Mutual labels:  pip
Simple Sh Datascience
A collection of Bash scripts and Dockerfiles to install data science Tool, Lib and application
Stars: ✭ 32 (-30.43%)
Mutual labels:  pip
Pyqt5
Códigos sobre PyQt5
Stars: ✭ 23 (-50%)
Mutual labels:  pyqt5
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+2130.43%)
Mutual labels:  pip
Pyqt5
PyQt5 from riverbank
Stars: ✭ 949 (+1963.04%)
Mutual labels:  pyqt5
Gradient Centralization Tensorflow
Instantly improve your training performance of TensorFlow models with just 2 lines of code!
Stars: ✭ 45 (-2.17%)
Mutual labels:  pip
Recruit
这个项目的目的是整合招聘信息,并做一定处理。
Stars: ✭ 13 (-71.74%)
Mutual labels:  pyqt5
Bootstrapper
Bootstrap Python projects or libraries with virtualenv and pip
Stars: ✭ 10 (-78.26%)
Mutual labels:  pip
Python Pixabay
Python 3 Pixabay's API wrapper.
Stars: ✭ 32 (-30.43%)
Mutual labels:  pip
Serverless Python Requirements
⚡️🐍📦 Serverless plugin to bundle Python packages
Stars: ✭ 838 (+1721.74%)
Mutual labels:  pip
Lognplot
Plotting and logging of real-time data for desktop.
Stars: ✭ 45 (-2.17%)
Mutual labels:  pyqt5
Django Rest Booking Api
A Restful api which allows you to book sports events or update existing odds.
Stars: ✭ 24 (-47.83%)
Mutual labels:  pip
Closestx11color
Find the closest xterm-256 colors (between 0 and 255) to an arbitrary HTML hexa color (e.g. #ABCDEF)
Stars: ✭ 13 (-71.74%)
Mutual labels:  pyqt5
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+1986.96%)
Mutual labels:  pip
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+2141.3%)
Mutual labels:  desktop-app

PIP-GUI

A GUI framework for managing PIP packages developed using PyQt5

Description

The Start Screen

alt text

The start screen contains options for a user to select the process he wants to be carried out.

One can also specify the version of python he wants the operations to be performed upon.

The file menu has an option to "Exit" (shortcut: Ctrl+Q) and "Refresh Lists" which refreshes the resources files containing package data.

The Installation Screen

alt text

The installation screen has a search bar which the user can use to search and install desired package(s).

The Update Screen

alt text

The update screen displays the list of packages which are out-of-date and can be upgraded.

The Uninstall Screem

alt text

The uninstallation screen displays the list of packages which are installed in the user's system and can be uninstalled.

The Progress Window

alt text

The progress window is an built-in terminal widget for PIP-GUI which displays the processes running while performing operations

Functionalities

  • [x] Install/Uninstall pip packages in the active environment
  • [x] Update packages
  • [x] Get the latest packages directly from the pypi package directory
  • [ ] Choose enviroment to download packages
  • [ ] Search option in updates and uninstall windows
  • [ ] Installing package in user directory (--user)

Instructions to Install package

  • Pre-requisites:

    • Python version >=3.4
  • Install the package using

    pip install pipgui
    
  • Directions to run the package

    • Type the following command in the terminal
      pipgui
      

Running package locally

  • Pre-requisities

    • Python (>=3.4)
  • Install the package locally by using the following commands

      git clone https://github.com/GDGVIT/pip-gui.git
      cd pipgui
      pip install -e .
    
  • Type the following commmand to run the application

      pipgui
    

Contributors



Made with ❤️ by DSC VIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].