diff --git a/IP Geolocator/README.md b/IP Geolocator/README.md new file mode 100644 index 00000000..4f45d210 --- /dev/null +++ b/IP Geolocator/README.md @@ -0,0 +1,33 @@ +# IP Geolocator Script +## Description +The `main.py` contains script to locate the Geographic information for the associated IP address. +## Features +- Geolocation tracking : The script can search to find Geographic information for the provided IPv4 address. +- Supported Formats: `IPv4` address format' +## Usage +1. Ensure you have Python installed on your machine. +2. Download the `main.py` script. +3. Open a terminal or command prompt and navigate to the directory where the script is located. +4. Run the script using the following command: +python main.py +5. When prompted, enter the IPv4 address +7. The script will print out the Geolocation data which includes: + Successfully Located : + Country + Region + City + ZIP + Latitude + Longitude + Timezone + ISP: +## Requirements +- Python 3.x +- `Requests` library: `pip install request` +- Valid IP address +## License +This script is open-source and free to use. Feel free to modify and distribute as needed. +## Contributing +If you'd like to contribute to this project, please open an issue or submit a pull request with your proposed changes or enhancements. +## Future Extension: +IPv6 support \ No newline at end of file