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.4.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.4.tar.gz.
File metadata
- Download URL: python_qt6_gtk-0.1.4.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 |
d32e2f0f2ccbb56ec48a645c3a972b95e4ab9575765f4e7027e400abe1f61da8
|
|
| MD5 |
f0fbcd02cc30f58c0183895dc08cfbe0
|
|
| BLAKE2b-256 |
b7da79462245f0920189f92e1aafd6bf6b3556535878e988374086e9fec6c83d
|
File details
Details for the file python_qt6_gtk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: python_qt6_gtk-0.1.4-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 |
38fa6b3b20c71c65e1b720a0ad80f721c7a093144890e6ed6b9c161205638b1b
|
|
| MD5 |
aa1030d056378ffac02079dc510237f7
|
|
| BLAKE2b-256 |
0273a598206d035071afba19f21dfd6f10fd98afeb169a8e6680fcd8c2b212d9
|