Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 257 Bytes

Requirments

First run this command to install dependencies.

pip install PyQt5 PyQt5Designer numpy Pillow

Compile PyQt5 designer XML

Run this command to compile designer XML code into python code.

pyuic5 main_window.ui -o main_window.py