This is a calculator with a built with some features in Python.
- ✅ Addition, Subtraction, Multiplication, Division, Exponentiation
- 🌍 Supports English, Français, and العربية
- Users can select their preferred language via the GUI
- All user actions and errors are logged to a file (
calculator.log) - Useful for debugging and improving user experience
- Stores past calculations for user reference
- Easily view history via the GUI
- Results are formatted clearly for better readability
- Test cases for all core operations ensure correctness and reliability
- Efficient code: avoids unnecessary loops and redundant checks