Command-line interface for the `random` module

In fact there are already existing packages which allow calling any class / function from the stdlib (or other modules), e.g:

python -m fire random randint 0 20
3 Likes