Metadata-Version: 2.1
Name: pylibupdator
Version: 0.2.0
Summary: A tool to check for newer versions of installed Python packages
Author: Dark Angel
Author-email: jrayvon@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests

# What is pylibupdator?

This library serves as a tool to check for updates of installed Python libraries in our system 
and suggest for upgrades accordingly.


# How to install?

You can install this package by using below command in your command prompt:

pip install pylibupdator

![](src/Image2.png)


# Usage

In command prompt, run below code:

pylibupdate


![](src/Image1.png)

![](src/Image3.png)


# Look Here:

Check your desktop for "Libraries To Upgrade.txt" file. Open the .txt file in any editor to view/upgrade 
the existing libraries.

![](src/Image4.png)


