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!
Dummy Generator requires Python 3.7 or higher to run.
python3 -m pip install DummyGenerator
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
}
Discord: Soerensen#1458 Twitter: @RealSoerensen
MIT