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
- Host: GitHub
- URL: https://github.com/null-none/random-user-generation
- Owner: null-none
- License: other
- Created: 2016-09-01T05:33:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T11:55:15.000Z (over 9 years ago)
- Last Synced: 2025-02-26T11:49:04.927Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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