29
loading...
This website collects cookies to deliver better user experience
pip install faker
pip3 install faker
python -m pip install faker
python3 -m pip install faker
from faker import Faker
faker = Faker(locale='en_US')
My name is Mx. Linda Dunn III , I'm a gender neutral person. You can call me at 001-099-311-6470, or email me at [email protected], or visit my home at 2703 Fitzpatrick Squares Suite 785
New Crystal, MN 18112
My name is Dr. John Harris MD , I'm a male. You can call me at (276)611-1727, or email me at [email protected], or visit my home at 7409 Peterson Locks Apt. 270
South Kimfurt, IL 79246
My name is Dr. Ann Huynh DVM , I'm a female. You can call me at 543.024.8936, or email me at [email protected], or visit my home at 5144 Rubio Island
South Kenneth, WI 22855
from faker import Faker
faker = Faker(locale='en_US')
print("My name is %s %s %s , I'm a gender neutral person. You can call me at %s, or email me at %s, or visit my home at %s" %
(faker.prefix_nonbinary(), faker.name_nonbinary(), faker.suffix_nonbinary(), faker.phone_number(), faker.ascii_free_email(), faker.address())
)
print("My name is %s %s %s , I'm a male. You can call me at %s, or email me at %s, or visit my home at %s" %
(faker.prefix_male(), faker.name_male(), faker.suffix_male(), faker.phone_number(), faker.ascii_company_email(), faker.address())
)
print("My name is %s %s %s , I'm a female. You can call me at %s, or email me at %s, or visit my home at %s" %
(faker.prefix_female(), faker.name_female(), faker.suffix_female(), faker.phone_number(), faker.company_email(), faker.address())
)
The company I just created!
David PLC
Providers of Horizontal value-added knowledge user
Phone: 001-891-255-4642x93803
Email: [email protected]
234 Torres Ports
West Rhonda, AL 96210