Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Latex image too big on tkinter using sympy
Post: Latex image too big on tkinter using sympy

I'm trying to create small images of mathematical forumulas using tkinter, sympy, and latex. The images generated are way too big and I don't know how to reduce the size. When I searched online, peopl...
4096 GUI 1 2,943 Nov-03-2020, 12:47 AM
    Thread: Call a function when switching layouts
Post: Call a function when switching layouts

I am writing a flashcard program in Python 3.7 using tkinter. I have many interfaces, like one for selecting a file, and one for reviewing cards, one with a list of decks to choose from. I also have a...
4096 GUI 0 3,537 Sep-22-2019, 07:39 PM
    Thread: Finishing GUI calculator project
Post: RE: Finishing GUI calculator project

You can bound an Entry to a tkinter variable to get the value in Entry. For example: num1var = tk.DoubleVar() num1 = Entry(master, variable=num1var).grid(row=0, column=1)then to get the value entry1 ...
4096 GUI 3 3,117 Apr-02-2019, 12:05 PM
    Thread: Best practices for GUI programming: dividing into multiple classes
Post: Best practices for GUI programming: dividing into ...

In short, my two questions are: Is it good practice to divide up the Model and View into multiple classes? Is it good practice to use local/nested functions in methods that draw a GUI layout to bound...
4096 GUI 1 2,923 Apr-01-2019, 07:41 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020