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

댓글

이 블로그의 인기 게시물

[SQLite3로 가볍게 배우는 데이터베이스:SQL 기초 실습] 따라하기 B01 실전 예제 (1)