Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 379 Bytes

File metadata and controls

9 lines (5 loc) · 379 Bytes

Calculator-using-tkinter

Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI.

The first version of the calculator looks like

calciv1

Some more features will be added soon.