Inspiration
The goal of this project was to have the functions that would be present on a scientific calculator. I had watched a lot of programming tutorials and majority of those tutorials contained the progress of creating a basic calculator.
What it does
The Calculator can take in an expression but is unable to output an answer
How I built it
I researched how to create a graphical interface, and how to receive output from clicking buttons
Challenges I ran into
A challenge I ran into was figuring out how to implement the order of operations the find the answer of the expression. Another challenge I ran into was determining how to get the output from clicking the buttons. In addition, I wasn't able to add anymore buttons for other functions like sin(), cos(), tan().
Accomplishments that I am proud of
This is my first time creating a graphical interface
What I learned
I learned how to receive an output from clicking the buttons
What's next for Calculator
I think the Calculator is going to need functions like sin(), cos(), tan()
Log in or sign up for Devpost to join the conversation.