Skip to content

Jmfwolf/Fraction_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Fraction_Calculator

Command Line tool to perform operations on fractions as an input and produce a fractional result

Table of Contents

  • Introduction
  • Technologies
  • Testing
  • Setup
  • Future Plans

Introduction:

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.

Technologies:

Project Created With:

  • Python 3.9

Testing

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

Setup

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

Future Plans:

The python versioning issue would be remedied if you used something like docker that made your env consistent.

About

Command Line tool to perform operations on fractions as an input and produce a fractional result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages