This is a stylish and functional calculator app built with Python’s Tkinter library.
It features a custom dark-violet theme, memory functions, and a sleek modern layout inspired by monochrome UI palettes.
- 🌌 Gorgeous dark purple & lavender aesthetic
- 🧠 Memory buttons:
M+,MR,MC - ➕ All standard math operations:
+,-,×,÷,%,.,00 - 🧹 Clear (
C) and backspace (CE) - 🖥️ Clean custom layout with large buttons
- 💯 Built using pure Python – no extra libraries
Make sure you have Python installed (3.x):
python Calculator.py
---