Faker Module for Python Link

Faker generates a wide variety of fake filler data. It’s not just Loerm Ipsum. It can generate fake addresses, phone numbers, email addresses, MD5, dates, etc. You can also use a seed option if you want to always get back the same “random” result. It works from the command line too.

:::text
$ python -m faker address
968 Bahringer Garden Apt. 722
Kristinaland, NJ 09890

This is wonderful.