Skip to main content

Create dummy people for testing

Project description

Dummy Generator

Generate people that doesn't exist

Ever needed a bunch of dummy accounts to teest your application? Dummy Generator is here to solve your problem. This package will generate a person with personal details that doesn't exist, even with an image!

Installation

Dummy Generator requires Python 3.7 or higher to run.

python3 -m pip install DummyGenerator

Usage

from DummyGenerator import DummyGenerator

Create a person

from DummyGenerator import DummyGenerator

person = DummyGenerator.create_person()

This will return a dict with name, gender, age, address and image.

person = {
    "name": str
    "gender": str
    "age": int
    "address": str
    "image": bytearray
}

Contact

Discord: Soerensen#1458 Twitter: @RealSoerensen

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DummyGenerator-1.0.0.tar.gz (89.8 MB view hashes)

Uploaded Source

Built Distribution

DummyGenerator-1.0.0-py3-none-any.whl (89.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page