Skip to content

A Python program to determine the location of a user by receiving data from satellite sources.

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/GPS-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPS Tracker

About

A Python program to determine the location of a user by receiving data from satellite sources.

Prerequisites

  • Python 3
  • 'datetime' module (can be installed dimply with 'pip install datetime')
  • 'folium' module (can be installed simply with 'pip install folium')
  • 'requests' module (can be installed simply with 'pip install requests')
  • 'selenium' module (can be installed simply with 'pip install selenium')

Implementation

CLI:

  • Run 'python3 GPSTracker.py' if you have MacOS/Linux.
  • Run 'python GPSTracker.py' if you have Windows.

DISCLAIMER: I, CodeMaster7000, am not responsible for any damage related to misuse of this product.

About

A Python program to determine the location of a user by receiving data from satellite sources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%