jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

Network_Usage_Monitor/30_Days_of_Python #314 #403

Closed pratikshabhujade closed 3 months ago

pratikshabhujade commented 3 months ago

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)

github-actions[bot] commented 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! 😊