An open API service indexing awesome lists of open source software.

https://github.com/wciesialka/pyth-calc

Object-Oriented Calculator in Python
https://github.com/wciesialka/pyth-calc

calculator calculator-python object-oriented python3

Last synced: 4 months ago
JSON representation

Object-Oriented Calculator in Python

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Version&prefix=v&query=version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fwciesialka%2Fpyth-calc%2Fmaster%2Fpackage.json) ![](https://img.shields.io/badge/dynamic/json?color=informational&label=Python&query=pyv&url=https%3A%2F%2Fraw.githubusercontent.com%2Fwciesialka%2Fpyth-calc%2Fmaster%2Fpackage.json)

# pyth-calc
Calculator in Python using Objects

## Getting Started

### Prerequisites

* Python 3.7

## Running

Either run `python3 main.py` or `python3 main.py "[expression]"`. Notice the quotations required if creating the equation from the command line!

## Authors

* Willow Ciesialka

## License

Check [LICENSE](LICENSE) for details.