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

app mathfacts

一个用于练习数学事实的小型命令行应用程序

3 个版本

0.1.2 2022年9月7日
0.1.1 2022年9月7日
0.1.0 2022年9月5日

#1105 in 数学

BSD-3-Clause

8KB
123

MathFacts

此包旨在帮助练习常见的/简单的数学事实。我为此写了一个程序,让我8岁的儿子练习加法、减法和乘法。

number 道题结束时会显示以下统计信息

  • 得分
  • 正确
  • 总题数
  • 每题平均时间

用法

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    

依赖关系

~4MB
~66K SLoC