I am doing a project in python... Recently sir told to add a GUI for it as I was running it in command prompt and he could not understand it.On his suggestion I downloaded PYQT for windows.I am working on Python 2.7.How can I run my applicaiton from PYQT UI? And also how to print the results that my app produces in PYQT rather than in command prompt? Should i use QProcess()?... Please help....
I actually found a code here- It is embedding a python interpreter in PYQT