labesoft / top-projects

Welcome to our simple python projects portfolio
1 stars 0 forks source link

Create a Calculator Program in Python #48

Closed benlapETS closed 3 years ago

benlapETS commented 3 years ago

The calculator is one application that we all use in our day to day lives. If you are trying to get your hands dirty with programming in python, Calculator is a project which is easy and useful at the same time. Today, we are going to build a Python Calculator using Tkinter with easy to understand steps. Here is the to do list:

benlapETS commented 3 years ago

created calcprog/