An open API service indexing awesome lists of open source software.

https://github.com/cuongnb14/lorem-generator


https://github.com/cuongnb14/lorem-generator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install
```
pip3 install click
make install
```

# Usage
```sh
# generate word
lr
lr 10

# generate paramgraph
lr -p
lr -p 3
```