https://docs.python.org/3.12/tutorial/index.html
https://www.python.org/downloads/
C:\Users\hmill\AppData\Local\Programs\Python\Python312
Microsoft Windows [Version 10.0.22631.4112]
(c) Microsoft Corporation. All rights reserved.
C:\Users\hmill>python
Python 3.12.6 (tags/v3.12.6:a4a2d2b, Sep 6 2024, 20:11:23) [MSC v.1940 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> print("Hello World")
Hello World
>>> exit()
C:\Users\hmill>
C:\Users\hmill\AppData\Roaming\Python\Python312\site-packages\QtDesigner
9/26
..//
pip install PySide2
pip install PyQt5
pip install PyQt5Designer
..//
Install PyQt5 and PyQt5 Designer using pip install in Python | Python PyQt Tutorial
https://www.youtube.com/watch?v=tZNnXL7cW6o
https://www.youtube.com/watch?v=tZNnXL7cW6o
//..
https://pypi.org/project/pyqt5-tools/
pip.exe install pyqt5-tools~=5.15
//..
To install PyQt5 in Python, you can use the pip command on the command line:
Verify that Python is installed and running by typing
>python --version
Verify that you have not installed PyQt before by typing
>pip list
Install PyQt5 by typing
>pip install PyQt5
Install pyqt5-tools by typing
>pip install pyqt5-tools
C:\Users\hmill>pip list
Package Version
---------- -------
pip 24.2
PyQt5 5.15.11
PyQt5-Qt5 5.15.2
PyQt5_sip 12.15.0
setuptools 75.1.0
wheel 0.44.0
C:\Users\hmill>
C:\Program Files\Python312\Lib
C:\Program Files\Python312\Lib\site-packages
pip install --upgrade pip setuptools wheel
C:\Users\hmill\AppData\Roaming\Python\Python312\site-packages
Microsoft Windows [Version 10.0.19045.4842]
(c) Microsoft Corporation. All rights reserved.
C:\Users\admin>python
Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello World")
Hello World
>>>
Microsoft Windows [Version 10.0.19045.4842]
(c) Microsoft Corporation. All rights reserved.
C:\Users\admin>pip3 install PyQt5
Requirement already satisfied: PyQt5 in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (5.15.10)
Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (from PyQt5) (12.15.0)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (from PyQt5) (5.15.2)
WARNING: You are using pip version 21.1.3; however, version 24.2 is available.
You should consider upgrading via the 'c:\users\admin\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip' command.
C:\Users\admin>
C:\Users\admin>python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (21.1.3)
Collecting pip
Downloading pip-24.2-py3-none-any.whl (1.8 MB)
|████████████████████████████████| 1.8 MB 1.3 MB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.1.3
Uninstalling pip-21.1.3:
Successfully uninstalled pip-21.1.3
Successfully installed pip-24.2
C:\Users\admin>
C:\Users\admin>pip3 install PyQt5-tools
Collecting PyQt5-tools
Downloading pyqt5_tools-5.15.9.3.3-py3-none-any.whl.metadata (8.3 kB)
Collecting click (from PyQt5-tools)
Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting pyqt5==5.15.9 (from PyQt5-tools)
Downloading PyQt5-5.15.9-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
Collecting pyqt5-plugins<5.15.9.3,>=5.15.9.2.2 (from PyQt5-tools)
Downloading pyqt5_plugins-5.15.9.2.3-cp39-cp39-win_amd64.whl.metadata (2.0 kB)
Collecting python-dotenv (from PyQt5-tools)
Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Requirement already satisfied: PyQt5-sip<13,>=12.11 in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (from pyqt5==5.15.9->PyQt5-tools) (12.15.0)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\admin\appdata\local\programs\python\python39\lib\site-packages (from pyqt5==5.15.9->PyQt5-tools) (5.15.2)
Collecting qt5-tools<5.15.2.2,>=5.15.2.1.2 (from pyqt5-plugins<5.15.9.3,>=5.15.9.2.2->PyQt5-tools)
Downloading qt5_tools-5.15.2.1.3-py3-none-any.whl.metadata (1.9 kB)
Collecting colorama (from click->PyQt5-tools)
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting qt5-applications<5.15.2.3,>=5.15.2.2.2 (from qt5-tools<5.15.2.2,>=5.15.2.1.2->pyqt5-plugins<5.15.9.3,>=5.15.9.2.2->PyQt5-tools)
Downloading qt5_applications-5.15.2.2.3-py3-none-win_amd64.whl.metadata (2.2 kB)
Downloading pyqt5_tools-5.15.9.3.3-py3-none-any.whl (29 kB)
Downloading PyQt5-5.15.9-cp37-abi3-win_amd64.whl (6.8 MB)
---------------------------------------- 6.8/6.8 MB 2.1 MB/s eta 0:00:00
Downloading pyqt5_plugins-5.15.9.2.3-cp39-cp39-win_amd64.whl (66 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
Downloading qt5_tools-5.15.2.1.3-py3-none-any.whl (13 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading qt5_applications-5.15.2.2.3-py3-none-win_amd64.whl (64.5 MB)
---------------------------------------- 64.5/64.5 MB 3.9 MB/s eta 0:00:00
Installing collected packages: qt5-applications, python-dotenv, pyqt5, colorama, click, qt5-tools, pyqt5-plugins, PyQt5-tools
Attempting uninstall: pyqt5
Found existing installation: PyQt5 5.15.10
Uninstalling PyQt5-5.15.10:
Successfully uninstalled PyQt5-5.15.10
Successfully installed PyQt5-tools-5.15.9.3.3 click-8.1.7 colorama-0.4.6 pyqt5-5.15.9 pyqt5-plugins-5.15.9.2.3 python-dotenv-1.0.1 qt5-applications-5.15.2.2.3 qt5-tools-5.15.2.1.3
C:\Users\admin>