A powerful Python library for generating fake addresses, supporting bots, MTProto API frameworks, and scripts
Project description
Installation
pip install git+https://github.com/abirxdhack/Fake-Address-Gen.git
Usage
from smartfaker import Faker
fake = Faker()
# Get a single address for Bangladesh
address = fake.address("BD")
print(address)
# Get multiple addresses with specific fields
addresses = fake.address("BD", count=2, fields=["street_address", "city"])
print(addresses)
# Get available countries
countries = fake.countries()
print(countries)
# Synchronous version (if preferred)
address_sync = fake.address_sync("US")
print(address_sync)
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
smartfaker-2.16.1.tar.gz
(98.1 kB
view details)
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
smartfaker-2.16.1-py3-none-any.whl
(133.0 kB
view details)
File details
Details for the file smartfaker-2.16.1.tar.gz.
File metadata
- Download URL: smartfaker-2.16.1.tar.gz
- Upload date:
- Size: 98.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3cccd3af2c8c5eaccf59b7f367a19e8c5e334ff835c3de1db78af1f88a8eb7
|
|
| MD5 |
d9aabde4eca1218278c9426a7f586979
|
|
| BLAKE2b-256 |
63de115e20b4d82be6e0c9138cb8f4ec76f07f5338bf3845ef4cc8582c421afb
|
File details
Details for the file smartfaker-2.16.1-py3-none-any.whl.
File metadata
- Download URL: smartfaker-2.16.1-py3-none-any.whl
- Upload date:
- Size: 133.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e99214d551004388a4f73e06c3e2b072678c64c40fd2a17c69f8f2929df23e88
|
|
| MD5 |
95ea5c111575e6aa57437bd05139a04b
|
|
| BLAKE2b-256 |
14ffd837085d7f2ac0a3fc0bc0226eeb85e84cb52031de5c614896243e28e64f
|