Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create beautiful UI's for standalone Python GUI's [closed]

I wonder how couls I create beautiful UI's for my python GUI.

Something like this:

Something like that.

Or like this:

Or like that

How can I do that? Could I use JS frameworks like Electron?

like image 797
Eren Arıcı Avatar asked Jun 09 '17 10:06

Eren Arıcı


People also ask

Can you build a UI with Python?

Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn't have to be that way. You can use Python and the PySimpleGUI package to create nice-looking user interfaces that you and your users will enjoy!

What is the easiest GUI for Python?

Python Tkinter Tkinter is the standard built-in GUI library for Python, and, with over 41,000 stars on GitHub, it's the most popular Python GUI framework. It's a fast and easy-to-use Python GUI library, making it the go-to library for building a Python GUI application.

How can I make my GUI look better?

The best advice I can give someone who has no UI design experience is this: make it look as much like all other programs as possible. Use the same colors, same fonts, same overall layout. Use a menubar with the appropriate items. +1 This is good advice even for people with UI design experience.


1 Answers

Best options I've seen for 'pretty' GUIs with python is Kivy, see the gallery of examples

like image 114
scotty3785 Avatar answered Sep 19 '22 15:09

scotty3785