1 Star 0 Fork 4

王昊宇 / pyqt5

forked from openKylin / pyqt5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-05-14 03:48 . Import Upstream version 5.14.1+dfsg
PyQt5 - Comprehensive Python Bindings for Qt v5
===============================================
Qt is set of cross-platform C++ libraries that implement high-level APIs for
accessing many aspects of modern desktop and mobile systems. These include
location and positioning services, multimedia, NFC and Bluetooth connectivity,
a Chromium based web browser, as well as traditional UI development.
PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented
as more than 35 extension modules and enables Python to be used as an
alternative application development language to C++ on all supported platforms
including iOS and Android.
PyQt5 may also be embedded in C++ based applications to allow users of those
applications to configure or enhance the functionality of those applications.
Author
------
PyQt5 is copyright (c) Riverbank Computing Limited. Its homepage is
https://www.riverbankcomputing.com/software/pyqt/.
Support may be obtained from the PyQt mailing list at
https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
License
-------
PyQt5 is released under the GPL v3 license and under a commercial license that
allows for the development of proprietary applications.
Documentation
-------------
The documentation for the latest release can be found
`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.
Installation
------------
The GPL version of PyQt5 can be installed from PyPI::
pip install PyQt5
The wheels include a copy of the required parts of the LGPL version of Qt.
``pip`` will also build and install the bindings from the sdist package but
Qt's ``qmake`` tool must be on ``PATH``.
The ``sip-install`` tool will also install the bindings from the sdist package
but will allow you to configure many aspects of the installation.
1
https://gitee.com/wang-haoyu9853/pyqt5.git
git@gitee.com:wang-haoyu9853/pyqt5.git
wang-haoyu9853
pyqt5
pyqt5
openkylin/yangtze

搜索帮助