Skip to content Skip to sidebar Skip to footer
Showing posts with the label Menu

How To I Create An Event For User Entry?

As part of my program I am asking the user for their name and their class (high school class). I am… Read more How To I Create An Event For User Entry?

What Is The Difference Between Event.x,event.y And Event.x_root,event.y_root In Tkinter?

import tkinter as tk from tkinter import ttk win=tk.Tk() def get_event(event): print(f'{ev… Read more What Is The Difference Between Event.x,event.y And Event.x_root,event.y_root In Tkinter?

Tkinter Menu And Buttons

I'm trying to make a Tkinter menu that is like a taskbar checker. So if I go to this menu and c… Read more Tkinter Menu And Buttons