/py-fakename

Python wrapper for making fake identities with fakena.me

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

py-fakename

Build Status

py-fakename is a simple little package that gets identities generated from https://fakena.me.

Requirements

Installation

To install py-fakename, run:

$ pip install py-fakename

Usage

Return value reordered for clarity:

>>> from pprint import pprint
>>> import fakename
>>> pprint(fakename.gen_identity())
{'name': 'Lucy Macias',
 'dob': datetime.date(1945, 11, 15),
 'address': '5261 Edens Court',
 'city': 'Wilmot',
 'state': 'NH',
 'zip': '03287',
 'phone': '(603) 687-4938',
 'username': 'lucymaciasn7T',
 'password': '9e4UD5JC5spCDtd',
 'temp_email': 'lucymaciasYwA@crazespaces.pw',
 'permalink': 'https://fakena.me/j/18c[snip]7095.html'}