This is a template-based synthetic string data generator.
pip install linegenerator
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
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!