Skip to content

Releases: Py-Contributors/RandomProfileGenerator

V3.0.2 Released

08 Nov 03:06
Compare
Choose a tag to compare

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

Keep Tuned for more updates.

V3.0.1 Release

18 Nov 07:01
Compare
Choose a tag to compare

Changelog

  1. Fixed Project link issue in PyPI.
  2. 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

09 Nov 06:41
725dc5c
Compare
Choose a tag to compare

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

New Contributors

Thanks, @Davicho-Dev for the Update.

Full Changelog: v2.0.0...v3.0.0

Random Profile V2

07 Nov 10:00
ffb31d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

first stable release v1

04 Nov 17:56
Compare
Choose a tag to compare

Total Downloads:- 18K

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

New Release

12 Oct 20:08
Compare
Choose a tag to compare
New Release Pre-release
Pre-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

11 Oct 18:38
Compare
Choose a tag to compare
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.

Version 0.1.0 updates

20 Sep 08:32
3e183c7
Compare
Choose a tag to compare
Version 0.1.0 updates 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 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.