v0.2.1
Pre-release
Pre-release
Introduction
RandomProfile is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases, and much more. You can check the full documentation here.
pip install random-profile
Documentation
from random_profile import RandomProfile
rp = RandomProfile(num=5)
'''
num = Total No. of Name You Want To Print
default is 1
change the num value according to your needs.
'''
# For First Name
rp.first_name()
# For First Name
rp.full_name()
# For First Name
rp.full_profile()
Installation
- This is A python 3 Package.
- Install python 3.0+ or Anaconda 3.0+
Pip install random-profile #on python
conda install random-profile # on anacoda
Usage
the random-profile module is a random profile generator for many usages ex- fake datasets, youtube videos, content creation, and personal projects.
Changelog
- More variation added to the data
- fixed bugs
- test cases added
- created a separate file for data loadings
Upcoming changes.
- will support data for more regions, currently only US city and state names.