Open pratikshabhujade opened 3 months ago
Thank you for creating this issue! 🎉
We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.
Network Monitoring Tool
This Python script is a simple yet effective network monitoring tool that displays real-time data usage. It shows the amount of data received and sent over the network, along with the data transfer rates (receiving and sending speeds). The script leverages the psutil library to retrieve network statistics and PrettyTable to format the output into a well-organized table.
Features:
Requirements: •psutil (Install via pip install psutil) •PrettyTable (Install via pip install prettytable)
How to Run: •Ensure all dependencies are installed. •Run the script using python network_monitor.py. •The script will output a table in the terminal, showing the network statistics in real-time.
https://github.com/user-attachments/assets/4e51e763-d60a-4110-aaa3-efa51d4dfcf5