how to install pyqt tools on python code example
Example 1: install pyqt5 tools
pip install pyqt5-tools
Example 2: how to install pyqt5 dev tools
sudo apt-get install python3-pyqt5
sudo apt-get install qtcreator pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools