Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions IP Geolocator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# IP Geolocator

This is a single function that takes an optional IPv4/IPv6/domain name, defaulting to your own and prints some of the information retrieved.



## Requirements
Python 3.x
## How to Run
1) Clone the repository:
```bash
git clone https://github.com/your-username/Python-Scripts.git
```
2) Navigate to the IP Geolocator folder:
```bash
cd Python-Scripts/'IP Geolocator'
```
3) Run the program:
```bash
python main.py
```
## Files
1) main.py: The main Python script that contains the program.
2) README.md: This documentation file.
## Contributions
Contributions are welcome! Feel free to open an issue or submit a pull request to add new features, improve the code, or fix bugs.