Closed pratikshabhujade closed 3 months ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
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:
Real-Time Monitoring: Updates every second to provide real-time statistics. Data Usage: Displays total bytes received and sent. Transfer Rates: Shows data transfer rates for both receiving and sending.
Requirements: •psutil (Install via pip install psutil) •PrettyTable (Install via pip install prettytable)