https://github.com/cuongnb14/lorem-generator
https://github.com/cuongnb14/lorem-generator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuongnb14/lorem-generator
- Owner: cuongnb14
- Created: 2022-05-04T04:55:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T05:03:07.000Z (over 3 years ago)
- Last Synced: 2025-01-13T10:51:54.425Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```