From 835ad64a9d721b1ace05a65083da1eda9b93359b Mon Sep 17 00:00:00 2001 From: Mohit Thakur <82665617+mohit-thakur09@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:01:50 +0530 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 488896a..30b52c7 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# calciPy +# Calculator : calciPy + +This straightforward calculator, crafted with Tkinter and Python, provides users with a user-friendly interface for conducting common arithmetic operations. While its current features cater to basic calculations. User can perform their day to day basic calculation using this calculator. + +## Features + +- Error Handling: Implement error handling for scenarios where the user inputs invalid expressions, like dividing by zero or entering non-numeric characters. +- Improve UI Design: Enhance the user interface with better colors, fonts, and layouts. Consider using external libraries or themes to improve the look and feel. +- Unit Testing: Write unit tests to ensure the correctness of your calculator functions and handle edge cases. + +# UI: + +! +[UI calciPy2](https://github.com/mohit-thakur09/calciPy/assets/82665617/a4cd862e-1258-4123-b38a-e84c6cbe9386) +! +[UI calciPy1](https://github.com/mohit-thakur09/calciPy/assets/82665617/b7c1a5f4-a607-4d11-a580-3f3e8e85ae32)