Skip to content

empty-git/AsyncPyQT_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncPyQT_template

Template PyQT for my friend.

Steps for run

  1. Install requirements.
  2. Run main.py
  3. If need edit GUI open ui files with Qt Designer.

PLEASE USE Python 3.7 and PyQt 5 for production

How it work?

  1. gui.py - python code with initialise
  2. For generate python code from ui use command: pyuic5 filename.ui > filename.py For work with resources command: pyrcc5 -o resources.py resources.qrc
  3. Image for example what program doing - append message to message board. Used anothers inputs. image

About

Template PyQT with support async for my friend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages