Command Line tool to perform operations on fractions as an input and produce a fractional result
- Introduction
- Technologies
- Testing
- Setup
- Future Plans
This project is my first time developing in Python. The intent is to meet the requirements of the take home interview question, while learning a new language, and managing a heavy university course load.
Project Created With:
- Python 3.9
The project utilizes unittest framework to test the calculator program. It has imports the calculator and can be ran alone. Begin test: python calculator_test.py
Begin in the same directory as the file
- Start: python calculator.py
- The program begins with the ? on console
-
- Enter a number in: whole_numerator/denominator. e.g. "3_1/4"
- Enter operand: *, /, +, - (multiply, divide, add, subtract)
- Enter second number in the same format as the first
- The program will display: =Solution
The python versioning issue would be remedied if you used something like docker that made your env consistent.