https://github.com/vldmrdev/linegenerator
Template based string line generator
https://github.com/vldmrdev/linegenerator
generator linegenerator log-generator python
Last synced: 5 months ago
JSON representation
Template based string line generator
- Host: GitHub
- URL: https://github.com/vldmrdev/linegenerator
- Owner: vldmrdev
- License: apache-2.0
- Created: 2023-09-19T17:22:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-05T21:30:21.000Z (8 months ago)
- Last Synced: 2025-10-05T23:30:55.443Z (8 months ago)
- Topics: generator, linegenerator, log-generator, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/linegenerator/)
[](https://github.com/vldmrdev/linegenerator/actions/workflows/codeql.yml)
[](https://github.com/ldmrdev/linegenerator/actions/workflows/linters.yml)
[](https://github.com/vldmrdev/linegenerator/actions/workflows/tests.yml)
### Line Generator
This is a template-based synthetic string data generator.
### Install
```pip install linegenerator```
### After install
Show commands:
```linegenerator-cli --help```
Show available default generators:
```linegenerator-cli --help-generators```
Install autocompletion:
```linegenerator-cli --install-completion```
Show autocompletion script:
```linegenerator-cli --show-completion```
### Examples:
```linegenerator-cli --template "Hello, {name}, welcome to {city}!" --count 3```
output:
```
Hello, Timothy Lozano, welcome to North Lindaberg!
Hello, Joshua Williams, welcome to New Darrylshire!
Hello, Cody Smith, welcome to East Kimberlyton!
```
### License
[MIT License](LICENSE)