A Modern GUI Calculator built using Python.
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the input.
- Decimal point support for floating-point numbers.
- Responsive GUI Design.
- Python 3.x
- Tkinter Library (included with Python)
-
Clone the repository:
git clone https://github.com/shera-bhai/python-calculator.git
-
Change into the project directory:
cd python-calculator -
Install the required libraries:
pip install -r requirements.txt
-
Run the Calculator:
python calculator.py
- Enter numbers using the on-screen buttons.
- Use the operation buttons (+, -, *, /) to perform calculations.
- Press the "=" button to get the result.
- Click the "X" button to clear the input.
Feel free to contribute to the development of this Calculator. Fork the repository and submit a pull request.
This project is solely Developed & Maintained by Shera Bhai
Note: Include any additional information, instructions, or acknowledgments as needed for your specific project.
