Releases: KaiserWilhelm23/PIP-Manager-App
5.0.1
5.0
Full Release.
Added direct connection to the PyPI database, and the ability to look up packages before you install them.
Cleaner Directories.
5.0 Beta
Adds a search function to the Manager Tab.
When you press enter you can load a list of packages from the PyPI data base.
The entry area will remain disabled until the database is loaded. The app may run slow while loading the database.
Add "App-ID": "None"
to the cogs file to prevent APP-ID errors (This will be fixed soon)
4.3
4.2
Adds PyPI Package Search
Allows the user to search for a package on the PyPI interface, select and install packages.
4.1.1 Bug Fixes
added lines 632-639:
try:
file = open('output.txt', 'r')
except:
print("Cannot find file :/")
with open('output.txt', 'w') as f:
f.write('')
file = open('output.txt', 'r')
Fixes error No file named output.txt found
Version 4.1
Release 4.1
Adds:
Improved console messages.
Clear console from quick access and ctrl+x
Changes app title when an update is available to "PIP Manager App {version} (Update Available: {release version})"
Removes:
pygame library (improves startup time)
PIP Manager 4.0 Official
4th official release of PIP Manager
PIP Manager 3.2
Adds the App Info button to the settings tab
Version 4 Beta 2 (Windows )
4.0 Beta 2:
Adds:
App Info window
App Info can be accessed through the Quick Access menu
App Info pulls all info on the app:
App Version, Current Release version, Python Version,
Checks to see if PIP Manager is up to date, if not the user will see a button "Update" it will automatically update the main python file