Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ktalib/python_networt_data
- Owner: ktalib
- Created: 2024-09-08T16:54:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:03:44.000Z (4 months ago)
- Last Synced: 2024-11-09T23:09:22.930Z (2 months ago)
- Topics: ip, network, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!