[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.

댓글

이 블로그의 인기 게시물

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)