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.
pip install Faker
pip install phonenumbers
// Generates 50 profiles and outputs a profiles.json file in the directory the script is run`
python contact-gen.py 50