A Python library for handling IP addresses (local and public) with OS-specific commands
Project description
VeryyIP
VeryyIP is a Python library for handling IP addresses (local and public). It can detect your operating system and run OS-specific commands to manage IP addresses, DNS, and more.
Features
- Get local and public IP addresses
- Set and change IP configuration (OS-specific)
- Manage DNS settings
Installation
Install via pip:
pip install VeryyIP
-----------------------------
Usage Example
python
Copy
Edit
from veryyip import VeryyIP
ip = VeryyIP()
# Get local IP address
print(ip.get('private'))
# Get public IP address
print(ip.get('public'))
-----------------------------
Run Script with "python {scriptName}.py"
-----------------------------------------------
And... You are Done!
----------------------
Thanks for using VeryyIP!
-------------------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
veryyip-3.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
veryyip-3.0-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file veryyip-3.0.tar.gz.
File metadata
- Download URL: veryyip-3.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e11936f8b0e1244586c3be98e2b26bb49d60460c08bc1d97c3a582391ec8e4ab
|
|
| MD5 |
9c3b2f984c5337d144a2e53864d96c6d
|
|
| BLAKE2b-256 |
df6421ed97c5136f1a8922b1e4d00757830c5c8d94674866af101b10dc53ad71
|
File details
Details for the file veryyip-3.0-py3-none-any.whl.
File metadata
- Download URL: veryyip-3.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
222ede41fcd1c45002d5dba61fec2639b004ef7bfc9979f9e55d4f1ee1b9a9d2
|
|
| MD5 |
9e46c0e91d864c04ad1da791b86ed85b
|
|
| BLAKE2b-256 |
8282df5b2e29af0a5db6104f280f245f133103fa1f6fc88a39930d438da4f120
|