DEV Community

Discussion on: Python GUI Examples

 
themainframech profile image
The Mainframe

I've never seen someone do that before, but I know that it must be possible. Would you be able to link me to a tutorial?

Thread Thread
 
macnux profile image
macnux

You can check the PyQt5 tutorial I pointed out and Tkinter tutorial.

Thread Thread
 
themainframech profile image
The Mainframe

Neither of those provide valuable information that would allow anyone to build a proper, nice-looking user interface using Python (which was what I was originally looking for)

Thread Thread
 
m_herrmann profile image
Michael Herrmann

You may be interested in my PyQt5 tutorial then (link below). It shows how you can use styles to make Qt GUIs look much better.

build-system.fman.io/pyqt5-tutorial

Thread Thread
 
themainframech profile image
The Mainframe

Thanks for sharing! I'm taking a look now. What's your opinion on using designers like QtDesigner?

Tutorial is looking great so far :)