# Script Title
- A "Network Usage Tracker" is an application created in python with tkinter gui.
- In this application, user gets the usage of network in his/her PC or computer at every instant.
- Here user will be given a MAX LIMIT of network usage, and if user crosses that max limit, user willl be notified for the same.
- Also user will be able to see the connection status and the IP address related to the same.

### Prerequisites
```pip install -r requirements.txt```

### How to run the script
- Just clone the code file, and network_usage_tracker.py on local system.
- Then the script will start running and user can monitor the network usage and check if it exceeds the max limit or not.

### Screenshot/GIF showing the sample use of the script
<p align="center">
  <img width = 1000 src="Images/1.jpg" /><br>
  <img width = 1000 src="Images/2.jpg" /><br>
  <img width = 1000 src="Images/3.jpg" /><br>
  <img width = 1000 src="Images/4.jpg" /><br>
  <img width = 1000 src="Images/5.jpg" /><br>
  <img width = 1000 src="Images/6.jpg" /><br>
  <img width = 1000 src="Images/7.jpg" /><br>
  <img width = 1000 src="Images/8.jpg" /><br>
</p>
## *Author Name*
Akash Rajak