#Compile QT5 .UI files OSX
pyuic5 -x file.ui -o file.py
Windows
python -m PyQt5.uic.pyuic -x filename.ui -o filename.py
C:\Users\XXX\AppData\Local\Programs\Python\Python35\Scripts\pyuic5.exe -x file.ui -o file.py
#Compile QT5 .UI files OSX
pyuic5 -x file.ui -o file.py
Windows
python -m PyQt5.uic.pyuic -x filename.ui -o filename.py
C:\Users\XXX\AppData\Local\Programs\Python\Python35\Scripts\pyuic5.exe -x file.ui -o file.py