Skip to content

dewittethomas/ip-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Address

A Python module to fetch your public IP address.

PyPi Version MIT License

Table of Contents

Installation

You can install the ip-address module using pip:

pip install ip-address

Usage

Get

You can use this module to retrieve your public IP address. Here's a basic example:

import ip_address as ip

address = ip.get()
print("Your public IP address is:", address)

Contributing

Contributions to this project are welcome. If you have any improvements or bug fixes, please submit a pull request.

License

This project is licensed under the MIT License.

About

A module to fetch your public IP address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages