/PyCalculator

A GUI calculator developed in Python using the tkinter library, inspired by the features of the Casio fx-991ES Plus model.

Primary LanguagePythonMIT LicenseMIT

PyCalculator

   

Table of Contents

About

A GUI calculator developed in Python using the tkinter library, inspired by the features of the Casio fx-991ES Plus model.

The calculator's graphical user interface is designed to mirror the Casio model, providing users with an interface that is both familiar and intuitive. Advanced mathematical functions, including trigonometry, and logarithms, are incorporated into the calculator. It provides an immersive experience with chess.com-inspired sound effects and an enhanced graphical user interface featuring board highlighting, elevating gameplay and user experience.


Demo

Preview

Dependencies

PyCalculator requires the following dependencies:

  • Python (version 3.2)
  • Tkinter (version 8.6)

Installation

  • Clone or download the PyCalculator repository.

Need help cloning a repository? Check out how to clone a github repository here

  • Install Python (version 3.2) from the official Python website (https://www.python.org).
  • Install Tkinter (version 8.6) by running the following command:
    pip install tk

Running the Application

To run PyCalculator, follow these steps:

  • Open your terminal or command prompt.
  • Navigate to the directory where you cloned or downloaded the PyCalculator repository.
  • From the project directory, navigate to the src directory:
  • cd src
  • Run the following command to start the game:
    python main.py

Built With

Python