This project developed software for patient data input and logistic regression analysis. Python/PyQT used for programming and SQLServer/SQLite for database management. The interface was designed in Qt with careful attention to usability. Overall, this project showcases my skills in programming, database design, and interface development. to Run this code execute Lab1.py in IDE that support python packages or you can run this command in your command prompt cd #directory of the project in your PC pyinstaller --onefile -w Lab1.py then execute the Lab1.exe