I'm trying to make a drop-down menu for tkinter gui (Combobox). The code has no errors, but drop-down menu is not working. I'm using PyCharm, macOS. Please see
I am trying to use the Azure theme in a tkinter application i made. I used the code from github to import the theme(https://github.com/rdbende/Azure-ttk-theme).
My code: my_var = tk.StringVar() m_var2 = tk.StringVar() my_entry1 = ttk.Entry(root, width=16, textvariable=my_var) my_radio1 = ttk.Radiobutton(root, text="1
When defining a custom style for ttk Scrollbar, I'm stuck how can I change the width of the scrollbar. I have noticed that the width (thickness) shrinks when I
I started making a GUI with Tkinter and I added the module tkMessageBox as well. But recently I discovered that importing the module ttk gives more "up-to-date"
This is my problem, I was building an interface for a program, but for needs of the bosses, the font must be larger. I have changed the font size of every widge