Python Forum
Easy PIP GUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Easy PIP GUI (/thread-41131.html)



Easy PIP GUI - fawn06220 - Nov-15-2023

Hi all !

I made an easy GUI to use PIP, there are some cool functionalities :

FIRST READ HELP BY CLICKING "NEED HELP?" BUTTON =)

Type a library name in the field to install it e.g wxpython
Possibility to list installed librairies
Possibility to update ALL your libraries/or ONE AT ONCE
Possibility to uninstall last installed(e.g if mistake) or from a list of installed libs
You can listen to music o/ => FIXED !
USAGE : python -m easy-pip-gui

-13/11/2023- I had to list librairies as URLs to be able to get mouse events over them...

LINK PyPi :

Easy PIP GUI

SCREENSHOT:

[Image: easy-pip-gui.jpg]