pip install ypkgupgr
This is a package updater that updates all outdated packages when run.
This package works with Python 3.9+.
To install, follow the steps listed here:
Installation
Here's the wiki page:
Wiki
If you're running the package from a python file, please use a subprocess instead of importing and calling the update_packages
function. This is because the package can update itself and can result in an error because of the code changing.