Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Faker Profile Generator

A simple Python script that generates fake user profiles using the Faker library.
This project is useful for learning, testing databases, API development, UI prototyping, and cybersecurity lab simulations.


Features

  • Generate random fake profiles
  • Multiple locales support
    • Italian (it_IT)
    • English (en_US)
    • Japanese (ja_JP)
  • Generates:
    • Name
    • Email
    • SSN
    • Address
    • Latitude & Longitude
    • URL
  • Save generated profiles to a JSON file

Requirements

Install Python dependencies:

pip install faker