An open API service indexing awesome lists of open source software.

https://github.com/null-none/random-user-generation

Class for use service randomuser.me
https://github.com/null-none/random-user-generation

Last synced: about 1 year ago
JSON representation

Class for use service randomuser.me

Awesome Lists containing this project

README

          

Class for use https://randomuser.me/

=======
Install
=======

.. code-block:: bash

pip install random-user-generation

=======
Example
=======

.. code-block:: python

from generation import RandomUserGeneration

user = RandomUserGeneration()

print user.get_location()

print user.get_city()

print user.get_state()

print user.get_first_name()

print user.get_last_name()

print user.get_postcode()

print user.get_phone()

print user.get_mail()

=======
License
=======

MIT