Welcome to my terminal-based calculator built using Python!
This is one of my first Python mini-projects, and it supports basic arithmetic as well as square root and cube root calculations.
- โ Add
- โ Subtract
- โ๏ธ Multiply
- โ Divide
- โ Square Root
- โ Cube Root
- Run
calculator.pyin any Python environment (like VS Code or terminal) - Choose the operation by entering the number
- Follow on-screen prompts
Pranav Funde โ 11th-grade coder from Maharashtra, passionate about Python and tech ๐ค
- Add error handling (e.g. divide by 0)
- GUI version with Tkinter
- Maybe even a web version using Flask or Streamlit!