+ 2
I have created a simple software which calculates simple interest i want to convert it in to gui how can i do that
The software is public in my profile
2 Antworten
+ 2
Thanks M.watney I just started object oriented programming in my python course thanks for the suggestion :)
+ 2
As a beginner, you can add GUI in your application by using Python's in-built module, Tkinter. But since while working with GUI modules, you'd be working with object oriented stuffs like class, obects, inheritance, override etc so its recommended to learn object-oriented programming before working with GUI.