GUIS in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

GUIS in Python

Hello guys, please who's good with Python and PyQt for making GUIS??

3rd Feb 2019, 12:44 AM
Oriakhi Joshua Osaro
Oriakhi Joshua Osaro - avatar
6 Answers
+ 1
You don't need Qt if you're doing basic GUI. Python provides builtin module called tkinter.
3rd Feb 2019, 3:44 AM
Rugved Modak
Rugved Modak - avatar
+ 1
Tkinter, doesn't render its elements as neatly as Qt
3rd Feb 2019, 5:56 AM
Oriakhi Joshua Osaro
Oriakhi Joshua Osaro - avatar
+ 1
Well, the graphics are a bit low but if you're talking about positioning, try using a different layout.
4th Feb 2019, 9:04 AM
Rugved Modak
Rugved Modak - avatar
+ 1
Try grid layout if elements are filling the window. Or actually relative should do fine too if you can place elements properly.
4th Feb 2019, 2:09 PM
Rugved Modak
Rugved Modak - avatar
+ 1
Thanks I'll try it out
5th Feb 2019, 11:55 AM
Oriakhi Joshua Osaro
Oriakhi Joshua Osaro - avatar
0
You've got any you'd recommend?
4th Feb 2019, 9:29 AM
Oriakhi Joshua Osaro
Oriakhi Joshua Osaro - avatar