Skip to content

RealSoerensen/DummyGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages