Skip to content

Abdelwakil-Mansour/python-libs-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🔄 Update Libs

A simple yet powerful Python utility that helps you keep your environment up to date by automatically listing and upgrading all installed pip packages.

Python pip


📌 Features

  • ✅ Lists all installed pip packages
  • ✅ Saves them into installed_packages.txt for reference
  • ✅ Automatically upgrades each package to the latest version
  • ✅ Lightweight & easy to use

🚀 Getting Started

1. Clone this repository

git clone https://github.com/Abdelwakil-Mansour/python-libs-updater.git
cd update_libs

2. Run the script

python update_libs.py

3. What happens

  • Installed packages are saved in installed_packages.txt
  • The script reads package names from the file
  • Each package is upgraded using pip

⚙️ Requirements

  • Python 3.x
  • pip (Python package manager)

📝 Notes

  • Run the script in an environment where you have permission to upgrade packages.
  • To avoid breaking system-wide packages, it’s highly recommended to use a virtual environment.

⚠️ Disclaimer

This script upgrades all installed packages. Some projects may experience compatibility issues after upgrading.

Use at your own risk and always test your environment after updates.


🤝 Contributing

Contributions are welcome! If you’d like to improve this script:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

📜 License

This project is licensed under the MIT License – feel free to use and modify.

About

A simple Python script to list all installed pip packages and upgrade them to their latest versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages