

Header = Label(window, text="Dispenser Pour Size", font=("arial",30,"bold"), fg="steelblue").pack()Ĭon = sq.connect('/home/pi/Desktop/wine.db') #dB browser for sqlite neededĬ = con.cursor() #SQLite command, to connect to db so 'execute' method can be called


Import sqlite3 as sq #For tables and database Which i am able to with python script with printĬode: Select all from tkinter import * #GUI package but i could not figure out how can fill MEASURE_SMALL ="get data from SQlite" Going forward i have created SQlite3 database where i want to store my different measure strings /variables such as MEASURE_SMALL = 60 so instead grabbing measure data from python file i would able to get it from SQlite db. Updating / calibrating flow meter measure pour /size However its not important if tkinter can give nice looking GUI i think i can use it.
DB BROWSER FOR SQLITE MAC WONT EXECUTE COEE ANDROID
Idea using flask or webserver is that i can get a better touch screen lets say put android tablet instead of touch screen for raspberry pi ( i haven't used any raspberry pi touch screen yet so have fear touch won't be good compare to phone / tablet ) so raspberry pi will be running behind machine and server url can be opened in browser on android tablet which will be front above taps ( little fancy stuff ) I would have thought your application would require a human close to the action (holding the glass) and didn't lend itself to a web interface, why do you want to use it? I have to warn you that if you are new to programming then the asynchronous client/server concepts will be pretty tricky. Matt Richardson did a good Fask intro here and I've seen similar things with code red that you will be able to find with a bit of googling.
