[Tech With Tim] PyQt5 Tutorial - Setup and a Basic GUI Application






What is PyQt5

PyQt5 is python module that allows you to very quickly build GUI applications. It is often compared to Tkinter but has a few differences. The main one is the speed at which you can develop GUI's. PyQt comes with an amazing tool called Qt-Designer which is a drag and drop interface that automatically generates code for you based on the GUI you build. This makes it much faster to build good looking applications. Another difference is that Tkinter comes by default with python 3+, where PyQt must be installed.

댓글

이 블로그의 인기 게시물

[Programming with Mosh] Python Tutorial for Beginners | Full Python Programming Course [2019]