Skip to content

RunMadVik/String-Calculator-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STRING SUM CALCULATOR

This repository contains a basic calculator that generates the sum of all numbers present inside a string. The project is build while keeping in mind the basic TDD principles

Prerequisites

  1. Python >= 3.9

Code Editor Used

VSCode

Working Instructions

Just run the code using the following commands on the terminal

  1. To test the calculator

    python test_calculator.py
  2. To use the calculator

    from calculator import string_calculator
    string_calculator(your_string_here)

Note: Please refer main branch for final builds. All other branches should be used for improvement purposes only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages