.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH FAKER "1" "March 2024" "faker 24.4.0" "User Commands" .SH NAME faker \- command to generate fake data .SH DESCRIPTION usage: faker [\-h] [\-\-version] [\-v] [\-o output] [\-l LOCALE] [\-r REPEAT] .IP [\-s SEP] [\-\-seed SEED] [\-i [INCLUDE ...]] [fake] [fake argument ...] .PP faker version 24.4.0 .SS "positional arguments:" .TP fake name of the fake to generate output for (e.g. profile) .TP fake argument optional arguments to pass to the fake (e.g. the profile fake takes an optional list of comma separated field names as the first argument) .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-v\fR, \fB\-\-verbose\fR show INFO logging events instead of CRITICAL, which is the default. These logging events provide insight into localization of specific providers. .TP \fB\-o\fR output redirect output to a file .TP \fB\-l\fR LOCALE, \fB\-\-lang\fR LOCALE specify the language for a localized provider (e.g. de_DE) .TP \fB\-r\fR REPEAT, \fB\-\-repeat\fR REPEAT generate the specified number of outputs .TP \fB\-s\fR SEP, \fB\-\-sep\fR SEP use the specified separator after each output .TP \fB\-\-seed\fR SEED specify a seed for the random generator so that results are repeatable. Also compatible with 'repeat' option .TP \fB\-i\fR [INCLUDE ...], \fB\-\-include\fR [INCLUDE ...] list of additional custom providers to user, given as the import path of the module containing your Provider class (not the provider class itself) .PP supported locales: .IP ar_AA, ar_AE, ar_BH, ar_EG, ar_JO, ar_PS, ar_SA, az_AZ, bg_BG, bn_BD, bs_BA, cs_CZ, da_DK, de, de_AT, de_CH, de_DE, dk_DK, el_CY, el_GR, en, en_AU, en_BD, en_CA, en_GB, en_IE, en_IN, en_NZ, en_PH, en_TH, en_US, es, es_AR, es_CA, es_CL, es_CO, es_ES, es_MX, et_EE, fa_IR, fi_FI, fil_PH, fr_BE, fr_CA, fr_CH, fr_FR, fr_QC, ga_IE, he_IL, hi_IN, hr_HR, hu_HU, hy_AM, id_ID, it_CH, it_IT, ja_JP, ka_GE, ko_KR, la, lb_LU, lt_LT, lv_LV, mt_MT, ne_NP, nl_BE, nl_NL, no_NO, or_IN, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sq_AL, sv_SE, ta_IN, th, th_TH, tl_PH, tr_TR, tw_GH, uk_UA, vi_VN, zh_CN, zh_TW, zu_ZA .IP Faker can take a locale as an optional argument, to return localized data. If no locale argument is specified, the factory falls back to the user's OS locale as long as it is supported by at least one of the providers. .IP \- for this user, the default locale is en_US. .IP If the optional argument locale and/or user's default locale is not available for the specified provider, the factory falls back to faker's default locale, which is en_US. .PP examples: .IP \f(CW$ faker address\fR .IP 968 Bahringer Garden Apt. 722 Kristinaland, NJ 09890 .IP \f(CW$ faker -l de_DE address\fR .IP Samira\-Niemeier\-Allee 56 94812 Biedenkopf .IP \f(CW$ faker profile ssn,birthdate\fR .IP {'ssn': u'628\-10\-1085', 'birthdate': '2008\-03\-29'} .IP \f(CW$ faker -r=3 -s=";" name\fR .IP Willam Kertzmann; Josiah Maggio; Gayla Schmitt;