+ 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

8th Apr 2019, 4:22 AM
Lord Of Wizard
Lord Of Wizard - avatar
2 Answers
+ 2
Thanks M.watney I just started object oriented programming in my python course thanks for the suggestion :)
8th Apr 2019, 6:44 AM
Lord Of Wizard
Lord Of Wizard - avatar
+ 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.
8th Apr 2019, 6:34 AM
ŠØŠ°Ń‰Šø Š Š°Š½Š¶Š°Š½
ŠØŠ°Ń‰Šø Š Š°Š½Š¶Š°Š½ - avatar