Python Forum

Full Version: Linear algebra semester project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I have to develop this project for my semester.I will use numpy and tkinter graphics for my code.BUT is there any way to skip the tkinter hustle and use a GUI python code editor? Do you guys have any recommendations?
Quote:BUT is there any way to skip the tkinter hustle and use a GUI python code editor?
Not sure what you mean.
Do you mean for editing regular code? If so see: https://python-forum.io/Thread-VS-Code-f...ght=VSCode
For example. Using a tool to design my GUI for python and automaticaly output the tkinter(or smthn else)code
what you ask for is called GUI builder or GUI designer

I don't know for tkinter, but there are 2 I have tried for wxPython - wxGlade and wxFormBuilder. At the end I used wxGlade for my project and it's good and has nice docs.

There is also Glade for GTK

There is QtDesigner for PyQt and PySide.

In any case the GUI builder will not produce you all the code you need.