Metadata-Version: 2.4
Name: what-is-my-ip-simp
Version: 0.1.3
Summary: This module can help you to grab your public IP address
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4>=4.14.3
Requires-Dist: html5lib>=1.1
Requires-Dist: requests>=2.32.5

# What is my ip?

This project is made by Neko no akuma.
You can install this module by using the command below
```bash
pip install what-is-my-ip-simp
```
And this module has executable command called `whatismyip`, you can run it if you installed this module.

---

This module only has a class which called `WhatIsMyIPObj`, you can call it without any parameter.

And the class only have a property, `my_ip`, you can get your ipv4 IP address by using this property.
