Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1001 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1001 Bytes

AF's Calci

This repository contains a simple and interactive calculator application built using the Tkinter library in Python. The calculator offers basic arithmetic operations such as addition, subtraction, multiplication, and division. It provides a user-friendly graphical interface that allows users to perform calculations effortlessly.

Features:

  • Supports addition, subtraction, multiplication, modulus, and division operations.
  • Provides a clean and intuitive user interface created with Tkinter.
  • Offers responsive input buttons for easy interaction.
  • Designed for simplicity and usability.

Usage:

  1. Clone or download the repository to your local machine.
  2. Run the AF_Calculator.py script using a Python interpreter.
  3. Use the graphical interface to perform calculations.

Feel free to explore, modify, and enhance the calculator according to your preferences. If you find any issues or have suggestions for improvements, please open an issue or create a pull request.