#practice #fact #score #correct #applications #command-line

app mathfacts

A small command-line application to practice math facts

3 releases

0.1.2 Sep 7, 2022
0.1.1 Sep 7, 2022
0.1.0 Sep 5, 2022

#1048 in Math

Download history 11/week @ 2024-02-21 14/week @ 2024-02-28 17/week @ 2024-03-27 34/week @ 2024-04-03

51 downloads per month

BSD-3-Clause

8KB
123 lines

MathFacts

This package is to help practice common / simple math facts. I wrote it for my 8yo son to practice his addition, subtraction, and multiplication.

At the end of the number of questions it will display a tally with the following info:

  • Score
  • Correct
  • Total questions
  • Average time per question

Usage

USAGE:
    mathfacts [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help               Print help information
    -m, --max <MAX>          Largest number to possibly generate [default: 12]
    -n, --number <NUMBER>    Number of questions to ask [default: 10]
        --negative           Allow random to generate negative numbers

SUBCOMMANDS:
    add         
    help        Print this message or the help of the given subcommand(s)
    multiply    
    subtract    

Dependencies

~4MB
~67K SLoC