This project is a basic calculator application built using Python and Tkinter. It provides a simple graphical user interface (GUI) that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator is designed to be easy to use and is a great example for beginners learning Python GUI development.
- Python 3.x installed on your system
- Tkinter (comes pre-installed with most Python distributions)
-
Clone the repository:
git clone https://github.com/rojinvgeo/calculator-python.git
-
Navigate to the project directory:
cd calculator-python -
(Optional) Install dependencies:
pip install -r requirements.txt
-
Run the calculator:
python src/calculator.py