python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use the .place() method from Tkinter on a guizero object like pushbutton
Hello I am trying to use the .place() Tkinter method on a guizero pushbutton object.
With Tkinter the code would look like
vidbutton = tk.Button(w, text="Video", command = connectgp)
vidbutt...
StasiewiczJacob
Votes: 0
Answers: 1
Automatically resizing a guizero window
I have written a guizero code that creates a new window with different amounts of information on it depending on what is selected. I was just wondering if there is a function to resize the window to f...
Daniel Gerhard
Votes: 0
Answers: 1
i am making a sql table and i am using a guizero however i can not insert values the is no get() function do you have alternatives no tkinter
#i am trying to get value from a text box with get in a guizero but I can not do that
#due to it being unsupported how can i take value from textbox
def submit():
conn =sqlite3.connect(&q...
kz.man
Votes: 0
Answers: 1
gui zero not finding image
im working on a program that will randomly choose and display 5 tarot cards. sadly i keep getting this error (*** GUIZERO ERROR ***
Image import error - '[Errno 2] No such file or directory: '6.png''
...
Connor Payne
Votes: 0
Answers: 1