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.
PyCalculator
requires the following dependencies:
Python
(version 3.2)Tkinter
(version 8.6)
- 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
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