DEV Community

Cover image for Python GUI with Tkinter - Calculator app
Anja
Anja

Posted on • Updated on

Python GUI with Tkinter - Calculator app

Hey everyone! Today I show you how you can create a calculator with a GUI. We are using Tkinter for this. Have a nice day! :)

➤ Github: https://github.com/Lumary2/Python/blob/master/calculator.py
➤ Tkinter Doc: https://docs.python.org/3/library/tk.html

Top comments (0)