The Python Module Manager is a simple project developed using python. This is a simplistic GUI interface for managing Python modules. The script will query pip, format the response in to a list, and output it in to the GUI. From here, you can browse the list, select the module you want, and at the press of a button, either update or uninstall.
About Python Module Manager
The project includes the GUI interface with some active functions. The script also supports printing out your installed modules and allowing you to uninstall modules like that. The project also supports installing modules, pressing Install opens up a little box where you can enter in the module you want to download from pip.
How To Run Python Module Manager ?
To run this project, you must have installed Python on your PC. After downloading the project, you have to follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type merry.py and enter to start the system.
- OR
- Step2: Simply, double click the merry.py file and you are ready to go