https://github.com/akash-rajak/network-usage-tracker
Python Script to track the instant network usage in PC or Computer.
https://github.com/akash-rajak/network-usage-tracker
gui network network-usage network-usage-tracker psutil python3 socket tkintet
Last synced: about 1 year ago
JSON representation
Python Script to track the instant network usage in PC or Computer.
- Host: GitHub
- URL: https://github.com/akash-rajak/network-usage-tracker
- Owner: akash-rajak
- Created: 2021-08-09T14:14:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T15:03:24.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:16.384Z (over 1 year ago)
- Topics: gui, network, network-usage, network-usage-tracker, psutil, python3, socket, tkintet
- Language: Python
- Homepage:
- Size: 966 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ NETWORK USAGE TRACKER
- 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.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- from pil import ImageTk, Image
- time
- psutil
- socket
****
### How this Script works :
- 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 willl 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.
### Purpose :
- This scripts helps us to easily get the instant usage of network in his/her PC or Computer.
### Compilation Steps :
- 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.
****
### SCREENSHOTS :








****
### Name :
- Akash Ramanand Rajak