This document describes creating an easy GPS tracker using an Arduino and Python. The goal is to develop a low-cost system with wide range to locate autonomous underwater vehicles (AUVs). It discusses using an Arduino with a GPS module to get location data and transmitting it via XBee radios. Python libraries are used to program the Arduino and process NMEA GPS strings. A graphical user interface (GUI) is created with PyQt to display the vehicle's position on georeferenced maps. Future plans include optimizing the system, testing coverage range, conducting field tests, adding bearing and range calculations between devices, and developing AUV utilities that use XBee communications.