https://github.com/darkstarbdx/giplocator1.0
Location Tracker with Google Map Link - v1.0
https://github.com/darkstarbdx/giplocator1.0
Last synced: about 2 months ago
JSON representation
Location Tracker with Google Map Link - v1.0
- Host: GitHub
- URL: https://github.com/darkstarbdx/giplocator1.0
- Owner: darkstarbdx
- Created: 2024-04-15T13:53:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T09:26:56.000Z (about 1 year ago)
- Last Synced: 2025-02-08T19:39:16.002Z (4 months ago)
- Language: Python
- Homepage: https://github.com/darkstarbdx/ds_ipl
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Location Tracker with Google Map Link - v1.0
Installation:
# Termux
```
pkg install gitgit clone https://github.com/darkstarbdx/GIPLocator1.0
cd GIPLocator1.0
chmod +x ipl.py
python3 ipl.py
```
# Linux```
sudo apt-get updatesudo apt-get install git
sudo git clone https://github.com/darkstarbdx/GIPLocator1.0
cd GIPLocator1.0
sudo chmod +x ipl.py
sudo python3 ipl.py
```