Calculator Using Python Tkinter #pythoncode04

 Calculator Using Python Tkinter 

PythonCode4

Introduction : Made this calculator using Tkinter it has only some basic Features like Add, Subtract,                                 Multiply and Division. Used the OOPs in this code.

Working : Made a simple GUI for the calculator and has only basic features of Calculator although it will be added in the future. Used OOPs concept to make this code. There are some bugs and logical error in this code if you have some knowledge and can help to improve email me on prathameshdhande534@gmail.com to sort the bugs. 
It has 5 function :
    a. Class of calculator with constructor.
    b. Creating the gui of the calcultor using the makinggui function.
    c. Function when user click on off button.
    d. Function when user click on ON button.
    e. Function when a particular button is clicked to set the text on the TextField.

Below i have attached the Code and Video of the Output.



Code :
Download Code File => Click Here

 


Comments