alimamanpoosh / Set-Master-status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set-Master-status_temp

This application , use in university for check professor statatus.

The overview of the program can be seen in the image below image

The first we most install PyQt6.

pip install pyqt6

After that install QT-Designer for design UI APP

pip install pyqt6-tools

convert UI file to .py

One way to convert, use Qt

image

Another way use command:

pyuic6 -x main.ui -o main.py

Run Ui.py

About


Languages

Language:Python 100.0%