faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'66164 Rhonda Lane Apt. 302\nGordonview, PA 92467-2909',
#     'birthdate': '2013-05-20',
#     'mail': u'anthonycarter@yahoo.com',
#     'name': u'Cathy Caldwell',
#     'sex': 'F',
#     'username': u'sherry77'}

fake.profile(fields=None, sex=None)
# {   'address': u'PSC 5469, Box 3736\nAPO AA 05040-0300',
#     'birthdate': '2010-01-30',
#     'blood_group': 'AB+',
#     'company': u'Hinton LLC',
#     'current_location': (Decimal('61.470412'), Decimal('146.034162')),
#     'job': 'Engineer, agricultural',
#     'mail': u'deleoncarrie@gmail.com',
#     'name': u'Nicole Allen',
#     'residence': u'6088 Rojas Shoal\nTheresamouth, VT 97558-2959',
#     'sex': 'F',
#     'ssn': u'334-14-6095',
#     'username': u'richard18',
#     'website': [   u'http://www.cooper.info/',
#                    u'http://martinez.com/',
#                    u'https://cantu-fernandez.com/',
#                    u'http://www.walton.com/']}