From 59650e3883cef5592c1af3f8d9936f8aa89962e2 Mon Sep 17 00:00:00 2001 From: "wesblake@proton.me" Date: Mon, 12 Jan 2026 13:44:32 -0800 Subject: [PATCH 1/2] Added README.md for IP Geolocator. README format is based on others I saw in the repository. --- IP Geolocator/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 IP Geolocator/README.md diff --git a/IP Geolocator/README.md b/IP Geolocator/README.md new file mode 100644 index 00000000..0549df5d --- /dev/null +++ b/IP Geolocator/README.md @@ -0,0 +1,28 @@ + +# 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. \ No newline at end of file From 2ab1cc9ad9bc18d69d5d3b86e834ae3974ad8b38 Mon Sep 17 00:00:00 2001 From: "wesblake@proton.me" Date: Mon, 12 Jan 2026 13:47:59 -0800 Subject: [PATCH 2/2] Removed extr new line. --- IP Geolocator/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/IP Geolocator/README.md b/IP Geolocator/README.md index 0549df5d..571465f1 100644 --- a/IP Geolocator/README.md +++ b/IP Geolocator/README.md @@ -11,7 +11,6 @@ Python 3.x 1) Clone the repository: ```bash git clone https://github.com/your-username/Python-Scripts.git - ``` 2) Navigate to the IP Geolocator folder: ```bash