faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'451 Lopez Island\nPort Lorimouth, WY 99614',
#     'birthdate': datetime.date(1931, 5, 18),
#     'mail': u'ymartinez@hotmail.com',
#     'name': u'Vincent Burke',
#     'sex': 'M',
#     'username': u'jonesmark'}

fake.profile(fields=None, sex=None)
# {   'address': u'53394 Faulkner Track\nGeorgeville, NV 19452',
#     'birthdate': datetime.date(1955, 9, 17),
#     'blood_group': 'AB-',
#     'company': u'Simpson-Saunders',
#     'current_location': (Decimal('-8.4640095'), Decimal('-149.690888')),
#     'job': 'Company secretary',
#     'mail': u'austinleonard@gmail.com',
#     'name': u'Michelle Williams',
#     'residence': u'Unit 2570 Box 7194\nDPO AE 04149-8156',
#     'sex': 'F',
#     'ssn': u'366-42-9951',
#     'username': u'xosborne',
#     'website': [u'https://www.shepard.com/', u'http://www.dunn-barton.biz/']}