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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DummyGenerator-1.0.0.tar.gz.
File metadata
- Download URL: DummyGenerator-1.0.0.tar.gz
- Upload date:
- Size: 89.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a60ece1b8c95e78aa8bb7908d6a3faf825ec5caefa16984df1891c24c33c539
|
|
| MD5 |
baa17b8da0224be836aa4aa1d5b43936
|
|
| BLAKE2b-256 |
e3517ea39ed99c201a8cc5b04d45eaea9c20d6dbf809c8e908624ea425043b69
|
File details
Details for the file DummyGenerator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: DummyGenerator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 89.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9867f90a60329fbf38f016801facfe818f267ea4d9b756bf70f9c0b4c64968e7
|
|
| MD5 |
612c9f016bf7542f657ecb2b899ad7e2
|
|
| BLAKE2b-256 |
927d8c53430ab827e5990cafb0b328faaa30c5d257a83873932ed0d754dcb4f3
|