Skip to content
/ WUM Public

WebUsageMonitor to monitor your Internet consumption

Notifications You must be signed in to change notification settings

DjDc31/WUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WUM - Web Usage Monitor

Monitor and display your internet usage in real-time using this Python script based on psutil and curses.

Introduction

Web Usage Monitor is a Python script that allows you to monitor and display your internet usage in real-time. It provides information on the amount of data sent and received since Wi-Fi activation, helping you keep track of your network usage.

The script is particularly useful for individuals working remotely and relying on their phone's tethering functionality for internet access. It enables you to monitor your data usage while connected to your phone's shared connection, ensuring you stay within your data plan limits.

The script uses the psutil library to retrieve network statistics and the curses library to create a text-based user interface. By running the script, you can see the data sent and received since Wi-Fi activation in gigabytes (GB).

How it works

Features

  • Real-time monitoring of internet usage
  • Display of data sent and received since Wi-Fi activation
  • Ideal for telecommuters relying on phone tethering
  • Simple and intuitive text-based interface
  • Option to reset usage to zero with the press of a button

Prerequisites

  • Python 3.x installed on your computer Python
  • psutil library installed and others can be installed after clone via:
    pip install -r requirements.txt

How to Use 🧑‍💻

  1. Clone this repository to your local machine:

    git clone https://github.com/DjDc31/WUM.git
  2. Navigate to the project directory:

    cd WUM

2.5 (Optional) Installation conditions:

pip install -r requirements.txt
  1. Run the main script:

    python main.py
  2. The script will display the web usage statistics, including data sent and received since Wi-Fi activation, in gigabytes (GB).

  3. To reset the usage to zero, press the 'R' key.

  4. Enjoy monitoring your internet usage with Web Usage Monitor!

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

Acknowledgments

Special thanks to the developers of psutil and curses for their excellent libraries that made this project possible.

Support

If you find this project helpful, please consider giving it a star on GitHub. Your support is greatly appreciated!⭐️

About

WebUsageMonitor to monitor your Internet consumption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages