An open API service indexing awesome lists of open source software.

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.

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