This Python script allows you to generate custom fake data using the Mockaroo API. Users can specify the columns they need, the number of rows, and the desired file format. It uses columns as specified in the Mockaroo API website.
-
Generate Custom Fake Data: Users can input a list of column names, the number of rows, and the script will generate custom fake data using the Mockaroo API.
-
Multiple File Formats: Generated data can be saved in different file formats such as CSV, XLSX, or JSON.
- Python 3.x
- Required Python packages:
pandas
,requests
,json
-
Clone the repository:
git clone https://github.com/chandru1003/Fake-Data-Generator.git