Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktalib/python_networt_data

Network Details Project This project provides a simple script to retrieve and display network details, including bytes sent and received, packets sent and received, and network interfaces.
https://github.com/ktalib/python_networt_data

ip network python

Last synced: 11 days ago
JSON representation

Network Details Project This project provides a simple script to retrieve and display network details, including bytes sent and received, packets sent and received, and network interfaces.

Awesome Lists containing this project

README

        

**Network Details Project**
==========================

This project provides a simple script to retrieve and display network details, including bytes sent and received, packets sent and received, and network interfaces.

**Features**
------------

* Retrieves network I/O statistics using `psutil`
* Displays network interfaces and their corresponding IP addresses
* Saves the output to an HTML file
* Creates a README file for easy documentation

**Requirements**
---------------

* Python 3.x
* `psutil` library (install using `pip install psutil`)

**Usage**
-----

1. Clone the repository to your local machine
2. Run the script using `python network_details.py`
3. Open the generated HTML file in a web browser to view the network details

**Contributing**
------------

If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

**License**
-------

This project is licensed under the MIT License.

You can copy and paste this into a file named `README.md` and upload it to your GitHub repository. Make sure to customize the content to fit your project's needs!