I made a very basic pastel colored calculator with simple functions, including addition, subtraction, multiplication, division, and screen clearing. When each button is hovered over/clicked on, it turns pastel yellow. The input should be entered using the buttons. I made this because I wanted to make something to practice and expand my Python skills (and use cute colors!). I saw it commonly listed as a core beginner project, so I worked on learning how to make it! I used a combination of what I was learning from YouTube tutorials, websites, and other resources, and customized it all!