Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
/ Calculator_App Public archive

Elegant looking calculator app written in Python with PyQt5.

License

Notifications You must be signed in to change notification settings

CHR-onicles/Calculator_App

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages