Skip to content

Instantly share code, notes, and snippets.

@codeadict
Created February 26, 2018 01:16
Show Gist options
  • Save codeadict/2e04e13ad467606322b25a47cc601a35 to your computer and use it in GitHub Desktop.
Save codeadict/2e04e13ad467606322b25a47cc601a35 to your computer and use it in GitHub Desktop.
Faker in Spanish
from faker import Faker
fake = Faker('es_ES')
print(fake.name())
print(fake.address())
print(fake.phone_number())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment