Table of Contents
This calculator is a personally developed one that employs Python's tkinter library, defining a class and methods and creating a frame for a simple calculator. This is much like the Windows calculator but limited to the standard type.
This project was built with the following
- Python
You can fork this, and make any changes as you please
- tkinter
pip install tkinter
- Clone the repo
git clone https://github.com/OTurkson/Calculator.git
- Install tkinter package
pip install tkinter
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Ekow Owusu-Turkson - @_bornofthesun - eowusuturkson@gmail.com
Project Link: https://github.com/OTurkson/pyProject