Skip to content

symerio/Python-Qt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple (Py)Qt GUI template

Build Status

DEPRECATED: do not use this.

A simple template to start a PyQt5/PySide2 based GUI project. It requires Python 3.5+.

By default this uses PySide2 and matplotlib 2.1rc1

Installation

To install depedencies run,

pip install PyQt5 QtPy matplotlib

or alternatively using a conda virtualenv,

conda create -n qt-template matplotlib pyqt qtpy python=3.6
conda activate qt-template
pip install SiQt

finally install this package,

pip install git+https://github.com/symerio/Python-Qt-template.git

Starting the GUI

python scripts/start_gui.py

GUI example

About

DEPRECATED A simple PyQt5 / PySide2 GUI template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages