How to declare my variables in python Tkinter using google sheets api | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How to declare my variables in python Tkinter using google sheets api

Hello guys, I'm learning Tkinter and worked in a login interface, I have two entries for my username and password and one button for "log in", I've defined a function for my entries and button with sqlite3 and it works file locally, but I want it works in a server, so I choose to work with Google sheets api, and store all the usernames and passwords in a sheet, and link them to my Tkinter interface, but I'm having issues defining my function, any advice please? thanks

17th Feb 2021, 4:12 PM
PolChe
1 Resposta
0
This does not seem to be a Tkinter question, but rather a Google Sheets API question. regardless, I will try to help. can you post your current code using code playground (Itā€™s OK if you limited to just the function you were still working on, since CP doesnt do tkinter on this device anyway)?
18th Feb 2021, 4:30 PM
Wilbur Jaywright
Wilbur Jaywright - avatar