Command-line utility to generate all possible D&D 3rd Ed. / Pathfinder ability scores for a given pool size of points.
# Writes all possible combinations to stdout (using default pool size of 15)
$ stdptbuy
# Same but with larger pool size.
$ stdptbuy --poolsize 25
# Display options.
$ stdptbuy --help
Each row of scores is sorted in ascending order.
The MIT License (MIT) Copyright © 2017