Fake Info generator, a library for generating realistic personal data like names, phone numbers, emails, and more.
Project description
🌐 Phoney - Realistic Fake Data Generator
Generate locale-aware fake personal data for testing, development, and anonymization. Perfect for populating databases and creating test users.
✨ Features
- 50+ locales including
en_US,fr_FR,ja_JP,de_DE - Complete profiles with names, emails, phones, and birthdates
- Gender-specific name generation
- Zero dependencies — lightweight and fast
📦 Installation
pip install phoney
🚀 Basic Usage
from phoney import Phoney
phoney = Phoney()
# Individual data
title = phoney.first_name(locale="it_IT")
print(title) # → "Marco"
print(phoney.phone(locale="ja_JP")) # → "+81 90-1234-5678"
profile = phoney.profile(locale="es_ES")
print(profile)
📚 Key Methods
| Method | Description | Example Usage |
|---|---|---|
first_name() |
Generate first name | first_name(gender="female") |
last_name() |
Generate last name | last_name(locale="fr_FR") |
full_name() |
Generate full name | full_name(gender="male") |
phone() |
Generate phone number | phone(locale="en_US") |
email() |
Generate email address | email(first_name="john") |
profile() |
Generate complete profile | profile(locale="de_DE") |
🧩 Profile Structure
{
'first_name': 'Sophie',
'last_name': 'Martin',
'gender': 'female',
'age': 34,
'birthdate': datetime.date(1990, 5, 12),
'email': 'sophie.martin@example.fr',
'phone': '+33 6 12 34 56 78',
'locale': 'fr_FR'
}
🌍 Supported Locales
US, UK, Canada, France, Germany, Italy, Spain, Japan, Brazil, Russia, China + 40 more
📜 License
MIT — Free for commercial and personal use. Developed by rarfile • Report Issue
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phoney-0.2.13.tar.gz.
File metadata
- Download URL: phoney-0.2.13.tar.gz
- Upload date:
- Size: 181.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3b07ec8cd2313db4a2ed858b32a08c873c0de1ba9dfbdd170d30952a796a47
|
|
| MD5 |
71064945f3bcd817cbdc78adc224e43a
|
|
| BLAKE2b-256 |
a7ec94a0f5769e310e06f55dba4f463d703e8d4c95702a05649035b3746d9732
|
File details
Details for the file phoney-0.2.13-py3-none-any.whl.
File metadata
- Download URL: phoney-0.2.13-py3-none-any.whl
- Upload date:
- Size: 191.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72f20f6910186a57c7511cf4128885386f2ef7812b7200a1dd378e6f99595b13
|
|
| MD5 |
33dfef61827a27a0226f0a864407989a
|
|
| BLAKE2b-256 |
390a9d9f6efbe479e65ebd440aab891344cc61821e149cc83c30c39096498a47
|