Faker script to generate fake data
Sometimes you need to generate big number of fake data that should look legitimate for other user.you can consider Faker for such purpose, Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service.
The script can be used directly in console or using API. data sample include the following:
Fake name
Fake address and email
Fake country
Fake credit card number
Fake date
Fake URL
Fake IP address
Fake password
you can use Faker to generate anything you need. it will randomly create all data with your requirement. currently several languages are supported including Italian, French, Brazilian, Dutch and more. you can download Faker over this link: https://github.com/joke2k/faker
Subscribe
0 Comments