1 - First you need to install Vs Code from here
2 - install python from here
3 - then you should install the PyQt5 library by writing the next code in your terminal
pip install PyQt5
and write the next code to install PyQt5-tools
pip install pyqt-tools




