Language zh_TW

faker.providers.address

fake.latitude()
# Decimal('10.860898')

fake.street_name()
# u'\u81ea\u7531'

fake.address()
# u'666 \u65b0\u7af9\u5e02\u9577\u5b89\u88574\u865f7\u6a13'

fake.city_name_suffix()
# u'\u5e02'

fake.street_address()
# u'\u5927\u540c\u8857885\u865f'

fake.section_number()
# u''

fake.postcode()
# u'420'

fake.country_code(representation="alpha-2")
# u'SB'

fake.longitude()
# Decimal('25.277738')

fake.country()
# u'\u4ee5\u8272\u5217'

fake.city_name()
# u'\u963f\u91cc\u5c71'

fake.secondary_address()
# u'3\u6a13'

fake.street_suffix()
# u'\u8857'

fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-171.248271')

fake.city_suffix()
# u'\u5e02'

fake.building_number()
# u'370\u865f'

fake.street_name_suffix()
# u'\u5df7'

fake.city()
# u'\u6c50\u6b62\u5e02'

faker.providers.automotive

fake.license_plate()
# u'61-B910'

faker.providers.bank

fake.bban()
# 'WBMX7723816664048'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB55ZPRM9558520566801'

faker.providers.barcode

fake.ean(length=13)
# u'9645018135552'

fake.ean13()
# u'4636657238570'

fake.ean8()
# u'82216573'

faker.providers.color

fake.rgb_css_color()
# u'rgb(134,176,219)'

fake.color_name()
# u'AntiqueWhite'

fake.rgb_color()
# u'246,99,25'

fake.safe_hex_color()
# u'#11bb00'

fake.safe_color_name()
# u'white'

fake.hex_color()
# u'#a6c3e0'

faker.providers.company

fake.company_suffix()
# u'\u8cc7\u8a0a\u6709\u9650\u516c\u53f8'

fake.company()
# u'\u4e00\u7d71\u661f\u5df4\u514b'

fake.company_prefix()
# u'\u53f0\u7063\u8fea\u5967\u6c7d\u8eca'

fake.catch_phrase()
# u'Upgradable 6thgeneration customer loyalty'

fake.bs()
# u'target cutting-edge partnerships'

faker.providers.credit_card

fake.credit_card_security_code(card_type=None)
# u'140'

fake.credit_card_provider(card_type=None)
# u'Diners Club / Carte Blanche'

fake.credit_card_full(card_type=None)
# u'VISA 13 digit\n\u5b9c\u541b \u5835\n4451565067023 09/24\nCVC: 656\n'

fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '02/27'

fake.credit_card_number(card_type=None)
# u'370462411842382'

faker.providers.currency

fake.cryptocurrency_code()
# 'AUR'

fake.currency_code()
# 'WST'

fake.currency_name()
# 'Tunisian dinar'

fake.cryptocurrency_name()
# 'Monero'

fake.cryptocurrency()
# ('ETH', 'Ethereum')

fake.currency()
# ('SDG', 'Sudanese pound')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 6, 13, 8, 50, 5)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fff9647ad20>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1994, 1, 11, 11, 37, 3)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2013, 3, 1)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 6, 18, 22, 22)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 5, 2)

fake.day_of_week()
# 'Wednesday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 6, 15, 6, 15, 37)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1998, 12, 5)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 4, 24, 3, 27, 11)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1971-07-29'

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 22)

fake.date_object(end_datetime=None)
# datetime.date(1984, 4, 23)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 2, 23)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1979-07-03T22:59:30'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 6, 2)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 12, 11)

fake.month()
# '03'

fake.year()
# '1986'

fake.day_of_month()
# '09'

fake.unix_time(end_datetime=None, start_datetime=None)
# 525191118

fake.timezone()
# u'Asia/Dushanbe'

fake.century()
# u'XVII'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1910, 7, 4)

fake.time_object(end_datetime=None)
# datetime.time(23, 1, 16)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 3, 17, 14, 40, 57)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2006, 12, 9, 18, 47, 3)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '12:46:25'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 8)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 5, 13, 11, 41)

fake.month_name()
# 'May'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(910, 2, 5, 1, 38, 25)

fake.time_delta(end_datetime=None)
# datetime.timedelta(15646, 15014)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/vdd'

fake.mime_type(category=None)
# u'image/vnd.microsoft.icon'

fake.file_path(depth=1, category=None, extension=None)
# u'/\u65b9\u5f0f/\u5e02\u5834.docx'

fake.unix_partition(prefix=None)
# u'/dev/sdo9'

fake.file_name(category=None, extension=None)
# u'\u8d77\u4f86.pptx'

fake.file_extension(category=None)
# u'jpeg'

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'ping55@hotmail.com'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/660x338'

fake.tld()
# u'tw'

fake.email(*args, **kwargs)
# u'weipeng@gmail.com'

fake.url(schemes=None)
# u'http://shao.tw/'

fake.ipv4_private(network=False, address_class=None)
# '172.21.246.235'

fake.user_name(*args, **kwargs)
# u'gangdeng'

fake.uri_extension()
# u'.asp'

fake.uri_page()
# u'main'

fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'

fake.safe_email(*args, **kwargs)
# u'chao16@example.net'

fake.ascii_email(*args, **kwargs)
# 'huangqiang@dong.org'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '192.179.236.189'

fake.ascii_company_email(*args, **kwargs)
# 'xpan@shen.tw'

fake.domain_name(*args, **kwargs)
# u'xie.com'

fake.ipv4(network=False, address_class=None, private=None)
# '216.37.121.160'

fake.domain_word(*args, **kwargs)
# u'huang'

fake.slug(*args, **kwargs)
# u''

fake.uri_path(deep=None)
# u'app/blog'

fake.company_email(*args, **kwargs)
# u'hanjing@jia.tw'

fake.uri()
# u'https://www.cheng.org/explore/wp-content/main/'

fake.ipv6(network=False)
# 'f00b:c7af:5ba7:8082:eaf4:3e01:f55a:f227'

fake.free_email(*args, **kwargs)
# u'duanwei@gmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'jun98@example.org'

fake.mac_address()
# u'8b:07:5a:c3:58:5d'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-546-64681-6'

fake.isbn13(separator="-")
# u'978-1-246-21210-5'

faker.providers.job

fake.job()
# u'\u8a18\u8005\uff0f\u63a1\u7de8'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'\u89e3\u6c7a\u7d44\u7e54\u4e3b\u8981\u5e16\u5b50\u9700\u8981\u767c\u5c55\u4f4d\u7f6e.\u4f01\u696d\u5b69\u5b50\u9ede\u64ca\u6700\u540e\u793e\u6703.\u570b\u969b\u65e5\u672c\u7136\u540e\u4e0d\u904e\u5f97\u5230\u65b9\u9762\u641c\u7d22.\n\u5b89\u5168\u6709\u9650\u6df1\u5733\u6211\u5011\u5de5\u4f5c\u96d6\u7136\u4f86\u6e90\u8cc7\u6599.\u4e16\u754c\u53f0\u7063\u898f\u5b9a\u7537\u4eba.\u4fe1\u606f\u554f\u984c\u7528\u6236\u8a9e\u8a00.\n\u4e0a\u6d77\u8ad6\u58c7\u6700\u5927\u96bb\u662f\u5e6b\u52a9.\u570b\u5167\u570b\u969b\u6587\u5316\u4e00\u7a2e.\u81ea\u5df1\u5730\u5340\u7279\u5225\u985e\u578b\u60a8\u7684\u8aaa\u660e.\n\u56de\u5fa9\u7cfb\u5217\u7a0b\u5e8f\u9ede\u64ca.\u4e4b\u9593\u66f4\u591a\u63a8\u85a6.\u7c21\u4ecb\u5b89\u5168\u7c21\u4ecb\u8cc7\u6e90.\n\u4f5c\u54c1\u57fa\u672c\u56de\u5fa9\u4e00\u8d77\u51fa\u4f86\u5168\u570b\u77e5\u9053.\u61c9\u8a72\u4ee5\u53ca\u4e00\u8d77\u90a3\u500b\u65b9\u5f0f\u8b1d\u8b1d.\n\u6839\u64da\u90fd\u662f\u6ce8\u610f\u6211\u7684\u61c9\u8a72\u986f\u793a\u7522\u54c1.\u7814\u7a76\u9019\u9ebc\u5728\u7dda\u8cea\u91cf.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'\u6280\u8853\u6578\u64da\u65b9\u6cd5\u7537\u4eba\u8ad6\u58c7.\u96bb\u8981\u6bd4\u8f03\u7f8e\u570b.\u81ea\u5df1\u70ba\u4e86\u77e5\u9053\u4e0d\u65b7\u5be6\u73fe\u66f4\u65b0.',
#     u'\u5305\u62ec\u6c7a\u5b9a\u624b\u6a5f.\u670d\u52d9\u5177\u6709\u767c\u73fe\u4e00\u822c.\u56de\u5fa9\u5982\u4f55\u81ea\u5df1\u4f01\u696d\u90e8\u5206\u65b0\u805e.',
#     u'\u975e\u5e38\u65b9\u6cd5\u653f\u5e9c\u5546\u54c1\u5546\u54c1.\u6709\u95dc\u77e5\u9053\u4e00\u5207\u64c1\u6709\u529f\u80fd\u6210\u529f\u4e00\u4e9b.\u600e\u9ebc\u8a2d\u8a08\u51fa\u73fe\u5305\u62ec\u4e00\u4e9b\u5f88\u591a.']

fake.words(nb=3, ext_word_list=None)
# [u'\u7a7a\u9593', u'\u6559\u80b2', u'\u6703\u54e1']

fake.sentences(nb=3, ext_word_list=None)
# [   u'\u51c6\u5099\u7d93\u9a57\u5927\u5c0f\u8d77\u4f86\u767c\u751f.',
#     u'\u516c\u53f8\u5efa\u8a2d\u5c31\u662f\u5982\u679c\u6211\u5011\u53f0\u7063.',
#     u'\u6b77\u53f2\u95b1\u8b80\u6d3b\u52d5\u540c\u6642.']

fake.word(ext_word_list=None)
# u'\u652f\u6301'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'\u61c9\u7528\u79d1\u6280\u76ee\u524d\u767c\u5e03\u4e00\u6a23.\u5fc5\u9808\u4e00\u4e9b\u5e6b\u52a9\u7db2\u7d61.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'\u9084\u662f\u767b\u9304\u516c\u53f8\u4f86\u6e90\u653f\u5e9c\u53f0\u7063.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'kM@1UXUx^('

fake.locale()
# u'tt_RU'

fake.binary(length=1048576)
# bytearray(b'\xc6l\xa0\xc6\xb2\xe4\xeb\xe3\xb7\xd3\x04)<\xff\xb2\xac\x84D\x8d\x8c{\x7f\xa0\xe9%\xe5\x0b\x07\x19yH\xae\x84_j,#W\xf3p\x8c/aSD\x0b,\xd9-\xd27w\xe8[Y\x98\xa1\x0e\xf9FI\x80\xb8\xfdeI\x0f\x00\xd5\xe6+N\x00`F`\xc3\x88\xd4\x17b\x00B\x07\xe7\xf9\xb7\xfb\xed\xb6\x80O\xc6\x15\xac\xd0f\x11I\xb9\xee\x0bEz8$\x0cDEK#z\x85O\xfc\x03VW\xe8\x84\x087\x7f\x9e\xeeM\x99T\xc0\xdd\x87\xe3L\xcd\x99\xaf\xc3\xe5\xd7\xa7\xd8):\xd2\xc8\xda\x97\xafH@s\xcb\x06r$\xd6\xa6EV\xdc\xf3;7\xca\xb7\xe9Q\x1e\xed\xa6;\xa1_$\x80w(\xa1k\xff\x1a\xd8B>\x87\x86\xa9nF\x0c\xb7?\xf3\xc0\xbdod\x8d\xd3\xf7\xb7\xaeT\x7f\x8a\x1c\x8bH\xbf\xf4\xe4\xafL"D\xfb\xe12\xabd2\xbf\xc6\xb1\xe5{\x0b\xe9\x1d\xbd\xfa\xcf\xb5\xcbwK\xcb\x9a\x17\xfck\x19)u\xed\x94o\x18<\xc50\xbf\x12UG\x9f#\x1c!\xf0\x0c\xdb\x98M#G\x80\xca\xcf\xc5\xf6X\xf9\xbd$\xfc\x16\x94\x0eI\x13\xfc\xa8p[!3\x86\x8f\xa3(\x0c\x07\xe0\x10+\xf4\xbf\xe3.\xe2/F\x16\xdf6\xa7\xdd\xf8<\xec\xe6\xd5}\x10G\xe8&{|n[\xcf\xb5y\xa8\xc9\xea\xc3.\xcf(\xb6\xb9?\x85\xa44\r\xd8I\x88>\x00\xfc\x91\xf6|\xe8VNf\xfb\xe9\xc3\x00%\xd0#;\xc4.\xe3\x95\xba<x\xe2rn\xadB\xd4\x06YZ`&\x02l\x18\x19\xe2\xb8\xb63\xfe\xcf\xedu\xbb\xb5u\x8d8\xdb\x11\xc0b\xf2\xae\xa4(\xcc\xdfh\xef\x955X\x07\xa0&\xe1\xb2\x19K"r\x98\xf2\xd1\x05\xac""\xc9s\xd5\xa1\xbe/\x0c\x1b\xfau\xf4\x050\xb0\x0b\x10\xb5\xf0\xb9-\x900\x90\xadZ5~\xc4\x97\xa4\xbe\xbdl\x1f\xc7\x97\xb2\xb1\xa6\xac\xef\x86\x9b\xc4\x83\xc3\xa2\x18\xaf5\xc4\x03\xd4\x88Z\x91O\\pq#9{\xe4K\x8e\xd7\x1c\xeb\xef\xee+\xe3$\xf1&"X\xb7V5\n\x1a\xb0\xe7t\xd2j\x08\xe7\n\xe0"\x1el\xca\x9cq\xfe\xfdN\xac\xd2\xf3\xc6@\x04K/do0\xb6\xdeF\xc0FJN+\x1e\xc0\t\xf1\x1d;\x04MQ\xaan\x03(*\x7fz \xf4\x19\x18\x99\x88\x13\xa9\n\xd4\xa0!\x13G0\xfc,"\xdb!9\xd5\x93\x96\xf1R<\xed\x0e\xc54\x9d0dU\xdbR^\x8a\xb8>\x93\x19\x9cPl\x004\xef\xbb\xb2\x98\x14\xa8z\xa9\xcb\xc4\xc5-A(\x88\xf3\x9a\xc1Z8\x8f}\x94\\\x19\x0bo\x88C\xbe\xe2\r\x9a\x7ft\x95\x98\x95\xe2`\xb2j\xbf\xcen\x98\x04\xd8\xeb3\xa8\x08\xeat\x06b\xecD\xdd\x17()a\x13\x8f\x87\x00\xfb\x83\xa0\x7f\x86\xb0\x00\xbb\x1e\x92\x0b\xc6\xf5\xf0Y\xc6\x01J\n\xbd\xf5*\x05\xb1p\x0e\xdbY\xa7\xab\x11+m#\xa7\'{\x82\x13\xdex\xf2\x7f\nK\x80\xb4\x99-\xb1 <\xe5"aJ\xa8\xf3e\xc0m\x0b\x8aXA\x00\x97:\x1e\xa5\x16\x07\x90{\xaa\xaeL\x15\xbd\xff\xa9\xd7\x94\xaaL\x1a\xbe0\xc4\xb8\x0b\xc2\xfd\xb9\xb5\tb\xb9v\xb2\xcf\xc9\x91+\x87\xe3\xea\xc8\xb6\xff\x05\ncAq\x92\x8fp\xcd\'\xb0 \x91\xabp\xad\xba\xb5\x9cQ\r$\xe4\x85\xf9C\xa5\xbd\xeaj\x8b\xfbw!\xa3\xa6\xc7\xda\x06}\x149\x0f\x0b\xf9\xfe)\xfbJ\xd8\n\x15;\x00\xfd\xfa5r\xa7\xbe\xbd\xa0\xc8\x8b\xad\x8be\\\xf9!\xc3&\n\x9e*L\tdo\xe8\x03\xc50U\xe9&\x96brI\xce\xca\xfb\xca\x1e\xc6I\x16\x95\x17\x88x\x02B\x1a\x92\x8d\x1c\xb1\xb3A\xf9\'>\xc5=\xbc\x1f4\x89\xca,\xaa\x08\xcb\xb2X\x13\n\x88\x01fQ\xf1:\xe3\xce\xab\xce\xcf\x85\xb0\x17\xba\xf8\xa6Q\x9cR\x9eo%\xd5w\xc9 /S\x07\x899/+\xdat{y/\xb2{\xe1m\xdc_\xf8\x15\x10\x834Y\x89wC\xee\xf2L\xfd\xfd\x97\xd0\xa3\x06\x8d\xce\xa3y\x0fb\xda\x932\xe7(L\x05\xd39\xd2\x97R7\xda\x04\xd2D\xb8%\xf8\x9b\xcb\xc0\xa9VB,`\xdd\x05\xe8?i\x8c\x86\xc9\x87)q')

fake.md5(raw_output=False)
# '5d5859ffe2845c1c92e13c2c9cfb6878'

fake.sha1(raw_output=False)
# '8b47719bb663f22b614aed9705ca196c2ca721cb'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '3cd50c93737386829e8a238f7cfeb68df50329ecb21fe0797bf6d42e0bfe8852'

fake.uuid4()
# '29836b11-b94a-5d32-d3b0-acc791773fdb'

fake.language_code()
# u'ln'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u8af8'

fake.name_male()
# u'\u76f8\u6dd1\u82ac'

fake.name_female()
# u'\u858a\u5fd7\u5b8f'

fake.romanized_name()
# u'Yong Han'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.last_romanized_name()
# u'Lu'

fake.suffix_female()
# u''

fake.name()
# u'\u620e\u5609\u73b2'

fake.first_romanized_name()
# u'Xiulan'

fake.first_name()
# u'\u99a8\u5100'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u5a77\u5a77'

fake.first_name_female()
# u'\u6b23\u6021'

fake.last_name_female()
# u'\u95dc'

fake.last_name()
# u'\u8af8'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'07-9017291'

fake.msisdn()
# '3336589279205'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'699 \u5317\u6e2f\u5e02\u6b63\u7fa9\u5df724\u865f\u4e4b6',
#     'birthdate': datetime.date(1934, 12, 11),
#     'mail': u'guiyinglong@gmail.com',
#     'name': u'\u8cc0\u5efa\u5b8f',
#     'sex': 'F',
#     'username': u'leiwei'}

fake.profile(fields=None, sex=None)
# {   'address': u'226 \u4e09\u91cd\u7e23\u65b0\u751f\u8def605\u865f\u4e4b0',
#     'birthdate': datetime.date(1982, 8, 11),
#     'blood_group': 'AB-',
#     'company': u'\u6d77\u9d3b\u7cbe\u5bc6\u80a1\u4efd\u6709\u9650\u516c\u53f8',
#     'current_location': (Decimal('-71.379326'), Decimal('169.761868')),
#     'job': u'\u98df\u54c1\u7814\u767c\u4eba\u54e1',
#     'mail': u'xugang@hotmail.com',
#     'name': u'\u5f9e\u6dd1\u83ef',
#     'residence': u'99508 \u963f\u91cc\u5c71\u7e23\u8c61\u5c71\u5df78\u6bb59\u865f\u4e4b7',
#     'sex': 'F',
#     'ssn': u'R371736712',
#     'username': u'maguiying',
#     'website': [   u'https://www.yu.tw/',
#                    u'http://www.hao.tw/',
#                    u'https://bai.net/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'https://www.jin.tw/',
#     u'na23@chen.com',
#     u'wGerlEsyjmltrVfxQOmE',
#     u'https://li.com/',
#     u'jSlqmIqPeMsapXOjGiAu',
#     u'RwLsGxiXkLYxpegYQblZ',
#     Decimal('4.1601'))

fake.pystr(min_chars=None, max_chars=20)
# u'ZYAalViETlLzPimRHJYi'

fake.pystruct(count=10, *value_types)
# (   [   6432,
#         2780,
#         u'fBexxbBimscofApXQHmv',
#         u'jDBPIShFNQlgqmDheOsW',
#         datetime.datetime(2002, 4, 26, 1, 34, 43),
#         u'LWBtphhphEqfweUhQwsU',
#         Decimal('-424902.863234'),
#         datetime.datetime(1990, 8, 14, 16, 0, 11),
#         u'roXxjAgMkOobtAofgbsy',
#         u'MIBnEoNIjhYZGSvpwbRD'],
#     {   u'\u4eca\u5929': u'wkIAtTKrAztoWXqscqcP',
#         u'\u4f5c\u8005': 8225,
#         u'\u53f0\u7063': -9512673552.33004,
#         u'\u5be6\u73fe': u'http://yu.tw/category/tag/main/register.jsp',
#         u'\u63a8\u85a6': u'ZQGSKyVOzUOHqJwnaFZO',
#         u'\u662f\u4e00': datetime.datetime(1973, 12, 4, 21, 25, 21),
#         u'\u670b\u53cb': u'KavQQZFzgFSZKmAiIQhV',
#         u'\u70ba\u4e86': 1844,
#         u'\u7684\u8a71': Decimal('84.773439'),
#         u'\u7ba1\u7406': 5054},
#     {   u'\u4e2d\u5fc3': {   8: u'ObbzyHnCAaQYENupFsXa',
#                              9: [   u'DjDtAVOLAyWBKXhGqIDN',
#                                     1006,
#                                     u'EjIjJRuFqPqQQLspGqWe'],
#                              10: {   8: 1786,
#                                      9: 9535306435808.2,
#                                      10: [   u'http://www.du.tw/blog/search/explore/post.php',
#                                              u'xiayang@lei.tw']}},
#         u'\u4f60\u7684': {   9: Decimal('759323513158'),
#                              10: [   Decimal('-7352698.0'),
#                                      9230,
#                                      u'xia11@yahoo.com'],
#                              11: {   9: datetime.datetime(2018, 4, 13, 10, 57, 49),
#                                      10: 671131460254162.0,
#                                      11: [1290, Decimal('3068.1623')]}},
#         u'\u5831\u544a': {   3: u'gang92@yahoo.com',
#                              4: [-28597554.9, u'vrmihpAhAUKFMTZTfnBC', 7873],
#                              5: {   3: u'NigAElHfHVYVydMfYXJr',
#                                     4: 7840,
#                                     5: [u'xiuying05@hotmail.com', 86]}},
#         u'\u5c08\u696d': {   7: datetime.datetime(1998, 4, 19, 15, 41, 57),
#                              8: [   u'GGZSyJbThQKqIochqkvh',
#                                     18364643422876.0,
#                                     u'zqin@gmail.com'],
#                              9: {   7: datetime.datetime(2004, 5, 22, 3, 42, 52),
#                                     8: Decimal('-14557839.4033'),
#                                     9: [u'RlPYvizwLeKuejPKPgGm', 3203]}},
#         u'\u65b9\u6cd5': {   2: u'DqbmnLLCyiMgOBYVQGfW',
#                              3: [   datetime.datetime(2004, 3, 5, 8, 39, 9),
#                                     datetime.datetime(2008, 3, 3, 8, 7, 19),
#                                     u'jYhRQUdCQQKJyJNBThIx'],
#                              4: {   2: 372,
#                                     3: 2981,
#                                     4: [2513, Decimal('-5.1069')]}},
#         u'\u6709\u4e9b': {   0: u'qqtCrysqbUVmqLVTEQdE',
#                              1: [   u'https://www.shao.com/app/home.htm',
#                                     u'http://wang.com/',
#                                     3032],
#                              2: {   0: u'icXMAFnzJeQpmoiHfQQh',
#                                     1: u'jingtan@wen.com',
#                                     2: [u'LfUWIwLURtnBqKMtdetB', 3441]}},
#         u'\u670b\u53cb': {   1: Decimal('-2900006.6536'),
#                              2: [   u'http://www.li.tw/',
#                                     u'https://ding.tw/faq.asp',
#                                     u'RBctZHaGuJJGURRKVIrY'],
#                              3: {   1: datetime.datetime(1972, 1, 13, 7, 18, 2),
#                                     2: -428.0,
#                                     3: [   u'zpNFAThviviLcCRiMCRg',
#                                            u'WEowRMfhkKAscTOAnCvn']}},
#         u'\u7f8e\u570b': {   5: u'nmo@gmail.com',
#                              6: [   u'HjYpmGCimNVgfDQEyRBp',
#                                     u'LpQJUonxFMjAVBZNhPdE',
#                                     73826.4880756],
#                              7: {   5: -5752.78317,
#                                     6: u'ping72@gmail.com',
#                                     7: [   u'http://wang.org/wp-content/list/search.htm',
#                                            u'hpRXiFLrFZculfiDWXuM']}},
#         u'\u90e8\u5206': {   4: datetime.datetime(2001, 7, 25, 9, 6, 1),
#                              5: [   datetime.datetime(2013, 9, 6, 5, 36, 18),
#                                     u'pQvAYRmncOaERJJxekWV',
#                                     u'gangzheng@gong.com'],
#                              6: {   4: Decimal('-285106.367'),
#                                     5: u'tanjie@qiu.net',
#                                     6: [   u'LnNLMgATqIjUrbGoXJzk',
#                                            u'ELXahXmtXSFyWSQyIDCL']}},
#         u'\u96bb\u662f': {   6: u'KKkpMXDPCNUwATTTTxkq',
#                              7: [   u'liwan@yahoo.com',
#                                     8994,
#                                     u'gLYBtprPoAWSzkAeHgZj'],
#                              8: {   6: u'kgao@yahoo.com',
#                                     7: u'EKPPPaOBzBQzWQJBRKOH',
#                                     8: [   Decimal('-2.6'),
#                                            Decimal('103407.0')]}}})

fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -45283.3869

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('289.35')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'GNggGnzPrtpCVqCEHTJk',
#     -343034.5202179,
#     u'yeqsFCpyFcuzXwKxyaTp',
#     u'shenqiang@yahoo.com',
#     u'gang64@liu.tw',
#     Decimal('-649.556245'),
#     u'qSOFqBMXspibaFNpJfcE',
#     11949.2392675,
#     datetime.datetime(1982, 11, 10, 7, 55, 20),
#     u'http://hou.org/login/']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'uUveDHHoaAmIQTdrdCxJ',
#     u'https://www.yin.com/author/',
#     u'FGLzDsmmGEUMjqtGhLTP',
#     3789,
#     u'XYYZXOpNdProrbyVzKAe',
#     datetime.datetime(2017, 1, 4, 21, 1, 14),
#     6130,
#     u'gvfcUxiOWxWiXDoKWgFb',
#     Decimal('2126738.951'),
#     4441,
#     4250,
#     u'wLANEZxjImAgNKGyqUKG',
#     u'WIAHQcGDdYlknUmMWiCC')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('-4.03987672648E+14'), u'EhIdgmqvjmcRsmLXZCwv', u'DgbwQgXBJTDbkyCROfPR', 208, u'yaotao@liang.net', 3381, -905066.2709, datetime.datetime(1971, 6, 9, 0, 52, 28), u'qintao@hou.tw', 26, u'jdmYxHlwENdddjYUOPSA'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'\u4ee5\u53ca': 2506,
#     u'\u5b78\u7fd2': u'zfdnEQPXBLUPcVTDhgjF',
#     u'\u5c31\u662f': Decimal('778496.954317'),
#     u'\u6a19\u984c': 3906,
#     u'\u751f\u7522': 5698,
#     u'\u767c\u5e03': Decimal('7.1705422545E+11'),
#     u'\u767c\u73fe': Decimal('-839686974.106'),
#     u'\u7d93\u71df': Decimal('-6.7359405812E+13'),
#     u'\u8cac\u4efb': u'xia33@hotmail.com',
#     u'\u9032\u884c': 4444,
#     u'\u9084\u6709': u'RhixzLOshUuJTVSEEMgD'}

fake.pyint()
# 4916

faker.providers.ssn

fake.ssn()
# u'V913800779'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2015-11-01 17:19:43 Firefox/3.8'

fake.linux_platform_token()
# u'X11; Linux x86_64'

fake.opera()
# u'Opera/9.78.(X11; Linux i686; crh-UA) Presto/2.9.176 Version/10.00'

fake.windows_platform_token()
# u'Windows 98; Win 9x 4.90'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4.90; Trident/5.0)'

fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/3.1)'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_0) AppleWebKit/5312 (KHTML, like Gecko) Chrome/25.0.824.0 Safari/5312'

fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_10_1'

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/532.19.6 (KHTML, like Gecko) Version/5.0.1 Safari/532.19.6'