Faker package [RESOLVED]

Rich Shepard rshepard at appl-ecosys.com
Sat Jun 19 08:43:52 EDT 2021


On Sat, 19 Jun 2021, MRAB wrote:

> It looks like you're mixing some Python usage ("faker.names()") in with
> command line usage.

MRAB,

You are correct. That was my problem.

> Judging from the docs, I'd say you need something more like:
>    $ faker -o temp.out name
> for 1 fake name or:
>    $ faker -r=10 -o temp.out name
> for 10 fake names.

Thank you. I didn't pick that up when I read the document.

Much appreciated,

Rich


More information about the Python-list mailing list