Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Latest commit

 

History

History
140 lines (96 loc) · 4.06 KB

README.md

File metadata and controls

140 lines (96 loc) · 4.06 KB

Contributors Stargazers Forks Issues MIT License LinkedIn


Logo

Calculator App

A simple yet powerful calculator.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Acknowledgements

About The Project

A calculator app to perform simple operations inspired by the Microsoft Windows Calculator.

calculator demo

Built With

Getting Started

PyQt5 is the only thing needed to run this app.

Prerequisites

  • PyQt5
    pip install pyqt5

Installation

  1. Clone the repo
    git clone https://github.com/CHR-onicles/Calculator_App.git
  2. Run main.py.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements