Skip to content

Instantly share code, notes, and snippets.

@digitalashes
Created January 19, 2018 13:25
Show Gist options
  • Save digitalashes/185133cd833d78cbc74e9090e10b57d2 to your computer and use it in GitHub Desktop.
Save digitalashes/185133cd833d78cbc74e9090e10b57d2 to your computer and use it in GitHub Desktop.
List of available faker methods
'add_provider',
'address',
'am_pm',
'ascii_company_email',
'ascii_email',
'ascii_free_email',
'ascii_safe_email',
'bank_country',
'bban',
'binary',
'boolean',
'bothify',
'bs',
'building_number',
'catch_phrase',
'century',
'chrome',
'city',
'city_prefix',
'city_suffix',
'color_name',
'company',
'company_email',
'company_suffix',
'country',
'country_code',
'credit_card_expire',
'credit_card_full',
'credit_card_number',
'credit_card_provider',
'credit_card_security_code',
'cryptocurrency_code',
'currency_code',
'date',
'date_between',
'date_between_dates',
'date_object',
'date_this_century',
'date_this_decade',
'date_this_month',
'date_this_year',
'date_time',
'date_time_ad',
'date_time_between',
'date_time_between_dates',
'date_time_this_century',
'date_time_this_decade',
'date_time_this_month',
'date_time_this_year',
'day_of_month',
'day_of_week',
'domain_name',
'domain_word',
'ean',
'ean13',
'ean8',
'email',
'file_extension',
'file_name',
'file_path',
'firefox',
'first_name',
'first_name_female',
'first_name_male',
'format',
'free_email',
'free_email_domain',
'future_date',
'future_datetime',
'geo_coordinate',
'get_formatter',
'get_providers',
'hex_color',
'iban',
'image_url',
'internet_explorer',
'ipv4',
'ipv6',
'isbn10',
'isbn13',
'iso8601',
'job',
'language_code',
'last_name',
'last_name_female',
'last_name_male',
'latitude',
'lexify',
'license_plate',
'linux_platform_token',
'linux_processor',
'locale',
'longitude',
'mac_address',
'mac_platform_token',
'mac_processor',
'md5',
'military_apo',
'military_dpo',
'military_ship',
'military_state',
'mime_type',
'month',
'month_name',
'msisdn',
'name',
'name_female',
'name_male',
'null_boolean',
'numerify',
'opera',
'paragraph',
'paragraphs',
'parse',
'password',
'past_date',
'past_datetime',
'phone_number',
'postalcode',
'postalcode_plus4',
'postcode',
'prefix',
'prefix_female',
'prefix_male',
'profile',
'provider',
'providers',
'pybool',
'pydecimal',
'pydict',
'pyfloat',
'pyint',
'pyiterable',
'pylist',
'pyset',
'pystr',
'pystruct',
'pytuple',
'random',
'random_digit',
'random_digit_not_null',
'random_digit_not_null_or_empty',
'random_digit_or_empty',
'random_element',
'random_int',
'random_letter',
'random_number',
'random_sample',
'random_sample_unique',
'randomize_nb_elements',
'rgb_color',
'rgb_css_color',
'safari',
'safe_color_name',
'safe_email',
'safe_hex_color',
'secondary_address',
'seed',
'seed_instance',
'sentence',
'sentences',
'set_formatter',
'sha1',
'sha256',
'simple_profile',
'slug',
'ssn',
'state',
'state_abbr',
'street_address',
'street_name',
'street_suffix',
'suffix',
'suffix_female',
'suffix_male',
'text',
'time',
'time_delta',
'time_object',
'time_series',
'timezone',
'tld',
'unix_time',
'uri',
'uri_extension',
'uri_page',
'uri_path',
'url',
'user_agent',
'user_name',
'uuid4',
'windows_platform_token',
'word',
'words',
'year',
'zipcode',
'zipcode_plus4',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment