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.
- Generate random fake profiles
- Multiple locales support
- Italian (
it_IT) - English (
en_US) - Japanese (
ja_JP)
- Italian (
- Generates:
- Name
- SSN
- Address
- Latitude & Longitude
- URL
- Save generated profiles to a JSON file
Install Python dependencies:
pip install faker