Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
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 will be notified for the same.
Also user will be able to see the connection status and the IP address related to the same.
from tkinter messagebox module
from pil import ImageTk, Image
User just need to download the file and run the netwoek_usage_tracker.py on their local system.
Now a GUI window will open, where user will option like START and EXIT.
When user clicks on the START button, user will be directed to the main application os network usage tracker.
Here 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 will be notified for the same.
Also user will be able to see the connection status and the IP address related to the same.
Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
This scripts helps us to easily get the instant usage of network in his/her PC or Computer.
Install tkinter, pil, time, psutil, socket
After that download the code file, and netwoek_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.
You can’t perform that action at this time.