An interactive and user-friendly calculator built using Streamlit. This calculator supports basic arithmetic operations and includes a beautiful UI, real-time result display, and a calculation history log.
- ✅ Simple, intuitive user interface
- ➕ Addition, ➖ Subtraction, ✖️ Multiplication, ➗ Division
⚠️ Division by zero error handling- 💾 Real-time calculation history
- 🎨 Custom styled result display
- 📱 Mobile-friendly and responsive layout
`pip install -r requirements.txt `
`streamlit run app.py`
Future Improvements
- 🧮 Scientific calculator mode
- 🎛️ Theme toggle (light/dark)
- ⌨️ Keyboard input support
- 💾 Memory functions (M+, M-, MR, MC)
Made with ❤️