Skip to content

wcrtr/contact-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

contact-gen

A python script that generates N user profiles. This script provides a thin wrapper around the python Faker library. It enforces that the generated phone number be a valid (north american for now) number and outputs the profiles in json.

installation

  1. pip install Faker
  2. pip install phonenumbers

usage

// Generates 50 profiles and outputs a profiles.json file in the directory the script is run`

python contact-gen.py 50

About

Generates N user profiles in JSON format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages