Giter Site home page Giter Site logo

zeuspod / randomprofilegenerator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeperfectplus/randomprofilegenerator

0.0 0.0 0.0 120 KB

๐Ÿ‘จโ€๐Ÿ’ป Pip Module To Generate Random Profile( pip install random-profile)

Home Page: https://randomprofile.readthedocs.io/

License: MIT License

Python 100.00%

randomprofilegenerator's Introduction


Random Profile Generator V0.2.3

Python Module To Generate 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)

Usage

the random-profile module is a random profile generator for many usages like: ex- fake dataset, YouTube videos, content creation, personal projects.

Support

Contributors for the Project CodePerfectPLus ...

Roadmap

what's new in future update

  • More Random data will be added to package.
  • Variety of Random-Data will increase.

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

Contributing

Before submitting a bug, please do the following:

Perform basic troubleshooting steps:

  • Make sure you are on the latest version. If you are not on the most recent version, your problem may have been solved already! Upgrading is always the best first step.
  • Try older versions. If you are already on the latest release, try rolling back a few minor versions (e.g. if on 1.7, try 1.5 or 1.6) and see if the problem goes away. This will help the devs narrow down when the problem first arose in the commit log.
  • Try switching up dependency versions. If the software in question has dependencies (other libraries, etc) try upgrading and downgrading those dependencies as well.

Authors and acknowledgment

Show your appreciation to those who have contributed to the project.

License

The project is licensed under the MIT license.

Contributors

randomprofilegenerator's People

Contributors

codeperfectplus avatar furtidev avatar mete23 avatar devshaki avatar haidao0923 avatar grbavacigla avatar timtemi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.