Skip to content

In this repo i am going to show how to generate fake data using python and faker module

Notifications You must be signed in to change notification settings

erashish41/fake-data-generated-with-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web scraping with python
Introduction:

Generating fake data is useful for testing applications, populating databases, and creating realistic sample datasets. The Faker module in Python provides an easy way to generate fake names, addresses, emails, and much more.

This guide will walk you through the process of installing and using Faker to generate different types of fake data. What you will learn from this post:

  • basic understanding of Faker Module
  • how to generate fake data using Faker module/li>
  • how to export that fake data into CSV, XLSX, Json format
Requirements:
  • python3
  • random
  • Faker
  • json
  • csv
  • openpyxl

Install required dependencies :

How to run this code

  • Python3 main.py
----------------------------------------------------------------------------------------

HAPPY CODING

About

In this repo i am going to show how to generate fake data using python and faker module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%