top of page
Writer's pictureraspibotics

Create a Calculator in Python! (Tkinter / Python GUI)

Updated: May 12, 2020


A screenshot of the code in action

A while ago I wrote a Calculator GUI in python 3. The code should run native using the Tkinter library. I tried to make a nice looking GUI (Graphical user interface) in Python and test the limits of the tkinter package. If you are struggling to create graphics in python, I encourage you to "Borrow" some code.


The code can be found on GitHub:

https://github.com/raspibotics/Python-CalculatorGUI


1,857 views1 comment

1 Comment


Max Santos
Max Santos
Apr 28, 2020

It is very nice calc. Thanks for sharing

Like
bottom of page