Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 877 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 877 Bytes

PyQt5-Guideline

Guideline for Qt/Python based cross-platform interface solution.
This guideline shares the experiences of installing PyQt5 on OSX EI and Windows 10, simple codes of using PyQt5 and how to generate one-file executables from python project.

  1. How to install PyQt5 on OSX EI/Windows 10? [PyQt5 Installation]
  2. PyQt5 Beginner tutorial. [ZetCode PyQt5 Tutorial]
  3. PyQt5 quick search code guide. [Use PyQt5 to Build Interface - A Code Guide]
  4. How to generate one-file executable? [PyInstaller Command Guide]