Posts

Showing posts from February, 2016

How to make a gui Calculator in Python using Tkinter

Image
I have written a basic & simple GUI calculator in python using Tkinter module. Since Tkinter is cross-platform so it works on both windows and Linux . If you are a beginner, and want to learn some basic GUI with python, this will be helpful for you. you can download the program HERE    or, you can clone it from my github repository Read more »