From d4b1916c53d9f8cf25a3a5b746fb125f7222908b Mon Sep 17 00:00:00 2001 From: rajasekarkrish Date: Mon, 9 Feb 2026 21:02:46 +0530 Subject: [PATCH] command added --- calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc.py b/calc.py index 758bc87..0b41666 100644 --- a/calc.py +++ b/calc.py @@ -11,7 +11,7 @@ LIGHT_GRAY = "#F5F5F5" LABEL_COLOR = "#25265E" - +#calculator developed using the tkinter library in python, it has a simple and intuitive user interface, allowing users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator also includes features like clearing the current expression, calculating squares and square roots, and evaluating complex expressions. The design is clean and visually appealing, making it easy for users to interact with the calculator. class Calculator: def __init__(self): self.window = tk.Tk()