+ 1
Can anyone suggest some gui modules? And modules to make 3D programs with python?
7 Respostas
+ 3
PyQt is the way to go for sleek professinal designs and programs! Kivy if you would like to make mobile apps or games.
+ 2
I only know the module tkinder where you can make a simple GUI in Python. I hope this answer helps a bit. Also take a look at:
https://www.sololearn.com/Discuss/2557794/?ref=app
https://www.sololearn.com/Discuss/2547692/?ref=app
Happy Coding
0
tkinter is great! plus it comes standard with python. It's not the best looking, but it'll do what you need it to
0
I have learnt quite a bit of tkinter, and made a calculator with it. Any other modules? How are PyQt5, Kivy, etc. Thanks a ton.
0
Cause I want to learn a more advanced gui to make professional (kind of) gui
0
DearPyGui looks promising but is quite new. Tkinter is only really an option for purely functional stuff that requires a GUI but it doesnt matter that it looks like the early 2000s. PyQt5 is good, but if you wamt to commercialize your apps, it requires licensing fees.
0
Tkinter (along with other frameworks like Kivy or PySide2) cannot be used for 3d designs, and it is has a very un-modern (not sure if that is a thing) feel to it. If I wanted something 3d, I would normally go for Unity.