Hi everybody,
I have developed a gui. I open up the cmd console and run my python code. when I click a button, it does some function and prints a table of output on my console window. So now I want to make my GUI in such a way, that when I click a button, it should display a table like structure of output.
for example my output on my console prints like this. Actually my plan is to print the output on a table on a separate GUI window when I click the button. Is that possible and anybody have any ideas??
Thanks
Prasooma