faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'910 Cherry Field Suite 575\nSouth Donna, PA 38227-8850',
#     'birthdate': datetime.date(1942, 11, 30),
#     'mail': u'levijackson@gmail.com',
#     'name': u'Haley Daniels',
#     'sex': 'F',
#     'username': u'xrodriguez'}

fake.profile(fields=None, sex=None)
# {   'address': u'97592 Daniel Extensions\nRyantown, NH 43396',
#     'birthdate': datetime.date(1958, 3, 15),
#     'blood_group': '0-',
#     'company': u'Yang Group',
#     'current_location': (Decimal('12.5230995'), Decimal('104.375171')),
#     'job': 'Industrial buyer',
#     'mail': u'jill39@hotmail.com',
#     'name': u'April Jones',
#     'residence': u'7219 Susan Tunnel Apt. 427\nNew Craig, WI 70804-8165',
#     'sex': 'F',
#     'ssn': u'606-48-4935',
#     'username': u'croberts',
#     'website': [u'https://phillips-bennett.com/']}