This is a simple calculator app built with Python and Tkinter. It can perform basic arithmetic operations such as addition, subtraction, multiplication and division. It also supports decimal numbers and parentheses.
To run this app, you need to have Python 3 installed on your system. You can download it from https://www.python.org/downloads/. You also need to install Tkinter, which is a standard Python library for creating graphical user interfaces. You can install it using pip:
pip install tkinter
To launch the app, navigate to the directory where you downloaded or cloned this repository and run the following command:
git clone https://github.com/mashroofmashru/PyCalc.git
You will see a window with a calculator interface. You can use your mouse to enter numbers and operators. You can also use the CA key to clear the display, and the = key to evaluate the expression. The app will show the result or an error message if the expression is invalid.