Python Forum
Linear algebra semester project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linear algebra semester project
#1
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?
Reply
#2
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
Reply
#3
For example. Using a tool to design my GUI for python and automaticaly output the tkinter(or smthn else)code
Reply
#4
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.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

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