https://github.com/menoc61/ip-address-locator-master
https://github.com/menoc61/ip-address-locator-master
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/menoc61/ip-address-locator-master
- Owner: menoc61
- License: mit
- Created: 2023-03-14T00:12:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T02:03:43.000Z (about 2 years ago)
- Last Synced: 2025-01-10T10:29:16.126Z (4 months ago)
- Language: Python
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhoneInfoGet
[](https://www.python.org/)
[](https://github.com/shaikhsajid1111/ip-address-locator/graphs/commit-activity)
[](https://www.python.org/downloads/release/python-376/)**Search IP Address along with location on Google Map**

#installation Guide
- Download and install the lastest python version
- python.exe -m pip install --upgrade pip
- pip install -r requirement.txt
- python -m django --version
- python manage.py runserver# Features
- Finds IP address
- Provide IP address details with current location which includes Longtitude, latitude,city,country etc.
- Provide location on Google map
- Provide details of the city# Tech
This project uses various other open source project to work properly.
[Python](https://www.python.org) - Source language
[Geocoder](https://pypi.org/project/geocoder/) - To Detect IP address
[Wikipedia](https://pypi.org/project/wikipedia/) - To provide city details from wikipedia
[Django](https://www.djangoproject.com/) - Backend
[Bootstrap](https://getbootstrap.com/) - For Responsive UI
[Maps Embed API](https://console.cloud.google.com/marketplace/details/google/maps-embed-backend.googleapis.com) - For showing location on google map
# LICENSE
**MIT License**