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)
Tkinter menu screen select
Hey I was wondering if there is a way to switch between the two pages that are defined as "Breakfast" and "Burgers" while still remembering the already entered amounts and not just...
James Fuller
Votes: 0
Answers: 2
how can I display the text without going down I am using .pack() in python
labl2 = Label(text=score, font=30).pack()
fakesmile
Votes: 0
Answers: 1
Overlapping of label, entry and button while using Grid
I tried to follow the lesson on databases in this youtube video from freecodecamp. However, when I wrote my code and executed it, an entry box and a label are stuck on top of my button to submit a rec...
Pedrito-Dio
Votes: 0
Answers: 2
Tkinter how to grid() successively with oop
I'm making a simple game. When I call this class I want it to place 3 widgets on the same row, but when I make a new instance I want the same group of widgets to place on the next row with the grid() ...
HappyFeet
Votes: 0
Answers: 2