Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 856 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 856 Bytes

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