faker.providers.profileΒΆ

fake.profile(fields=None, sex=None)
# {   'address': '652 Clarke Corners Apt. 871\nEast Stevenchester, TX 02601',
#     'birthdate': datetime.date(1926, 10, 13),
#     'blood_group': 'O+',
#     'company': 'Maxwell LLC',
#     'current_location': (Decimal('61.567513'), Decimal('-105.593116')),
#     'job': 'Medical laboratory scientific officer',
#     'mail': 'talvarado@hotmail.com',
#     'name': 'Joshua Noble',
#     'residence': '870 Jones Springs\nNew Jacobchester, MT 44706',
#     'sex': 'M',
#     'ssn': '719-86-9063',
#     'username': 'jay44',
#     'website': [   'http://travis.net/',
#                    'http://moore.com/',
#                    'http://www.cook.com/',
#                    'https://www.ellis-garza.com/']}

fake.simple_profile(sex=None)
# {   'address': '61891 Torres Harbor\nWest Michael, MS 55122',
#     'birthdate': datetime.date(1989, 2, 2),
#     'mail': 'kayla09@hotmail.com',
#     'name': 'Brittany Oconnor',
#     'sex': 'F',
#     'username': 'michaelnunez'}