This is a simple calculator application built using Python and the Tkinter library.
It supports both dark mode and light mode themes, and you can toggle between them by clicking the moon and sun icons in the user interface.
Features
Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Square (x²) and square root (√) operations.
- Clear button (C) to reset the calculator.
- Equal (=) button to evaluate the expression.
- Dark mode and light mode themes for a personalized user experience.