/calciPy

Python GUI - Calculator

Primary LanguagePython

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.

UI calciPy1

Features

  • Error Handling: Implement error handling for scenarios where the user inputs invalid expressions, like dividing by zero or entering Invalid Expression.
  • Improve UI Design: Enhance the user interface with better active colors, fonts, and layouts. Consider using external libraries to improve the look and feel.
  • Unit Testing: Write unit tests to ensure the correctness of your calculator functions and handle edge cases.

UI: Here is what the calculator looks like!

UI calciPy2

Error Handling :

UI calciPy ErrorHandling