Python Forum

Full Version: GPS mapping gui type
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi everyone, im new to forums and partly no some python

hardware: raspberry pi 3 and neo-m8n
python 3.x

im currently running gps script logs gps data to SQL-lite database (works)

1:witch framework will be best for this type of application?

2:i want to read data from database and gpsd and display data in gui, im trying build my own basic gps farm program

here is example
[Image: Agribus-NAVI.jpg]

thanks, hope here from someone
Quote:1:witch framework will be best for this type of application?
pygame
cheers thanks for putting me on right path