A simple Python script to monitor real-time network usage on your device.
-
Run the Script:
- Make sure you have Python 3.x installed.
- Execute the script using:
python script_name.py
-
Monitor Network Usage:
- The script displays total data downloaded/uploaded and individual interface statistics.
- Interface-specific details include download/upload speed.
- Python 3.x
- psutil library (
pip install psutil
)
If you encounter issues or have suggestions, please open an issue or submit a pull request. Contributions are appreciated!