Inspiration

I was programming in python for about 6 months or so. Therefore I wanted to build a project and then I remembered the calculator program I made earlier but it didn't have UI at that time. So, I thought I could learn to build a UI.

What it does

It's a calculator program with basic arithmetic operations.

How I built it

I searched for how to make a UI in python and came across Tkinter library. And then I searched for some tutorials and build the UI for this program.

Challenges I ran into

I ran into a challenge when grid() function returns None but I used it with Entry() using "." operator and stored the instance in a variable. The program was giving unexpected results. That's what took my time.

Accomplishments that I'm proud of

The feeling of building something and learning new tech.

What I learned

I learned the basics of Tkinter library, using lambda functions in python and so on.

What's next for Python Calculator

Nothing it's completed. Going to build something new, more complex.

Built With

Share this project:

Updates