Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.4 KB

File metadata and controls

32 lines (24 loc) · 1.4 KB

Python PyQt5 Sample GUI application

Program work like this

Designed GUI using Designer.exe in pyqt5-tools

Ui file : Here

Converted .ui file to .py file

pyuic5 -x {your ui file.ui} -o {output py file.py}

Output file : Here

Created new .py file to add functionality

See Code : Here

Installation & Executing

git clone https://github.com/GH0STH4CKER/PyQt5_Sample_GUI_Program.git
cd PyQt5_Sample_GUI_Program
pip install -r requirements.txt
python PYQT5_Validate_Email_run.py

VsCode