Mr-G254 / Python-Calculator-using-Tkinter

Creating a calculator app in Python

Repository from Github https://github.comMr-G254/Python-Calculator-using-TkinterRepository from Github https://github.comMr-G254/Python-Calculator-using-Tkinter

Python-Calculator

For graphics user interface I have used tkinter.

To add an icon to the the program add the following lines of code: img=tk.PhotoImage(file='Image file in ".png" format') window.iconphoto(False,img) Also ensure that the image is the same directory as the program.

Apart from doing calculations the program can also convert various weight units.

Contact: Gikuhiezekiel@gmail.com

About

Creating a calculator app in Python


Languages

Language:Python 100.0%