Skip to content

Instantly share code, notes, and snippets.

@michellemho
Created September 19, 2018 20:47
Show Gist options
  • Save michellemho/81f89fc8d144f2c1b8aeb03f6c6ffb18 to your computer and use it in GitHub Desktop.
Save michellemho/81f89fc8d144f2c1b8aeb03f6c6ffb18 to your computer and use it in GitHub Desktop.
from faker import Faker
fake = Faker()
print(fake.name())
print(fake.company())
print(fake.address())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment