A simple yet powerful calculator.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A calculator app to perform simple operations inspired by the Microsoft Windows Calculator.
PyQt5 is the only thing needed to run this app.
- PyQt5
pip install pyqt5
- Clone the repo
git clone https://github.com/CHR-onicles/Calculator_App.git
- Run
main.py
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.
Distributed under the MIT License. See LICENSE
for more information.