cmmin / pyqt5-demo-app

Very basic demo application in PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyqt5-demo-app

Very basic demo application in PyQt5

Getting started

1. Installing dependencies

This library depends on python3.

The simplest way to install the library is using pip3. See pypi.org for more information.

pip3 install pyqt5

Running the demo

Provided python3 and pyqt5 have been installed, running the application is as simple as:

python3 src/__main__.py

About

Very basic demo application in PyQt5


Languages

Language:QML 62.0%Language:Python 38.0%