Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
use a node js platform to write your gui in js and html. you can find desktop node frameworks. its the easist solution for linux
-
tytho23168yPython is a favorite for RaspberryPi, and should have ui integration in there. With node, you'd probably end up building a web interface, but not a requirement when working with node. There are some libui bindings available for node
-
jdmkaan20488yIs there a way to use a web interface but securely upload and store sensitive documents (driver license, etc.)?
-
@jirehstudios I agree! Tkinter is a great library for GUI. simple and easy to use.
-
afduarte5998yI would go with the web interface. Doesn't matter if you use node, python, php... whatever... But I think it makes sense to make it a web interface
What programming language should I use on a Raspberry Pi 3 to implement a Graphical User Interface for a kiosk where people can get insurance quotes by providing info and uploading documents? Much help will be appreciated.
undefined