Language th_TH¶
faker.providers.address
¶
fake.zipcode_plus4()
# '42824-9245'
fake.secondary_address()
# 'Apt. 179'
fake.state_abbr()
# 'GU'
fake.city_prefix()
# 'New'
fake.zipcode()
# '39479'
fake.latitude()
# Decimal('-38.877326')
fake.military_dpo()
# 'Unit 9059 Box 9198'
fake.longitude()
# Decimal('-82.289603')
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('103.643316')
fake.city_suffix()
# 'stad'
fake.street_address()
# '61738 ธรรมเมธา Burg Suite 907'
fake.address()
# '09585 ประเสริฐสกุล Rapids\nถนัดการยนต์stad, UT 96422'
fake.country()
# 'Belgium'
fake.country_code()
# 'SE'
fake.military_apo()
# 'PSC 1398, Box 6223'
fake.state()
# 'Delaware'
fake.postalcode_plus4()
# '08208-2914'
fake.building_number()
# '527'
fake.postalcode()
# '51005'
fake.military_ship()
# 'USS'
fake.street_name()
# 'ถาวระวรณ์ Way'
fake.postcode()
# '21664'
fake.street_suffix()
# 'Manors'
fake.military_state()
# 'AP'
fake.city()
# 'เหมะจุฑาport'
faker.providers.automotive
¶
fake.license_plate()
# '89M 222'
faker.providers.bank
¶
fake.bank_country()
# 'GB'
fake.bban()
# 'CDXN1892573836137'
fake.iban()
# 'GB43DEMN4661289661117'
faker.providers.barcode
¶
fake.ean8()
# '40686165'
fake.ean(length=13)
# '0576742202076'
fake.ean13()
# '7383117902492'
faker.providers.color
¶
fake.color_name()
# 'DarkKhaki'
fake.rgb_color()
# '139,165,75'
fake.rgb_css_color()
# 'rgb(253,215,189)'
fake.hex_color()
# '#37ceaf'
fake.safe_color_name()
# 'black'
fake.safe_hex_color()
# '#55dd00'
faker.providers.company
¶
fake.bs()
# 'innovate turn-key schemas'
fake.company_suffix()
# 'Ltd'
fake.company()
# 'นาถะเดชะ-นากกนก'
fake.catch_phrase()
# 'Profound incremental adapter'
faker.providers.credit_card
¶
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '09/18'
fake.credit_card_provider(card_type=None)
# 'JCB 15 digit'
fake.credit_card_number(card_type=None)
# '374849568910192'
fake.credit_card_security_code(card_type=None)
# '667'
fake.credit_card_full(card_type=None)
# 'Mastercard\nแสงสนิท นาถะพินธุ\n5326979552281785 07/23\nCVV: 986\n'
faker.providers.currency
¶
fake.currency()
# ('KRW', 'Western Krahn language')
fake.cryptocurrency_code()
# 'MZC'
fake.currency_code()
# 'BGN'
fake.currency_name()
# 'Vietnamese đồng'
fake.cryptocurrency()
# ('KOI', 'Coinye')
fake.cryptocurrency_name()
# 'Zclassic'
faker.providers.date_time
¶
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 12)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '02:00:33'
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 4, 16)
fake.century()
# 'VII'
fake.time_delta(end_datetime=None)
# datetime.timedelta(4267, 59125)
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 8, 13, 19, 55, 23)
fake.day_of_month()
# '09'
fake.month()
# '07'
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 13, 15, 3, 23)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 14, 11, 2, 23)
fake.timezone()
# 'Pacific/Galapagos'
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2000, 8, 13, 11, 25, 4)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1979, 3, 4, 9, 7, 57)
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 4, 19, 14, 18, 51)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1991, 7, 11)
fake.date_time_ad(tzinfo=None, end_datetime=None)
# datetime.datetime(1099, 1, 2, 14, 25, 21)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 3, 30, 1, 53, 39)
fake.day_of_week()
# 'Wednesday'
fake.month_name()
# 'August'
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 3, 24)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1989-08-03'
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 4, 19)
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 4, 21)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 4, 13)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2003-08-16T13:04:59'
fake.date_object(end_datetime=None)
# datetime.date(1996, 4, 12)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2003, 3, 16, 8, 6, 34)
fake.time_object(end_datetime=None)
# datetime.time(8, 42, 43)
fake.year()
# '1984'
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fb3994f7db0>
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 4, 16)
fake.unix_time(end_datetime=None)
# 433883152
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 5, 14, 16, 44, 3)
fake.am_pm()
# 'AM'
faker.providers.file
¶
fake.unix_device(prefix=None)
# '/dev/xvdo'
fake.mime_type(category=None)
# 'multipart/alternative'
fake.unix_partition(prefix=None)
# '/dev/xvdg3'
fake.file_extension(category=None)
# 'jpg'
fake.file_name(category=None, extension=None)
# 'in.csv'
fake.file_path(depth=1, category=None, extension=None)
# '/velit/provident.tiff'
faker.providers.internet
¶
fake.uri()
# 'http://tanthnuch.com/privacy/'
fake.uri_page()
# 'homepage'
fake.url(schemes=None)
# 'http://www.thnadkaarynt.com/'
fake.user_name(*args, **kwargs)
# 'fthrngokml'
fake.uri_path(deep=None)
# 'posts'
fake.domain_name(*args, **kwargs)
# 'naathaphinthu.org'
fake.ascii_free_email(*args, **kwargs)
# 'naamkhamnphssi@yahoo.com'
fake.company_email(*args, **kwargs)
# 'ebycchrngkhkicch42@edchkhum.com'
fake.ascii_email(*args, **kwargs)
# 'paanisraabunyatiirna@yahoo.com'
fake.ipv4_network_class()
# 'a'
fake.email(*args, **kwargs)
# 'ptrakuulbuy@yahoo.com'
fake.free_email(*args, **kwargs)
# 'suththichay49@gmail.com'
fake.ipv4(network=False, address_class=None, private=None)
# '62.14.149.74'
fake.ipv4_private(network=False, address_class=None)
# '10.173.4.86'
fake.free_email_domain(*args, **kwargs)
# 'hotmail.com'
fake.uri_extension()
# '.html'
fake.mac_address()
# '63:e4:4e:da:4a:45'
fake.tld()
# 'com'
fake.image_url(width=None, height=None)
# 'https://www.lorempixel.com/647/1015'
fake.safe_email(*args, **kwargs)
# 'wnaakhankhr@example.org'
fake.ascii_company_email(*args, **kwargs)
# 'phakdiithnaakulthngenuuedii@hnunsukh-enraanusnthi.biz'
fake.ipv4_public(network=False, address_class=None)
# '192.95.104.125'
fake.slug(*args, **kwargs)
# 'facere-asperiores'
fake.ascii_safe_email(*args, **kwargs)
# 'sudbrrthaddwngthabthim@example.net'
fake.ipv6(network=False)
# '6667:23e5:5ed4:b14e:6edc:c738:551a:8c63'
fake.domain_word(*args, **kwargs)
# 'naakhankhr-naamkham'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# '0-596-20641-0'
fake.isbn13(separator="-")
# '978-1-65463-817-7'
faker.providers.job
¶
fake.job()
# 'Engineer, site'
faker.providers.lorem
¶
fake.words(nb=3, ext_word_list=None)
# ['occaecati', 'pariatur', 'suscipit']
fake.sentences(nb=3, ext_word_list=None)
# [ 'Expedita ullam esse.',
# 'Aperiam consectetur dicta repellendus ullam quia cumque.',
# 'A similique dolorum esse.']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# ('Officiis laudantium ducimus rem culpa. Veniam provident quasi explicabo '
# 'tempore magni.')
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Suscipit quibusdam necessitatibus repellendus explicabo nemo impedit.'
fake.text(max_nb_chars=200, ext_word_list=None)
# ('Dolores eius laudantium sint eum. Veniam porro nam alias at illum. '
# 'Laudantium dolores nisi corrupti facere adipisci labore.')
fake.word(ext_word_list=None)
# 'occaecati'
fake.paragraphs(nb=3, ext_word_list=None)
# [ 'Omnis architecto molestiae ipsum. Et nemo eveniet repellendus magnam. Ab '
# 'delectus ullam aliquam dicta. In architecto accusantium nisi debitis.',
# 'Officiis non recusandae error culpa nulla. Tempore officiis aspernatur '
# 'adipisci. Perferendis itaque ullam illum.',
# 'A ex nam officiis voluptas a recusandae.']
faker.providers.misc
¶
fake.uuid4()
# '306f8194-7497-f194-3bbb-8a7632151b5a'
fake.sha256(raw_output=False)
# 'ad57812b45a31e6e98d40f425b0487eafdee50edc26518fce00545cf8787467c'
fake.language_code()
# 'or'
fake.md5(raw_output=False)
# '2aca9fc50396de722f0eadfa6412d295'
fake.locale()
# 'kw_GB'
fake.null_boolean()
# False
fake.sha1(raw_output=False)
# '7de3ce63a3e2441acb6f7a1526341852bde50c03'
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# 'e3fqB4Fz_F'
fake.binary(length=1048576)
# (b' f\r\xb8\xa2\x81r}-\x88\xe2X\xffB\x152\xf91\\\x0c\x7f@\x99\xd0\xb2\xe0\xaa"'
# b'#\xce\xd7\xa0\xb4\x94O\xb5\xf1U3\x9e\xaa\xc2\x7f\x0b~V\xe19\xa7\x0f\x9c\x87'
# b'\xe9%2\xe8\x1e\xc5\xcc\xb4\xb3w\x08p\xeez\xf0[\x1d\xabV\x88zORm\xbeC\xbe\x8a'
# b'FFJsB\x0e\x868\xdf\x8d\xd6\xce\xdc\x85\xdb*7\xdf>\x9c\xfe\xa1\xb90'
# b'U\x15\xa9\xe9+\xe7\xd6\x82\x84\xa2]\xd1!\xfc\xe5\xd1>\x0f\xb0\xc43?4\x91'
# b'\xfa\xad\xf6\xa2\xc1\xe6OC\xab\xbb\xf8\xf9U\xcfl\x85\xff\xbc\x7fEf\x0c\xe0#'
# b'\xb5#\xff\xd6\xe3LR\x94\x9a\xe0`Z\xd1\xda\xfaO\xdc\xb1\x18\xbc'
# b'\x02\x9a\xa3\xa79\x19\x8d\xa3\xcc\xf7A\x96\xd4\xfa\xfaB7\x9d\xfa\xb1'
# b'\xa8\xec\xac\x8a\xaa\xce\xe4\xb6\xd5\xf0%\xeas\xab\xba\xdd\xbc\xe4\xb0\x0f'
# b'\x96\xd2P\xedS/=\x0b\x9f\xd4\x9e\x10>\xe4\xb3\xfa0\r\xacI#Z\xe8U'
# b'\xf7K\xec\xfb\xcc\x81l4\xd0\xfd\xd5+7\xa7b\x14;-\r\xef\x0b\xbb\x07s'
# b' \xc7D\xc8y\xf4\xf6a\xd2\x1e\xe3\xd1\xa1\x85\xd8\x9f\x89\xdfl~\xed:y\xe2'
# b'\xcd\x9d\x11\xc4\x9e\r\x85\xe5\x14S%\x7f\xef\xe6 \\\xadR\xa0\x04'
# b'\xbf\xe4\x97\xfcF\xb2n\xd5\xf6\xf7\xf7\x86t\xeb\xe9C\xaduRBC\xc1n\\'
# b'\xa8\xfe\xc9l]_g\x92\x0b\xdb`\xf6\x0c,E\x95W1^\x93\x9d\x12\x1b\x8b\x98d\x98M'
# b',-a\x9e\x8b\x0e\xe4\x86\xb6\n\xc3[#\xc9\xf4Q\x82\xbf+;\x7f\xee\x1a\x1d'
# b'\xbb\xb7\x0e_\xac,\xd4\xa0U6\xffn\x9e\x996"{\xc0\xd0D\xba\xe9\xf4+'
# b'>\xb4\xde\x87\xbf\x91I2\x97p\xfcJe\x8d\x9e9|\xa7}`\xe7\xe0\xea\x00'
# b'\x97\xee\x80\x93\x07\xd2q\xee\xf9Lk\x10\x12\x7f\x90\xfa\x04_\x98\xcav\xc1.H'
# b'\x8a\xe7,{\xf1\xc4\xc6\xb2\x00\xc8*\x0e[\xb3\xd8\xc1\xa0\xd0\x9f\xf4'
# b'\x11B\xa2\xf61\xaf\x0e\xa3*T\xdc]v$\xff-\xa7i\xb2\xe4\x990\xe6X\x9d\xb9\xafy'
# b'\x89\xb6h\xc7\xcd\x86\xff\x92\xa2\xa8_;\xec\xa8Xf\x11i\x12F\xb4\x81\xdb\xb5'
# b'\xf8\xe8\x8e,\x16\x9c\x04\xa9\x93\x9c6\x99\xa3\x02\xbeL\xd3\x9b\x9a\xf0'
# b'\x9b\xe9\xdf\xff\x89Dcg%i\xdcC\xfb\xa9\xfd\x1f\x88\xf9\xcc\x0f\xc9K\xf6b'
# b'\x8b,f>\xaaGH\xfc\xf6\x07\x13\xeam)\x8f0\x95\x00\xf69M\x17\xf1\xe9\x0fv&I'
# b'\xe0u\x94\xf3\xb4\\G\xb1\x1a\xa6\xe1\xf9\xde\xa27\xfe\xdfM\x9f\xc5/\xb3\xe0Q'
# b'\xf5+e\x0f\xb1\xaa\xf1\xf7\xf7;\x98G!q\x003\x0es\x13\xf4\xf8U\x81\x83'
# b'\xe5\xad^\xd6FH\xff\xc7\x94D\xbc\x8e\x04\x0e\xd2qL\x9e\xfd\x98w\xda9$"7\xe9+'
# b'\xd0\xe3\xe7\xb5\xf1St\r\x89p\xd3a\xfe\xbb\r\x9a\xf2`\x87C\xab\x10\x08t'
# b'\x1e$\x83\xcf\xce\x85\xf42)\x05\xeb\x85:\xfb!dQC\xd8\xfb\x89\xb9"\xc2'
# b'\xaa8\x83\xd1\xf0J\x83l\xebt)\xbcI\x92\xb1m-\x19\xc0\xbf3\x00f\x8eJb\xf9g'
# b'\xfd\x84\xd2\xdb\t\xd2a+\r$\x7f\xd8zZe\xb9\xb5\x9b\\A\xf6\xe0\x98\xe3\xb4DS!'
# b"/_\xd8>z\x0c'\x19\x0f\xfe\xaa\xf2:\xf2\xdfHl\xdch\x90\x8a\xf3I\xae"
# b'\xf3*"\x01{\xb4#\x03\xe5\x0fQm \xe4\xbf\xfd\x95r\xfdK\xb3\x87S\xaa'
# b'\x06\xce\xdc$i\xe4\x0c\xf0\x00*\xb7\x05\xc6\xe7\\\xea\xee\xa6\xfcc'
# b'X\xfd\xc7\x0c\xb9\xf7\x17= \xd4\xf2\xd4\x0fm\xf0+\xa6\x97\x89\xc6'
# b'\x88\xdc\xf3\xe6\xa3,\xc9\xa2^J\xb3$\x92\xe8\xbf\x98,\xd2JY\xab\x85-\x97'
# b'\x9b5G\x17a\x9f\xa30(a\x89E\x87[\xe6gB\xf0<\x1d\xfa\x1cjc\xc3\xbd?['
# b'\xe8\xce\x1c\x92\xf9\x95f\x16\xfa\x8a%\x8d\xb5\t\xdc\x16\x14g\\iBV:\xb4'
# b'\r\x8f\xb0\xa8\xa3\xe1\x8b\x8d5o\x00>\xf7\x02\xec\xe5<H\x84\x16q\nuE'
# b'\xbf\x19U\xddMs\xcc3e\xe7\x01bG\xf6\xc5\x82kJ\x026h\x1f\xe2g2\x8b\xc1\xf6'
# b'\xe1\x8f\x1b\xaa\xba\xe1\xba\x98@\xa7\xa4\x1f-I\xf5\x1a\x13\xc6\xc2\x08'
# b'K\xa3@EP\xd7\x89,,R\xbd\x19')
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.prefix_female()
# 'พ.ต.อ.'
fake.name_female()
# 'พ.อ.ต. วีระพงษ์ เนื่องนนท์ ณ กาฬสินธุ์'
fake.prefix()
# 'ม.ล.'
fake.suffix()
# 'ณ นคร'
fake.suffix_female()
# 'ณ ตะกั่วทุ่ง'
fake.last_name()
# 'ทองเนื้อดี'
fake.last_name_male()
# 'เนื้อนุ่ม'
fake.first_name_female()
# 'ปวีณ์นุช'
fake.name_male()
# 'กุศล ดาวกระจาย'
fake.first_name_male()
# 'สุรเกียรติ์'
fake.first_name()
# 'ชุติวงศ์'
fake.suffix_male()
# 'ณ กาฬสินธุ์'
fake.last_name_female()
# 'ธนูปกรณ์'
fake.name()
# 'วัฒนา ถิรสวัสดิ์'
fake.prefix_male()
# 'นาวาโท'
faker.providers.phone_number
¶
fake.phone_number()
# '166-370-6513'
fake.msisdn()
# '8031518522220'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': '4071 เจียมบุญศรี Route Apt. 701\nPort อดิสรณ์, NH 28987-7894',
# 'birthdate': '1971-04-13',
# 'mail': 'siriyuwsakdi70@gmail.com',
# 'name': 'พชร แนวพญา',
# 'sex': 'M',
# 'username': 'phaalusukhthnadedinkhaaw'}
fake.profile(fields=None, sex=None)
# { 'address': 'PSC 2143, Box 6523\nAPO AA 50446',
# 'birthdate': '2015-06-07',
# 'blood_group': 'AB+',
# 'company': 'ตวันเยี่ยม-นฤภัย',
# 'current_location': (Decimal('59.3702235'), Decimal('168.405464')),
# 'job': 'Audiological scientist',
# 'mail': 'cchanthraangsu37@hotmail.com',
# 'name': 'ยรรยง ทุมะบุตร์',
# 'residence': '282 นุชแนวนุ่ม Place\nพรรณประภาton, CA 07121-3533',
# 'sex': 'M',
# 'ssn': '233-12-0291',
# 'username': 'htwaneyiiym',
# 'website': ['https://namthiphy-aithyaeth.com/']}
faker.providers.python
¶
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 680445.77,
# 'FMcoFImZgPeFMNBitZTg',
# -13244182773.0,
# 'FCVoMbgPbNBhIsrTGWtB',
# 'https://www.thuuphm.com/homepage/',
# 4148,
# 'JCmSJuiAybNiiwEzxJRC',
# 'elkchthnadklueng@trakuulaimeriiyng.com',
# -383608740931146.0,
# Decimal('5.631601706'),
# 'VykhsxDLWyZYGxIioPdM')
fake.pyint()
# 3013
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 4816.88269373,
# 'hmmhlwngwraaphaaaitrbrrph@gmail.com',
# 'NJIGxaNMpwPPXPUtuCbf',
# 'xEpBXldwUVSJzRTbPVsf',
# 3051,
# 7343,
# 'https://www.entrmnii.com/category/search/register/',
# 'IWxCjpUpAkYgLAwgzhrO',
# 'BzLByIRoYUslcSTUVzLd',
# 5634,
# 'LeEMJpJKgQrwogJewVOP',
# datetime.datetime(2012, 3, 2, 0, 46, 32),
# -20100270.42]
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('6319549067.0')
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( -32924973370874.7,
# 8652,
# Decimal('-2938578.724261'),
# 'thngmiiaakhmthwiiedch@thayesthiiyr-thrrmrdii.com',
# 2578,
# 'http://www.thrrmrdii.com/',
# 'http://www.nitisaakhaa.com/faq.php',
# 1273,
# 'cKbejAbvuVGpXYVPhknM',
# 'cFPgavTWBtYKWcYLJzMH',
# 'khwaykhaawnilwrrn@triiephrinthr-thngaeth.info',
# 'HjjQxYzxjZzjZlLaEByz')
fake.pybool()
# False
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { 'amet': 'ivIhQXVyTUoEHfUffeSb',
# 'excepturi': datetime.datetime(1976, 3, 25, 14, 53, 10),
# 'itaque': 9905,
# 'nisi': Decimal('-7.967714034692'),
# 'sunt': 'http://daabephchr.org/home.jsp',
# 'veritatis': 4851}
fake.pystruct(count=10, *value_types)
# ( [ 7973,
# 'xQdMGCHBmhsmVfuOHgEo',
# 'daawraamthaawr@hotmail.com',
# datetime.datetime(1982, 12, 18, 2, 11, 6),
# -7525727393320.12,
# 'uZNnAgRxCeFWAowtyNoN',
# datetime.datetime(1977, 3, 8, 21, 28),
# -51.9,
# -34278.25,
# 'praewch10@aithniym-edchwaa.info'],
# { 'autem': datetime.datetime(2012, 11, 25, 19, 37, 19),
# 'culpa': 'qthraphysaar@yahoo.com',
# 'delectus': 9125,
# 'fugiat': 'cMhJUJTpHrzLRYulmRXq',
# 'iusto': 'pthiip91@nisprapaycch.com',
# 'quo': Decimal('-406453780.9'),
# 'rem': 'CNPNkdHtviSwEJpQUvtQ',
# 'sequi': 'wiirasakdi02@naathaphinthu.net',
# 'vel': 'KjFNhZJWHlzfpxlqnPam',
# 'velit': Decimal('58866040915713.0')},
# { 'adipisci': { 3: 'SSsFbHzVMdDpypLeDwik',
# 4: [-40046975604.5883, 'MhISveMCPUxsWVqCrhyt', 2641],
# 5: { 3: 'tLQCtgLyGvWztLMJPdje',
# 4: 164,
# 5: [1046, Decimal('61110175.7')]}},
# 'incidunt': { 7: -949620506288.9,
# 8: [ 'kdDnWYWhRDZYkFwXCJJR',
# 'niymthrrmphuuwrwrrn@thrngokml.com',
# 'hpnqWUxqLDngITtQnEQt'],
# 9: { 7: 'LkOebOAKxcslGMULIxzK',
# 8: 5.9412174,
# 9: ['NhYmSnTcRAzKdBbebjkP', 682123230.3205]}},
# 'necessitatibus': { 6: 'hjkaKVjhdQryzWEnuVbG',
# 7: [ datetime.datetime(1979, 9, 29, 17, 9, 15),
# 'hrhrrs34@diitphanthu-daabengin.com',
# 9401],
# 8: { 6: Decimal('24.4366905'),
# 7: 5802,
# 8: [328, 948]}},
# 'nisi': { 2: 'mxPIfsAOcDXRRXGGZHOz',
# 3: ['wdovYBOejgomqMloOPLV', 928, 9774],
# 4: { 2: 'http://www.thngsinthu.net/terms/',
# 3: 'jbmuuAhbWHBcgzGiOhhe',
# 4: [97.3897042281055, 'EgwWpGnCEvQMtFHsZUba']}},
# 'quaerat': { 1: 'AOExJlxDKqWoTXpISWXz',
# 2: [ 'prisnaathaaraathr@yahoo.com',
# 9455,
# 'whdEXsqoJWPEQXDCzZRt'],
# 3: { 1: 'rSwBScLNFNSePXoLrEVw',
# 2: 'phathrthwnsrii@nphkhechnthr.com',
# 3: [ 'ARqLOcxRDoxgdSvlkvWq',
# datetime.datetime(1993, 5, 31, 3, 24, 31)]}},
# 'quam': { 9: 'mPcFlJmzgiooNAxFOjAN',
# 10: [3185, 'hjBsfdBjJKhIqvMwQudP', 'mOGzDuauzpaWduVZIdwl'],
# 11: { 9: 8056,
# 10: datetime.datetime(1986, 4, 30, 15, 23, 52),
# 11: [ 'https://trakuulbuy.com/register/',
# 'tVobwNHeQHJgeHxFXbwh']}},
# 'sed': { 4: 406937.59799582,
# 5: [ 'cchanthraa23@hotmail.com',
# 'niykwlkzqEDWayFMzkOZ',
# datetime.datetime(2012, 8, 23, 13, 20, 50)],
# 6: { 4: 'http://www.thampraduu.net/',
# 5: datetime.datetime(1973, 4, 5, 12, 26, 8),
# 6: [ 'thngsukelisthayyaa@thnadedinkhaaw.com',
# datetime.datetime(1997, 9, 13, 21, 59, 51)]}},
# 'suscipit': { 8: 'XlGfLLFdgAGGWywxfkWc',
# 9: [ Decimal('-62.639713793998'),
# 'uqSAwZWCiZhwpJUwGWFI',
# 'vetmiyaedch@nilslaw.com'],
# 10: { 8: 47429643.2215009,
# 9: 'https://www.naakhwngs.biz/',
# 10: [ datetime.datetime(1986, 10, 30, 2, 28, 9),
# 1956850.938542]}},
# 'veritatis': { 0: 9039,
# 1: [ 'XBiLDtyWRtpcQPEqtQMI',
# datetime.datetime(1976, 4, 2, 23, 14, 53),
# 603766.969155],
# 2: { 0: 'http://www.nakrb-aithniym.com/posts/list/tags/homepage.asp',
# 1: datetime.datetime(1978, 5, 24, 21, 44, 10),
# 2: [ datetime.datetime(2003, 9, 26, 9, 20, 25),
# 'TOyFEVjvocdyErtIMHZf']}},
# 'voluptas': { 5: datetime.datetime(2004, 8, 19, 21, 53, 49),
# 6: [ 'praewchniymthrrm@yahoo.com',
# 'https://nilesnaa-thirswasdi.com/',
# 'https://thwnthng-nawamandr.com/register/'],
# 7: { 5: datetime.datetime(1991, 11, 26, 1, 8, 15),
# 6: 'thngsiiaiphlthnantthry@thaaraathr.biz',
# 7: ['oxRsTwkapQPxXhIhjFos', 9493]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 63.453014979796
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {1058, 'ePeIpEjnvoXolhiXvvqE', -72557980.1, -23246617.991, 'https://aitrbrrph.com/posts/tag/posts/about.htm', 'NXtfGYxgfYrBOpZkHuKi', 'https://www.tansthity.com/wp-content/login/', Decimal('-762149909774.89'), 'naTmXvzzzXKvPrqbZDgS', 4953, datetime.datetime(2015, 2, 2, 8, 54, 59), 'http://www.thaaraathr.com/main.jsp'}
fake.pystr(min_chars=None, max_chars=20)
# 'lLKevOHlwSYUBvWUafVi'
faker.providers.ssn
¶
fake.ssn()
# '115-67-0998'
faker.providers.user_agent
¶
fake.user_agent()
# ('Mozilla/5.0 (Windows 98) AppleWebKit/5312 (KHTML, like Gecko) '
# 'Chrome/57.0.851.0 Safari/5312')
fake.mac_processor()
# 'Intel'
fake.windows_platform_token()
# 'Windows NT 4.0'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (X11; Linux i686) AppleWebKit/5350 (KHTML, like Gecko) '
# 'Chrome/44.0.806.0 Safari/5350')
fake.linux_processor()
# 'i686'
fake.opera()
# 'Opera/8.30.(Windows NT 6.2; ik-CA) Presto/2.9.182 Version/11.00'
fake.linux_platform_token()
# 'X11; Linux i686'
fake.mac_platform_token()
# 'Macintosh; PPC Mac OS X 10_12_5'
fake.safari()
# ('Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_8 rv:3.0; ka-GE) '
# 'AppleWebKit/532.23.7 (KHTML, like Gecko) Version/5.0.3 Safari/532.23.7')
fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; Trident/3.0)'
fake.firefox()
# ('Mozilla/5.0 (Windows CE; cy-GB; rv:1.9.0.20) Gecko/2012-12-28 17:48:45 '
# 'Firefox/10.0')