How do I program a nice graphical user interface in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I program a nice graphical user interface in Python?

I want to program an application with Python that can be operated via a graphical user interface. However, I find the design possibilities of e.g. Tkinter quite ugly, so I'm looking for more options how to design the application well. Is there any way to combine Python with CSS? Or are there other better modules? (I haven't dealt with Django or Flask yet)

25th Nov 2020, 3:11 PM
OFS12
OFS12 - avatar
3 Answers
+ 6
PyQt or Kivy is beautiful. They are a lot more complicated than Tkinter or Pygame I know this for sure. I use tkinter and have made a lot of "not ugly" user interfaces. Tkinter is easy to manipulate and comes pre-installed with python. Yes. You can combine python with CSS with the help of Django or Flask. Happy Coding 😀
25th Nov 2020, 3:20 PM
Tomiwa Joseph
Tomiwa Joseph - avatar
+ 4
Tkinter is easy and not ugly at all..😤 Never blame tkinter, it will look ugly if it is not programmed beautifully...😰 I am not blaming you OFS12, A lot of people make mistake, including me TKinter is easy and awesome, awsome😊😊
25th Nov 2020, 3:46 PM
Steve Sajeev
Steve Sajeev - avatar
+ 2
Ok no prob... It's ur choice...😊😊😊 Happy codin..
26th Nov 2020, 2:40 AM
Steve Sajeev
Steve Sajeev - avatar