Skip to content

pyqt/python-qt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 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.

Installation - 5.4

The 5.4 installation is different due to some trouble getting it up onto PyPI, this is what you can do in the meantime.

$ pip install git+https://github.com/pyqt/python-qt5.git

You won't need the Redistributable here; as it is included.

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()
  • More information in the Wiki

About

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •