PyQt5 Tutorial: Create a Python GUI in 2018
build-system.fman.io
PyQt5 Tutorial: Create a Python GUI in 2018
1–10 of 211 posts
Re: PyQt5 Tutorial: Create a Python GUI in 2018
#2Re: PyQt5 Tutorial: Create a Python GUI in 2018
#3Re: PyQt5 Tutorial: Create a Python GUI in 2018
#4Re: PyQt5 Tutorial: Create a Python GUI in 2018
#5Thanks for sharing this! I'm close (hopefully) to finishing an app using PyQt5 and the fbs library will be super helpful :)
Re: PyQt5 Tutorial: Create a Python GUI in 2018
#6Just to note, there are official [1] Python bindings available for Qt and this can usually be installed with `pip install pyside2` . [1] https://www.qt.io/qt-for-python
Re: PyQt5 Tutorial: Create a Python GUI in 2018
#7Re: PyQt5 Tutorial: Create a Python GUI in 2018
#8I like the tutorial, but I don't know why you would use PyQt these days. Tkinter is more permissive and has wrappers like appJar which make it disgustingly easy to put together a quick, ugly GUI. If you're building a desktop app that needs to really look good and be fast, why are you using Python?
Re: PyQt5 Tutorial: Create a Python GUI in 2018
#9Re: PyQt5 Tutorial: Create a Python GUI in 2018
#10I like the tutorial, but I don't know why you would use PyQt these days. Tkinter is more permissive and has wrappers like appJar which make it disgustingly easy to put together a quick, ugly GUI. If you're building a desktop app that needs to really look good and be fast, why are you using Python?