Created
          February 26, 2018 01:16 
        
      - 
      
- 
        Save codeadict/2e04e13ad467606322b25a47cc601a35 to your computer and use it in GitHub Desktop. 
    Faker in Spanish
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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