Skip to content

Instantly share code, notes, and snippets.

@codeadict
Created February 26, 2018 01:47
Show Gist options
  • Save codeadict/2c960aa49dd56d4aefdd3694863f9014 to your computer and use it in GitHub Desktop.
Save codeadict/2c960aa49dd56d4aefdd3694863f9014 to your computer and use it in GitHub Desktop.
Generating verifiable fake data with faker
from faker import Faker
fake = Faker()
fake.random.seed(1234)
print(fake.name())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment