Inspiration

I wanted to build a graphing calculator that was simple, attractive, and fast. I was inspired to make it because I couldn't find a graphing calculator that I liked, so I made one to my liking. I like to use it for quickly graphing functions.

What it does

It plots a given polynomial function. It optimizes the graph to maximize the amount of screen usage, so your graph fills out the whole page. The graph plots the x-axis and y-axis. The graph provides scales for both axes to show you the x & y values.

How I built it

I built this program from scratch using the turtle module included in the python library.

Challenges I ran into

I had to debug a lot of minor problems and find out how to optimize the amount of screen size used.

Accomplishments that I'm proud of

I am proud that my graphing calculator works.

What I learned

I learned that cool programs often do not require that many lines of code

What's next for Grapho

I want to add more features and make it even more fun for me to use.

Built With

Share this project:

Updates