Skip to content

A lightweight and cross-platform Python library to retrieve network interface names with a simple API.

License

Notifications You must be signed in to change notification settings

LinaAdli/netinterfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netinterfaces

Welcome to the netinterfaces repository! 🌐

Network Interfaces

Description

netinterfaces is a lightweight and cross-platform Python library designed to retrieve network interface names using a simple and intuitive API. Whether you are working on a Linux, Mac, or Windows system, this library provides a seamless way to access and work with network interfaces.

Features

🔹 Simple Python API
🔹 Cross-platform compatibility
🔹 Lightweight and efficient
🔹 Retrieve network interface names effortlessly
🔹 Suitable for both Python 2 and Python 3

Installation

You can install netinterfaces via PyPI using the following command:

pip install netinterfaces

Usage

Here's a quick example demonstrating how easy it is to retrieve network interface names using netinterfaces:

import netinterfaces

# Get a list of network interface names
interfaces = netinterfaces.get_interfaces()

for interface in interfaces:
    print(interface)

Links

🔗 Download and Execute

For more details and updates, visit the Releases section of this repository.

Repository Topics

🔖 interfaces, linux, mac, netinterfaces, PyPI, PyPI package, Python, Python library, Python 3, Windows, wlan0

Contributing

Contributions are welcome! Feel free to submit pull requests or open issues to help improve the netinterfaces library.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Thank you for checking out netinterfaces. We hope this library proves valuable in your Python projects. Happy coding! 🐍

About

A lightweight and cross-platform Python library to retrieve network interface names with a simple API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages