🌐
GitHub
github.com › xfxf › faker-python
GitHub - xfxf/faker-python: Faker is a Python package that generates fake data for you. · GitHub
Faker is a Python package that generates fake data for you. - xfxf/faker-python
Author   xfxf
🌐
GitHub
github.com › deepthawtz › faker
GitHub - deepthawtz/faker: A Python library for generating fake user data. · GitHub
A Python library for generating fake user data. Perl's got one, Ruby's got one, now Pythonistas envy no longer. >>> from faker import Faker >>> f = Faker() >>> f.name() "Milli Vanilli" >>> f.username() "mvanilli" >>> f.email() "mvanilli@hotmail.com" >>> f.company() "Scrodiant Labs"
Starred by 146 users
Forked by 28 users
Languages   Python
🌐
GitHub
github.com › joke2k › faker
GitHub - joke2k/faker: Faker is a Python package that generates fake data for you. · GitHub
If you still need Python 2 compatibility, please install version 3.0.1 in the meantime, and please consider updating your codebase to support Python 3 so you can enjoy the latest features Faker has to offer.
Starred by 19.2K users
Forked by 2.1K users
Languages   Python
🌐
SourceForge
sourceforge.net › projects › faker-for-python.mirror
Faker for Python download | SourceForge.net
This is an exact mirror of the Faker for Python project, hosted at https://github.com/joke2k/faker.
🌐
PyPI
pypi.org › project › Faker › 0.7.4
Faker · PyPI
* Fix utf8 coding issue with ``address/fi_FI`` provider. Thanks @delneg. * ! Latest version to support Python 2.6 `0.5.10 - 01-August-2016 <https://github.com/joke2k/faker/compare/v0.5.9...v0.5.10>`__ ------------------------------------------------------------------------------------- * Fix random_sample_unique.
      » pip install Faker
    
Published   Dec 16, 2016
Version   0.7.4
🌐
GitHub
github.com › swimlane › soc-faker
GitHub - swimlane/soc-faker: A python package for use in generating fake data for SOC and security automation. · GitHub
A python package for use in generating fake data for SOC and security automation. - swimlane/soc-faker
Starred by 175 users
Forked by 28 users
Languages   Python 99.8% | Dockerfile 0.2%
🌐
GitHub
gist.github.com › bmillemathias › f4ae3d8739b4b30c6d18164c4a70b7c2
An example how to use Faker python library to create fake data and inject them in a mysql database · GitHub
Download ZIP · An example how to use Faker python library to create fake data and inject them in a mysql database · Raw · db_feeder_with_faker.py · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below.
🌐
GitHub
github.com › snyk › faker-security
GitHub - snyk/faker-security: Python Faker provider for security related data
Python Faker provider for security related data. Contribute to snyk/faker-security development by creating an account on GitHub.
Starred by 40 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
Find elsewhere
🌐
GitHub
github.com › joke2k › faker › blob › master › faker › providers › __init__.py
faker/faker/providers/__init__.py at master · joke2k/faker
Faker is a Python package that generates fake data for you. - faker/faker/providers/__init__.py at master · joke2k/faker
Author   joke2k
🌐
GitHub
github.com › barton-satchwill › Faker
GitHub - barton-satchwill/Faker: Python library to generate fake data · GitHub
$ git clone https://github.com/hrishikeshio/Faker.py.git $ cd Faker.py $ sudo python setup.py install · lorem · words · sentence · sentences · paragraph · paragraphs · phone · phone_number · phone_number_format · internet · email · user_name · domain_name ·
Forked by 2 users
Languages   Python
🌐
GitHub
github.com › barseghyanartur › faker-file
GitHub - barseghyanartur/faker-file: Create files with fake data. In many formats. With no efforts. · GitHub
Core package requires Python 3.10, 3.11, 3.12, 3.13 or 3.14. Faker (MIT) is the only required dependency.
Starred by 104 users
Forked by 9 users
Languages   Python 98.2% | Makefile 1.6% | Dockerfile 0.2%
🌐
GitHub
github.com › thombashi › tblfaker
GitHub - thombashi/tblfaker: tblfaker is a Python library to generate fake tabular data.
tblfaker is a Python library to generate fake tabular data. pip install tblfaker · Install all the extra dependencies: pip install tblfaker[all] Sample Code: from tblfaker import TableFaker faker = TableFaker() print("[1]") for row in ...
Author   thombashi
🌐
GitHub
github.com › topics › faker
faker · GitHub Topics · GitHub
All 1,151 Python 290 JavaScript 215 TypeScript 148 PHP 147 Ruby 59 Java 47 Go 38 HTML 36 C# 34 Jupyter Notebook 28 ... Faker is a Python package that generates fake data for you.
🌐
GitHub
github.com › necatiarslan › table-faker
GitHub - necatiarslan/table-faker: tablefaker is a versatile Python package that enables effortless generation of realistic yet synthetic table data and save in CSV, Parquet, Delta Lake, Excel, Sql formats for various applications. · GitHub
tablefaker is a versatile Python package that enables effortless generation of realistic yet synthetic table data for various applications. Whether you need test data for software development, this tool simplifies the process with an intuitive ...
Starred by 14 users
Forked by 4 users
Languages   Python 76.1% | HTML 16.1% | CSS 5.5% | Just 1.2% | JavaScript 1.1%
🌐
GitHub
github.com › joke2k › faker › blob › master › setup.py
faker/setup.py at master · joke2k/faker
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing", "Topic :: Utilities", "License :: OSI Approved :: MIT License", ], keywords="faker fixtures data test mock generator", author="joke2k", author_email="joke2k@gmail.com", url="https://github.com/joke2k/faker", project_urls={ "Bug Tracker": "https://github.com/joke2k/faker/issues", "Changes": "https://github.com/joke2k/faker/blob/master/CHANGELOG.md", "Documentation": "http://faker.rtfd.org/", "Source Code": "https://github.com/joke2k/faker", }, license="MIT License", packages=find_packages(exclude=excluded_packages), package_data={ "faker": ["py.typed", "proxy.pyi"], }, platforms=["any"], zip_safe=zip_safe, install_requires=["tzdata"], python_requires=">=3.9", )
Author   joke2k
🌐
GitHub
gist.github.com › makefu › 9101269
python faker with Environment LANG Support · GitHub
Download ZIP · python faker with Environment LANG Support · Raw · faker · This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
🌐
GitHub
github.com › christabor › faker_extras
GitHub - christabor/faker_extras: Extra data providers for the Python Faker (fake-factory) library. · GitHub
August 22, 2018 - An extended version of the person set from faker. Things like, race, religion, gender, etc... Biological encodings, such as RNA and DNA. Install using pip or setuptools: python setup.py install
Starred by 8 users
Forked by 3 users
Languages   Python
🌐
GitHub
github.com › topics › faker-python
faker-python · GitHub Topics · GitHub
May 2, 2023 - mysql database python-script python3 faker-library mysql-python-connector faker-python