Can anyone suggest some gui modules? And modules to make 3D programs with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone suggest some gui modules? And modules to make 3D programs with python?

24th Oct 2020, 12:37 PM
Fact Finder
Fact Finder - avatar
7 Answers
+ 3
PyQt is the way to go for sleek professinal designs and programs! Kivy if you would like to make mobile apps or games.
24th Oct 2020, 12:45 PM
Slick
Slick - avatar
+ 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
24th Oct 2020, 12:38 PM
Julian
Julian - avatar
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
24th Oct 2020, 12:38 PM
Slick
Slick - avatar
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.
24th Oct 2020, 12:40 PM
Fact Finder
Fact Finder - avatar
0
Cause I want to learn a more advanced gui to make professional (kind of) gui
24th Oct 2020, 12:42 PM
Fact Finder
Fact Finder - avatar
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.
24th Oct 2020, 1:34 PM
Marcel Weber
Marcel Weber - avatar
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.
26th Oct 2020, 9:05 AM
Devansh Patil [INACTIVE]
Devansh Patil [INACTIVE] - avatar