Skip to content

rff255/python-qt5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5 - distributed via PyPI

Build Status PyPI version

Installation - 5.3

$ pip install python-qt5

You'll also need the Visual C++ Redistributable.

For alternative installation methods, see the wiki

Testing out the installation

  1. Launch Python
  2. Type this in
>>> import sys
>>> from PyQt5 import QtWidgets
>>> app = QtWidgets.QApplication(sys.argv)
>>> button = QtWidgets.QPushButton("Hello")
>>> button.setFixedSize(400, 400)
>>> button.show()
>>> app.exec_()
  • More information in the Wiki

About

PyQt5 for Windows via PyPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 58.3%
  • Python 15.3%
  • C 13.5%
  • HTML 8.1%
  • QML 1.8%
  • Makefile 1.8%
  • Other 1.2%