Skip to content

vldmrdev/linegenerator

Repository files navigation

PyPI version CodeQL Lint & Format Tests

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

About

Template based string line generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages