Releases: codeperfectplus/RandomProfileGenerator
V3.0.2 Released
What's new
You can now generate a gender-specific profile by providing a gender argument. This feature allows you to generate profiles tailored to a specific gender.
# n = number of random profiles, p = profile -ma male
random_profile -n 10 -p -ma
# n = number of random profiles, p = profile -fe female
random_profile -n 10 -p -fe
New Contributors
- @SmashedFrenzy16 made their first contribution at #59
- @CodeMaster7000 made their first contribution at #57
Keep Tuned for more updates.
V3.0.1 Release
Changelog
- Fixed Project link issue in PyPI.
- Code Base Update with Flake8
What's Changed
- fixing bug in the project link and formatted code base with flake8 by @codeperfectplus in #53
Full Changelog: v3.0.0...v3.0.1
V3 Release
Random Profile Generator
Python Module To Generate Random Profile Data
- Function names changed, some changes may break after the upgrade while using it as the library. Check documentation once.
- Gender can be passed as a parameter
- Credit/Debit information will be generated
- Mother's & Father's name will generate
- Geo Coordinate will generate
- Job experience will generate along the job title
- More arguments added to generate more data type
What's Changed
- Issue #44 by @DavidCano98 in #52
New Contributors
- @DavidCano98 made their first contribution in #52
Thanks, @Davicho-Dev for the Update.
Full Changelog: v2.0.0...v3.0.0
Random Profile V2
What's Changed
- updating cli by @codeperfectplus in #48
- adding scripts for release automation by @codeperfectplus in #49
- bumping version 1.0.0 to 2.0.0 by @codeperfectplus in #50
New Contributors
- @DrakeEntity made their first contribution in #30
Full Changelog: v1.0.0...v2.0.0
first stable release v1
Total Downloads:- 18K
What's Changed
- Update README.md by @mete23 in #13
- Update README.md by @mete23 in #14
- Update fnames.txt by @mete23 in #18
- Update lnames.txt by @mete23 in #17
- Update hair_colors.txt by @mete23 in #16
- some job titles add by @ZeusPod in #21
- [bugfix] Add @example.com domain by @Akshu-on-github in #24
- Created update_package.sh files by @aayushi-droid in #26
- updaing docs for readthedocs by @codeperfectplus in #27
- Creating useful badge by @codeperfectplus in #28
- support: creating worflow files by @codeperfectplus in #29
- docs: cli useage updated in README.md by @codeperfectplus in #31
- type checking enabled by @codeperfectplus in #32
- adding readthedocs configure file by @codeperfectplus in #33
- Updated the fastapi and docs by @codeperfectplus in #35
- Updated README.md by @BhairuTribrid in #34
- Creating Useful badge to showcase the Number of forks, stars, and open repo. by @ayushete02 in #36
- Add .circleci/config.yml by @codeperfectplus in #38
- updating docs by @codeperfectplus in #39
- fixing miner bugs by @codeperfectplus in #40
- better cli output #46 by @codeperfectplus in #46
New Contributors
- @mete23 made their first contribution in #13
- @ZeusPod made their first contribution in #21
- @Akshu-on-github made their first contribution in #24
- @aayushi-droid made their first contribution in #26
- @BhairuTribrid made their first contribution in #34
- @ayushete02 made their first contribution in #36
Full Changelog: v0.2.3...v0.2.4
New Release
Random Profile Generator V0.2.3
Python Module To Generater Random Profile Data
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. Check on Pypi
Installation
- This is A python 3 Package.
- Install python 3.0+ or Anaconda 3.0+
pip install random-profile # using pip
conda install random-profile # using anaconda
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.
'''
# num can be overwritten in the function
# For first name
rp.first_name(num=10)
# For full name
rp.full_name(num=8)
# override the num value
rp.full_profile(num=10)
# For last name
rp.last_name(num=6)
Changelog
v0.2.3
- Flask app added
- Date of Birth Added
- Age added
- Height and Weight Added
- Blood Group and hair color added
- Job title added
- More email domains added
- Bugs Fixed
v0.2.1
- More variation added to the data
- Test cases added
- Created a separate file for data loadings
- Fixed some bugs
API ENDPOINTS
v0.2.1
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.
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-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
random-profile module is a random profile generator for many usages ex- fake dataset,youtube videos, content creation, personal projects.