Skip to content

Commit 5e37b1f

Browse files
authored
Merge pull request Python-World#496 from akash435/nebranch
Added network usage tracker
2 parents d868de3 + fc87b2d commit 5e37b1f

File tree

12 files changed

+145
-0
lines changed

12 files changed

+145
-0
lines changed
90.7 KB
Loading
143 KB
Loading
148 KB
Loading
139 KB
Loading
136 KB
Loading
148 KB
Loading
150 KB
Loading
136 KB
Loading
117 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Script Title
2+
- A "Network Usage Tracker" is an application created in python with tkinter gui.
3+
- In this application, user gets the usage of network in his/her PC or computer at every instant.
4+
- 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.
5+
- Also user will be able to see the connection status and the IP address related to the same.
6+
7+
### Prerequisites
8+
```pip install -r requirements.txt```
9+
10+
### How to run the script
11+
- Just clone the code file, and network_usage_tracker.py on local system.
12+
- Then the script will start running and user can monitor the network usage and check if it exceeds the max limit or not.
13+
14+
### Screenshot/GIF showing the sample use of the script
15+
<p align="center">
16+
<img width = 1000 src="Images/1.jpg" /><br>
17+
<img width = 1000 src="Images/2.jpg" /><br>
18+
<img width = 1000 src="Images/3.jpg" /><br>
19+
<img width = 1000 src="Images/4.jpg" /><br>
20+
<img width = 1000 src="Images/5.jpg" /><br>
21+
<img width = 1000 src="Images/6.jpg" /><br>
22+
<img width = 1000 src="Images/7.jpg" /><br>
23+
<img width = 1000 src="Images/8.jpg" /><br>
24+
</p>
25+
## *Author Name*
26+
Akash Rajak

0 commit comments

Comments
 (0)