diff --git a/IP Geolocator/README.md b/IP Geolocator/README.md new file mode 100644 index 00000000..571465f1 --- /dev/null +++ b/IP Geolocator/README.md @@ -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. \ No newline at end of file