From 9ccd2a6e2e88dd62249a67f3915c8364210ab93c Mon Sep 17 00:00:00 2001 From: shivambangwal <51088228+shivambangwal@users.noreply.github.com> Date: Fri, 31 May 2019 00:49:03 +0530 Subject: [PATCH] Update README.md Simple Calculator Program using PYTHON (tkinter) 1. takes two number from user as input 2. Performs action (+, *, -, /) according to user choice 3. Shows result at the bottom of the window. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8ddba..c317e9b 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# Calculator-Programming-using-PYTHON-tkinter- +Simple Calculator Program using PYTHON (tkinter) +1. takes two number from user as input +2. Performs action (+, *, -, /) according to user choice +3. Shows result at the bottom of the window.