faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'41631 Laura Stravenue Apt. 439\nDavidville, WA 67718-2496',
#     'birthdate': datetime.date(1982, 3, 23),
#     'mail': u'fergusoncurtis@gmail.com',
#     'name': u'Rachel Herrera',
#     'sex': 'F',
#     'username': u'jzuniga'}

fake.profile(fields=None, sex=None)
# {   'address': u'203 Cynthia Islands\nJosephtown, PW 89360',
#     'birthdate': datetime.date(1903, 11, 3),
#     'blood_group': 'B+',
#     'company': u'Flynn, Miller and Jackson',
#     'current_location': (Decimal('-27.225483'), Decimal('-152.180165')),
#     'job': 'Research officer, trade union',
#     'mail': u'cchandler@hotmail.com',
#     'name': u'Michael Mcconnell',
#     'residence': u'Unit 9711 Box 6281\nDPO AP 78595',
#     'sex': 'M',
#     'ssn': u'475-43-7009',
#     'username': u'avilarobin',
#     'website': [u'http://www.crosby.org/']}