AsyncPyQT_template Template PyQT for my friend. Steps for run Install requirements. Run main.py If need edit GUI open ui files with Qt Designer. PLEASE USE Python 3.7 and PyQt 5 for production How it work? gui.py - python code with initialise For generate python code from ui use command: pyuic5 filename.ui > filename.py For work with resources command: pyrcc5 -o resources.py resources.qrc Image for example what program doing - append message to message board. Used anothers inputs.