# calculator ![GitHub Actions](https://github.com/zevaryx/calculator/actions/workflows/python-package.yml/badge.svg) [![codecov](https://codecov.io/gh/zevaryx/calculator/branch/main/graph/badge.svg?token=GG7DVUW7RJ)](https://codecov.io/gh/zevaryx/calculator) [![pipeline status](https://git.zevaryx.com/zevaryx/calculator/badges/main/pipeline.svg)](https://git.zevaryx.com/zevaryx/calculator/-/commits/main) [![coverage report](https://git.zevaryx.com/zevaryx/calculator/badges/main/coverage.svg)](https://git.zevaryx.com/zevaryx/calculator/-/commits/main) A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3) ## Purpose To revisit some Python basics, experiment with Python 3.10, and learn GitLab CI/CD and GitHub Actions ## Requirements - Python 3.10 ## Usage `python3.10 main.py`