XUtils

mimesis

is a Python library that help you generate fake data.


Documentation

You can find the complete documentation on the Read the Docs.

It is divided into several sections:

You can improve it by sending pull requests to this repository.

Output: ‘Brande Sears’

person.email(domains=[‘example.com’])

Output: ‘roccelline1878@example.com’

person.email(domains=[‘mimesis.name’], unique=True)

Output: ‘f272a05d39ec46fdac5be4ac7be45f3f@mimesis.name’

person.telephone(mask=‘1-4##-8##-5##3’)

Output: ‘1-436-896-5213’

”`


Articles

  • coming soon...