1 Create your first GUI application
2 Create a label widget
2.1 Set label font size
2.2 Setting window size
3 Adding a button widget
3.1 Change but...
For further actions, you may consider blocking this person and/or reporting abuse
Does anyone have any idea how to make a user interface in Python that doesn’t look like it’s from the 90s?
If you don't like Tkinter, you can use PyQt likegeeks.com/pyqt5-tutorial/
I don’t think there’s much difference between the two in terms of user interface or am I mistaken?
Has anyone ever used solely Python to develop a fully-functional application that features a GUI?
Yes, Python frameworks have all capabilities to do that.
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?
You can check the PyQt5 tutorial I pointed out and Tkinter tutorial.
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)
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
Thanks for sharing! I'm taking a look now. What's your opinion on using designers like QtDesigner?
Tutorial is looking great so far :)