CSV to GPX
from csv2gpx import *
You add this 4 things, with example
#Name of track name_trk = "Test"
#File name GPX file_name_gpx = "route"
#File name CSV file_name_csv = "location"
#Route folder route_file = "C:\Users\DavidFrias\Desktop\"
def csv2gpx(name_trk, file_name_gpx, file_name_csv, route_file)