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
- Host: GitHub
- URL: https://github.com/wciesialka/pyth-calc
- Owner: wciesialka
- License: mit
- Created: 2019-10-17T21:31:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T02:04:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T19:55:13.593Z (5 months ago)
- Topics: calculator, calculator-python, object-oriented, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# 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.