/Fake-Data-Generator

A simple Python script to generate fake data based on user-specified column names.

Primary LanguagePythonMIT LicenseMIT

Fake Data Generator

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Required Python packages: pandas, requests, json

Usage

  1. Clone the repository:

    git clone https://github.com/chandru1003/Fake-Data-Generator.git