Releases: Py-Contributors/RandomProfileGenerator
Releases · Py-Contributors/RandomProfileGenerator
Version 0.1.0 updates
Introduction
RandomProfile is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here.
pip install random-profileDocumentation
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 anacodaUsage
random-profile module is a random profile generator for many usages ex- fake dataset,youtube videos, content creation, personal projects.