pip install faker python from faker import Faker fake = Faker('zh_CN') name = fake.name() address = fake.address() phone_number = fake.phone_number()