Git Product home page Git Product logo

pypi-gui-package-manager's Introduction

PyPI GUI Package Manager

GitHub stars GitHub forks GitHub issues GitHub license
pypi-gui

The PyPI GUI Package Manager is a simple and user-friendly graphical interface for managing Python packages from the Python Package Index (PyPI). It provides an intuitive way to search for packages, install, and upgrade them without needing to use the command line.

Features

  • Search Packages: Easily search for Python packages on PyPI using keywords.
  • Install Packages: Install packages with a single click.
  • Upgrade Packages: Keep your packages up to date by upgrading them with a simple click.
  • User-Friendly Interface: Designed for ease of use and a pleasant user experience.

Getting Started

Prerequisites

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/bondeabhijeet/Pypi-GUI-package-manager.git
  1. Navigate to the project directory:
cd Pypi-GUI-package-manager
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

To launch the PyPI GUI Package Manager, run the following command:

python main.py

The application will open, and you can start searching for, installing, and upgrading Python packages from PyPI with ease.

Building the .exe (--onefile) or an uncompressed folder (--onedir)

Using PyInstaller to create a standalone executable from a Python script

  1. PyInstaller Installation: Before you can use PyInstaller, you need to have it installed. You can install it using pip:
pip install pyinstaller
  1. Open the terminal or command prompt, navigate to the directory containing your main.py and favicon.ico files, and then run the PyInstaller command:

  2. for onedir (will generate a folder containing a exe and the unpacked files) refer:
    pyinstaller --name pypi-gui-package-manager --icon=favicon.ico --onedir main.py
    for onefile:
    pyinstaller --name pypi-gui-package-manager --icon=favicon.ico --onefile main.py
After running this command, PyInstaller will generate a standalone executable in the dist directory within your current working directory. The name of the executable will be "pypi-gui-package-manager". You can then distribute this executable to others who can run it without needing to install Python or any additional dependencies.

Contributing/Issues and Support

Contributions are welcome! If you encounter any issues or have questions about using the PyPI GUI Package Manager, please fork the repository, make your changes, and open a pull request.

Acknowledgments

  • The PyPI GUI Package Manager is built using Python and the Tkinter library.
  • We thank the Python community and PyPI maintainers for providing a robust platform for package management.

Features to be implemented

  • Uninstall Packages: Remove packages you no longer need with ease.
  • Package Details: View detailed information about a package before installation.
  • Package Version Selection: Choose the version of a package to install or upgrade.
  • Dependency Resolution: Automatically resolves and installs package dependencies.
  • Virtual Environments: Option to install packages in a virtual environment for isolation.
  • GUI: Update the GUI to custom tkinter.

Happy coding!

pypi-gui-package-manager's People

Contributors

bondeabhijeet avatar c-reghiment avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.