A minimal Python package
Project description
Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
A) Install with pip and git
With this approach, you get version 5.7.1
$ pip install git+git://github.com/pyqt/python-qt5.git
B) Or install with just pip
With this approach, you only get 5.3 due to space restrictions on PyPI.
$ pip install python-qt5
C) Or install with just git
Testing out the installation
- Launch Python
- 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_qt6_gtk-0.1.3.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_qt6_gtk-0.1.3.tar.gz.
File metadata
- Download URL: python_qt6_gtk-0.1.3.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06874cd92affcec20a7cb0b63a5e0b0b51b65aea46041a2d9840fc5ec39ae674
|
|
| MD5 |
befd3c365b405a2da136a128917133d3
|
|
| BLAKE2b-256 |
85c22df6a565d91a6949edf8395fbb0ff704b376fd902c86bb2d22af4cb11adc
|
File details
Details for the file python_qt6_gtk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: python_qt6_gtk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd4ad2dfb96ac83c54f6ec876d28df846bc227c0a5a0bbf9b4d220634488a3ca
|
|
| MD5 |
74cdbb3049a4f00cd622f9329aeb3392
|
|
| BLAKE2b-256 |
1448f2c157b726079a1d77f036acafaad87a64c2f4adcef75d48419e3295a95d
|