A graphical user interface (GUI) calculator written in Python using the tkinter framework, inspired by Richard Watterson from "The Amazing World of Gumball." This calculator allows you to perform basic arithmetic operations with a user-friendly interface. the calculator can be found in 131-Episode.
- Perform addition, subtraction, multiplication, and division operations.
- Input validation to prevent invalid calculations.
- User-friendly GUI for easy interaction.
- Display the result of each operation.
- Enjoy a fun and nostalgic calculator experience.
Make sure you have the following installed before running the calculator:
- Python (version 3.6 or higher)
- tkinter library
-
Clone the repository to your local machine:
git clone https://github.com/N3dal/Richard-Watterson-Calculator/tree/main
-
Navigate to the project directory:
cd Richard-Watterson-Calculator
-
Install the required dependencies:
pip install tk
-
Run the calculator:
python main.py
-
Use the buttons to enter numbers and select the desired operation.
-
View the result of the calculation in the display area.
Please note that the calculator only supports two numbers for each operation.
This project is licensed under the MIT License.
Contributions are welcome! If you find any issues or would like to add nw features, please open an issue or submit a pull-request.
Please ensure that your contributions adhere to the following guidelines:
- fork the repository and create a new branch for your feature or bug fix.
- Commit your changes with clear and descriptive messages (plz not like my stupid commits).
This project was inspired by the character Richard Watterson from the "The Amazing World of Gumball" and the desire was to create fun calculator experience.
Notice that this project is just for fun.