Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.19 KB

Identity Generator

Idea

WORK IN PROGRESS
Generate a random and plausible fake identity, currently German identities only. The identity can be exported as .json file or directly used as a python dictionary.

Usuage

CURRENTLY:
Since the project is still in dev, I do not provide a package yet. You need to have the generator.py file in the same directory as your file and keep the folder structure.

from generator import Generator

gen = Generator()
# generate new identity
gen.genIdentity()
# print the generated identity
gen.identity.print()
# get python dict
gen.identity.getAsDict()
# get identity as json
gen.identity.json()

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to the LICENSE or https://unlicense.org