Language ko_KR

faker.providers.address

fake.street_name()
# u'\uac1c\ud3ec'

fake.road_name()
# u'\ud14c\ud5e4\ub780'

fake.building_number()
# u'69'

fake.building_suffix()
# u'\ub9c8\uc744'

fake.street_address()
# u'\ub300\uad6c\uad11\uc5ed\uc2dc \uc591\ucc9c\uad6c \uac15\ub0a8\ub30082\uac00 (\ubc29\ubb34\ub9ac)'

fake.old_postal_code()
# u'026-141'

fake.metropolitan_city()
# u'\uc778\ucc9c\uad11\uc5ed\uc2dc'

fake.country_code()
# u'NG'

fake.city()
# u'\uac00\ud3c9\uad70'

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

fake.road_number()
# u'490'

fake.road_address()
# u'\uc6b8\uc0b0\uad11\uc5ed\uc2dc \ub0a8\uad6c \uc5b8\uc8fc\uae38'

fake.street_suffix()
# u'\uac70\ub9ac'

fake.province()
# u'\ucda9\uccad\ub0a8\ub3c4'

fake.town_suffix()
# u'\ub9c8\uc744'

fake.building_dong()
# u'\ub2e4'

fake.city_suffix()
# u'\uc2dc'

fake.address_detail()
# u'\ub9dd\uc808\ub78c\uba85\ube4c\ub77c \ub9c8\ub3d9 963\ud638'

fake.road_suffix()
# u'\uae38'

fake.road()
# u'\ubc31\uc81c\uace0\ubd84062\uae38'

fake.country()
# u'\uc6b0\uac04\ub2e4'

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

fake.address()
# u'\ub300\uad6c\uad11\uc5ed\uc2dc \uae08\ucc9c\uad6c \uc0bc\uc131739\ub85c (\ucd94\uc778\uc608\ub3d9)'

fake.postal_code()
# u'10263'

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

fake.land_number()
# u'029'

fake.building_name()
# u'\uc804\uc778\ube4c\ub77c'

fake.town()
# u'\uc625\ud615\ub3d9'

fake.land_address()
# u'\uc81c\uc8fc\ud2b9\ubcc4\uc790\uce58\ub3c4 \uac00\ud3c9\uad70 \ub098\uc6d0\uad8c\ub9c8\uc744 575-65'

fake.postcode()
# u'876-996'

fake.borough()
# u'\uc591\ucc9c\uad6c'

faker.providers.automotive

fake.license_plate()
# u'9O 15561'

faker.providers.barcode

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

fake.ean13()
# u'1946403743702'

fake.ean8()
# u'63475685'

faker.providers.color

fake.rgb_css_color()
# u'rgb(244,152,214)'

fake.color_name()
# u'RoyalBlue'

fake.rgb_color()
# u'113,94,97'

fake.safe_hex_color()
# u'#ff2200'

fake.safe_color_name()
# u'blue'

fake.hex_color()
# u'#cf6735'

faker.providers.company

fake.company()
# u'\ub824\uc8fc\uc6d0'

fake.company_suffix()
# u'(\uc8fc)'

fake.catch_phrase()
# u'\uc219\ub828\ub41c \ub2e4\uc911 \uc0c1\ud0dc \uc5b4\ub311\ud130'

fake.bs()
# u'\ud63c\ud569\ub41c \ucc3d\uc870\uc801 \ud50c\ub7ab\ud3fc'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\n\ubcc0 \ud55c\n180014854774398 03/27\nCVC: 128\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'AUR'

fake.currency_code()
# 'JPY'

faker.providers.date_time

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2002, 11, 16, 15, 25, 10)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2011, 4, 10, 21, 13, 33)

fake.time(pattern="%H:%M:%S")
# '09:20:29'

fake.date_time_ad(tzinfo=None)
# datetime.datetime(74, 2, 28, 7, 6, 43)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 7, 3)

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 1, 19, 5, 33, 59)

fake.time_object()
# datetime.time(5, 48, 43)

fake.iso8601(tzinfo=None)
# '1976-08-10T22:11:30'

fake.time_delta()
# datetime.timedelta(17109, 5126)

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 40)

fake.date_object()
# date(2012, 10, 9)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 1, 14, 11, 22)

fake.date_time(tzinfo=None)
# datetime(2000, 7, 21, 5, 26, 16)

fake.date(pattern="%Y-%m-%d")
# '1973-08-03'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 8, 16)

fake.month()
# '03'

fake.unix_time()
# 466057245

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 18, 0, 9)

fake.day_of_month()
# '26'

fake.year()
# '1993'

fake.timezone()
# u'Africa/Dakar'

fake.century()
# u'XII'

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 6, 1, 5, 16, 13)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 17, 0, 32, 9)

fake.month_name()
# 'May'

faker.providers.file

fake.file_path(depth=1, category=None, extension=None)
# u'/eum/ad.ods'

fake.mime_type(category=None)
# u'multipart/encrypted'

fake.file_name(category=None, extension=None)
# u'temporibus.mp3'

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

faker.providers.internet

fake.url()
# u'http://www.\uc8fc\uc2dd\ud68c\uc0ac.net/'

fake.company_email()
# u'\ubcf5\uad11@\ud5a5\ud64d.org'

fake.uri()
# u'https://www.\uc8fc\ubcf4\uc7ac.net/tags/privacy/'

fake.domain_word(*args, **kwargs)
# u'\uc720\uc0b0\uc120'

fake.ipv4(network=False)
# '86.36.137.167'

fake.domain_name(levels=1)
# u'\uc18c\uc2b9\ube44.com'

fake.tld()
# u'com'

fake.uri_path(deep=None)
# u'search/tags/tag'

fake.free_email()
# u'\uc544\uc218@hanmail.net'

fake.slug(*args, **kwargs)
# u'ut-ut-id-non-et'

fake.free_email_domain()
# u'dreamwiz.com'

fake.uri_extension()
# u'.htm'

fake.ipv6(network=False)
# '161d:5bbb:a8e6:4ca0:4582:c806:ae66:a669'

fake.user_name(*args, **kwargs)
# u'p\uc131'

fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=778x533&w=778&h=533'

fake.email()
# u'\uc5b4\uae30@gmail.com'

fake.uri_page()
# u'index'

fake.mac_address()
# u'53:33:32:af:a6:82'

fake.safe_email()
# u'\ub45008@example.org'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-542-46920-0'

fake.isbn13(separator="-")
# u'978-1-05-180575-2'

faker.providers.job

fake.job()
# 'Education officer, environmental'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Nulla quo ducimus incidunt temporibus eos maxime. Dolorum possimus quisquam nostrum magni aut. Vel minus possimus ratione provident.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Voluptatum aliquid maiores non sapiente pariatur blanditiis. Dolor incidunt magni quasi quibusdam facilis mollitia dolores.',
#     u'Enim dolorem ad excepturi ratione officia molestiae reprehenderit fugiat. Totam rem necessitatibus sed dicta rem. Iusto recusandae qui atque unde.',
#     u'Dolore in sed tempora necessitatibus ipsum aspernatur in. Et temporibus nihil excepturi harum. Quidem nam alias laudantium atque ipsam consequuntur incidunt. Quod odit odit nesciunt voluptatem nobis facilis libero ea.']

fake.words(nb=3, ext_word_list=None)
# [u'consectetur', u'eligendi', u'rem']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Quod inventore necessitatibus nobis ratione.',
#     u'Ducimus voluptates optio accusamus consectetur unde amet.',
#     u'Numquam omnis enim alias ipsam quod quaerat.']

fake.word(ext_word_list=None)
# u'eveniet'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Repudiandae eos iste voluptatem delectus mollitia. Molestiae sapiente fugiat ratione dolor libero id. Accusamus voluptas neque eum architecto.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Debitis ut harum iusto.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'88hVy%Oh%$'

fake.locale()
# u'gez_ET'

fake.binary(length=1048576)
# bytearray(b'\x08\xf5)\xa2\xdd\x01\xd6\xc4"e\x15\xe8\xd9U\x7fG&\x0e\xb6N\xaa\xb9\x95Q\xec\x14]\x94\xb3ht\xcc\xb5\xb9\xda\xf5c\xf2\xce\xfb\xd4Y\xa0\x946\x8d\x86\x80w|!\xecC\xd8\xa9\x16%\x05\x80\x856U\x1a\xce3@\x01k\x7f\xd2X\x8e+n\xf2\xd5f\xef\xc3\nur\xe1\x8e\xd3\xe1\x9c\x85\xed\xc1>\xf8\xfc<\xf9\x9d\xb7s6\xc8\xa2\x81D\xe4G\xce\x0815^\x9c\xe1\x925\x08Y\xef{\x05"\x80\xf0,\xf8\x07\xc1\x99\xb3G\xd3+\xe3\x11\x80K\x83\xf9A\xcbA\x19j\t\xc4\x18xY\x81\x81\x96\xa0\x81r\xff!\xf4\xae\x00\xa0\xf4\x16Z\xb9l\xa9\xe1@\r\xa1u\xe5S\xae\x1b\xea\xd4\x8f\x8e\x87J\xbd\xfc\xee\xc2c\x99\xec-%\x0f!\xc81F\x91b\x0f\xdb\x84\x8d\x92\xb4\xd0\xc5$$=\xec\xcf\x04oqL\xe6~L\xb8\xefKN\xae\xf5H\x8fjC\xfb\xf2\xb4\x8f\x7f\xe2\xeb\x15U\x92"\xfel\x95nq4\xf2\xceD\xaeeH%\x9d\x15\xe6q\xa3Qx\\\x00\r2\xbbV\xf8.;\x047\xdb\xd4Cdz\xdc\xa1v\xee\xe7\xab}\xc6G\xea5\xa9\xf6o\x06\x87\x08\xb7:\x9e\xb9\xfbc5\xa9\x13,\xb3\xe7\x1c\xfbJ\x865\xa2\xec\xc4O\xbe\xd3\x8b\xe5Q\x92\xc8\xcf\xf4\xaa\xdbr\x1c\x06e\x81\xfa\xfc\xed\x07\xc6\x92eUC\xf5\x0fK\xaaW<\r\xe6\x18\x15!2\xd6\x83n\x8e\xe1~0\xc2q|\xed\xfc{G\xc3g\xd5RG\x9b\x0f\xe2\xa0\x92\xcb\xeaC\xf9\x16\xfa\xdb\xa73O\x11\x93\x07[\x90nn\xae\x9fkD\xcc\xa6kz^\xd0xK\x04K\x02n\xb0\x05\xeb\xd6\xdejM]\xf3\xd2\x89\x95u\x7f\xd1\xb2\xf9\x18G\xcbrf\x04\xd8\x02S\n\xb0\x92\x15\xecIkx!nCeT4]\xf3\xe5\xd6n(\x88\xad\'\xac,V\x9f3V}\xeb\xf7S\xe0_\xa9\x10\xd7p\xddL\xfe\xacv\x12\x8a=r\xc0\x84\xe4a\x04\xa7\xb4\xa5\x0bF\xc7w\xc0\x17\xf3\x8b\xb3&`\xf2<\x94\xdf\x83g\x8da}Y\xc7CD\xd0\xd7_\x9c\xba\x81{2\xabj-E[\xfb\x02\xe7\x92\xaa\xd2\x85/\xd7\xd6\xb2\xd6\xb9\x97%\xe2FJ\xc5\xaf{\xc9S\xca\t\xc7\xa0(\x7f\x93c\xfc^\xe5\x9a\x7f\x84\xf9\x80\x91hD\xe4jb:X\x97V0\xaf\xf1>}U3\xa2\xe8\x01\x86#\xbb\xd3\xfeRG\x80\x1bz\xa0_\x96a\xaf\xecd\x07\xbb\xd7\xa6\xd4\x0e\xa9\xfe\xd9\\\xc1\xb4O\xb3\xb6q\x1eJ\x18A$\\\xac\xb9\xd3\xf1_\x97f\x90\xe7\x08k\xdf\x81\xbdG\xd3\x0c\x0f\xa7f\xac\xf3\xb4\xeeaj\xd6\xc7\x16\x03\x88\xd8\x97\xa80\x9d\x9b\xb2\xaa\x05F@iR\xe10\xaf\x08\xf6\xc0\x87j\xf0\xe5\x05>\xf8u\xecy\tA\xd3\xcfq\xe2\xae\x15\xa3\x03|S1<D."\x8dT\xefbw\x15\xe8\xdc\xf5\xf9\xf7\x9e\x8c\x17\x12\x9f(\xb4\xe0*\xab\xd1a\xea\x1f\xe6\x00v\x16\xf1\xefN\xcfDa\xa8\xc8l4:9\xfe1/7\x8b\x07\xb6o\xc3\xc2L3\xd0nWS\x00\x05?\xa2f\xdf\'\n\xcf\x12\xd4\x0f\xb6\xa5\x99\xaen\x01\xf8\xa9\x06\x19\xf0_\x80\xb7\x89\xbe\x1a\x86\x8f\xf5\xed\x85\xb5\xb4\x1a\xfd\x8d[\xa0\x0c\xa1\xa7(\x05\x97`\xfe$\xcd\x83Xr\xee\x82\xe5\xeb\xec\xee\xc0\t8O\x9c-2\x9e\xda\x80\x17A_\x10\x992Aj\xdd\x9a\x94\xe9\x1d\xe6\xf6\xdc\xe6W\x95\x97w2\x92\xf8\x1e\xc3\xa2\x04\x9e\xd3\xffMrT\xd7\xd42\xe0\xfa\x19\xb0#\x8b\xfc\xb3\xa1\xae\xf0\x83T\xa3\xc5\x88\xc8ht\xaaE\xb4\xd9h\xe8\xd7O-\x9fS\x19\xaba\xd9q6\x17\x8dfm\xb3\x1a\xf1\x8d1\xf12\x8ddL\xf9\xf7\xc2E6ARdA\xce\x02\x92\xac\xeb,\'h\xd2uv\xff\x11\xd3xk\x93\x9c\x8f\xa6;C\xe6\xe8c^\x98{r\x11\xef\x83\xcd\x7f\x11$Wf#N?\xa4\xb3\x8c+{\x86\x99\x0fvDt\xba\xe8c\xd9"\xb5\xb2\x8enP[Q\xbf\xc7\x9e\x8d\xd5h<\xeb\xaa\xb9\xb84o\x0c\x81K\x0c\x19\x07\xd8\xcdR\x95\x8b \xd7!\x0cxQH\xc8j\xc4\xd7\t\xd3K')

fake.md5(raw_output=False)
# 'f2c42631d006ed03770543cd1b7ceea3'

fake.sha1(raw_output=False)
# 'd234edaeaa286c6f52cb910374f1a192b471d731'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '87727250eafe1cdb0ce8a91ce4ea08a802cdb3dd79d27ae9fa21734470def381'

fake.uuid4()
# '3e5bec82-0675-8ad1-a18e-98d044d1b0f9'

fake.language_code()
# u'uz'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\uc5f0'

fake.name_female()
# u'\uc18c\uc608'

fake.prefix_male()
# ''

fake.prefix()
# ''

fake.name()
# u'\uba85\uade0'

fake.suffix_female()
# ''

fake.name_male()
# u'\ub958\uc628\uc644'

fake.first_name()
# u'\ud544'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'\uad70'

fake.first_name_female()
# u'\uc870'

fake.last_name_female()
# u'\ub780'

fake.last_name()
# u'\ucc2c'

fake.prefix_female()
# ''

faker.providers.phone_number

fake.phone_number()
# u'041-301-0540'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'\ub300\uad6c\uad11\uc5ed\uc2dc \uc591\ucc9c\uad6c \uc591\uc7ac\ucc9c1\ub85c',
#     'birthdate': '2003-05-28',
#     'mail': u'w\ud1b5@dreamwiz.com',
#     'name': u'\uc131\uad00\uc601',
#     'sex': 'F',
#     'username': u'\ub450\uc644'}

fake.profile(fields=None, sex=None)
# {   'address': u'\uc11c\uc6b8\ud2b9\ubcc4\uc2dc \uc601\ub4f1\ud3ec\uad6c \uc11c\ucd08\ub300\uac70\ub9ac',
#     'birthdate': '1986-09-18',
#     'blood_group': 'AB+',
#     'company': u'\uc1a1\uc5f4',
#     'current_location': (Decimal('81.0399775'), Decimal('-133.232282')),
#     'job': 'Engineer, water',
#     'mail': u'\uc131\uac15\uc804@hanmail.net',
#     'name': u'\uc804\uac74',
#     'residence': u'\uac15\uc6d0\ub3c4 \uc218\uc6d0\uc2dc \uc7a5\uc548\uad6c \uc591\uc7ac\ucc9c\uac00 (\uc218\ub450\ub3d9)',
#     'sex': 'M',
#     'ssn': u'680408-2852064',
#     'username': u'\uc57c72',
#     'website': [   u'http://www.\uaddc\ud6a8\uc644.kr/',
#                    u'https://www.\uc720\ud55c\ud68c\uc0ac.com/',
#                    u'http://\uc720\ud55c\ud68c\uc0ac.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'jnFgJFYPXhlKnnLFbFJY', u'\ucc3d91@naver.com', u'https://www.\uc720\ud55c\ud68c\uc0ac.com/tags/faq/', u'DGfGuYqnAYzlZwLRAUst', 425, Decimal('-23209622.2246'), u'v\uc1a1@hanmail.net', u'DiyFtPFeAgiFqDldubSi', u'\uc2e063@\uc5b5\uc778.com', u'mhDXJavegMmLSCMLzLGa'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'unJeMLVnokmmNDzUVXjk',
#         datetime(2005, 6, 2, 0, 26, 14),
#         8013,
#         u'xsjZXVtnSkecNcqEiijj',
#         4107213430304.4,
#         u'eZuQjcEiZQaFLUdoAjuz',
#         u'oTeZaNtMxgyYQLjUiqJO',
#         datetime(1978, 10, 7, 15, 30, 41),
#         datetime(1996, 3, 25, 9, 28, 12),
#         u'DbZwVaNDDjeEJnhNkZxJ'],
#     {   u'aliquid': Decimal('-672.233168212'),
#         u'autem': u'ySAnjJsXYZdFFKJtyKfv',
#         u'cum': u't\uad6c@\uc18c\ub450.kr',
#         u'ducimus': u'http://\uc8fc\uc2dd\ud68c\uc0ac.kr/main/search/homepage/',
#         u'explicabo': 2078,
#         u'impedit': u'\uc57c37@gmail.com',
#         u'placeat': u'w\ucca0@\ud6a8\ub0a8.kr',
#         u'rem': u'VppfRqjHdOomxfyvKrgO',
#         u'sequi': datetime(1980, 9, 12, 8, 29, 37),
#         u'totam': u'mKTrArnSzkuFxrFYCluH'},
#     {   u'at': {   9: datetime(2003, 5, 15, 6, 4, 27),
#                    10: [   u'piMPlbyOJWeSBjsoFIyw',
#                            u'yGkEgOEMPYeyEPGdqLDD',
#                            353],
#                    11: {   9: u'NPGsumRbpGOcCzELMSjW',
#                            10: u'\uae08\uc724@\uc8fc\uc2dd\ud68c\uc0ac.kr',
#                            11: [   u'wYxiMPTyziWxqJEgTTzp',
#                                    u'\uae30\ub9cc@live.com']}},
#         u'error': {   4: u'DPJicQYhjERzBKzsfefc',
#                       5: [u'\uc815\uc810@naver.com', 80092078.717, 5664],
#                       6: {   4: u'y\uc704@\uc778\uaddc.kr',
#                              5: 9.925741855,
#                              6: [9699, Decimal('139.18148')]}},
#         u'expedita': {   7: 468644627.0,
#                          8: [   Decimal('248079.0'),
#                                 u'nGwvCAhXYelUkakJFbkQ',
#                                 u'hEYULOiersWbtWGPRnJJ'],
#                          9: {   7: u'https://www.\uc8fc\uc2dd\ud68c\uc0ac.com/explore/blog/explore/post/',
#                                 8: u'ncqIwQyZjQjrvHAKZICZ',
#                                 9: [   Decimal('2.06727761396E+13'),
#                                        u'j\uac15@gmail.com']}},
#         u'facilis': {   3: -63242467.8,
#                         4: [   -27.635011842479,
#                                u'zfRWnnruYjVZrjoaENew',
#                                u'DmZSZMtlHnbQvFdSJefY'],
#                         5: {   3: u'IpZjflZnldsRtOYYJerm',
#                                4: 191,
#                                5: [   Decimal('-789673490309'),
#                                       u'\uade0\uc1a1@gmail.com']}},
#         u'fugiat': {   8: u'r\uc2b9@\uc704\ub824\uad6c.com',
#                        9: [   u'http://\ub780\uc218\ucc3d.kr/post.asp',
#                               u'BStFeBXvwoJbKpiFXpAM',
#                               u'\uc5b4\uae08\uc6d0@\ubb34\uc644\ud601.kr'],
#                        10: {   8: u'BoEohlPTWAACtjapsCmU',
#                                9: 6498,
#                                10: [u'\ucc9c53@live.com', 6328]}},
#         u'iste': {   5: u'https://www.\uad8c\uc5b5.com/about/',
#                      6: [7822, datetime(1990, 6, 15, 3, 45, 37), 1397],
#                      7: {   5: u'http://\uc720.net/app/tag/posts/faq/',
#                             6: u'jubXkpUYicBPpjCiNgSZ',
#                             7: [u'TmikCPqbEXCVJTZMrLGQ', 1447]}},
#         u'itaque': {   1: u'JIzrTQJOuPkuOvnDypgK',
#                        2: [   u'aruPjihYvqyVoXTBiERJ',
#                               u'ZOoCOzWdWQlgobyPjHEl',
#                               datetime(1981, 4, 24, 12, 38, 58)],
#                        3: {   1: u'\uc5fd58@\ub780\ud558\uc5f4.com',
#                               2: u'p\ud6a8@\uc8fc.net',
#                               3: [   u'e\ud61c@\uc720.org',
#                                      u'http://www.\uc704\uc6b1.net/category/']}},
#         u'sed': {   6: u'RpbkqABaldNeUtdOZJTU',
#                     7: [4187, u'y\uc8fc@daum.net', u'hXpqRNbuyOLbnIPwEAfn'],
#                     8: {   6: Decimal('-61821228.0'),
#                            7: u'RdnUsmJHwBIPsYoyzpbW',
#                            8: [   Decimal('-9616381351.62'),
#                                   u'dfQWkzRzaolUUCfAjekZ']}},
#         u'veritatis': {   2: u'VZBKycOzzXNqrYRZVHku',
#                           3: [   Decimal('8814.79'),
#                                  Decimal('8258339.2'),
#                                  u'OFtStyXOtEZFxIsxHaGD'],
#                           4: {   2: u'sCkmbPxTVPIbmwuoAfat',
#                                  3: u'PiKgiVWCCFiloKjCnjMS',
#                                  4: [   u'http://\uc8fc\uc2dd\ud68c\uc0ac.com/main/explore/list/homepage.jsp',
#                                         2272]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   2777,
#     6635,
#     u'oSbwEZmmGpIrNHjaVUcM',
#     567,
#     u'KHyHAVDekdhRnUCppyCU',
#     Decimal('-58135.3021683'),
#     u'https://www.\uc8fc.kr/blog/register.php',
#     u'http://www.\uc628\uc0c1\uc5fd.com/wp-content/search/homepage.php']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime(1998, 10, 30, 11, 12, 4),
#     u'\uc0ac\uacf5\ud601@\uc8fc.net',
#     7879,
#     -835655938531670.0,
#     u'fWCZGRSmZfuxHIzZOzri',
#     u'ewpeXeiEKvRpnSWTBbpm',
#     u'\uc11c92@\ubc94\ubb34.com',
#     u'mlRtwwTmHsxzUGoDcHYe',
#     datetime(2008, 10, 2, 21, 2, 16),
#     u'gNDlsYooYadfqFqgXktw',
#     Decimal('-4.99563642282E+13'),
#     2073)

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([2435, 9444, 7222, Decimal('6.03769477853E+14'), u'NWPXgUoNotPgMMiLQRrp', u'k\uc778@\uc608\uc2b9\ud558.org', Decimal('-77.5412051512'), u'UzDIaOxLNFHziyCZTKFf', u'ChzOzmhWwgLVvqAJmQNL', u'iSgMfKRjupSVhHljEkEK', u'bmKPtUOARJGSBxjIBJSH', 3286, 26134317515910.5])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'ad': u'giyUsFXWExbTudyCXDNb',
#     u'doloremque': 9883,
#     u'excepturi': u'CaxTSIbQoXTcUFvkKWag',
#     u'facere': u'uCznWDksyhrKGPaZjBIG',
#     u'minus': u'https://www.\uc2ac\uc218\ub9ac.net/author.htm',
#     u'neque': u'uLLWOrikqWhyqPxSlitC',
#     u'numquam': datetime(1971, 12, 17, 20, 40, 44),
#     u'quo': -309363049775.26,
#     u'voluptates': u'https://www.\uc8fc\uc2dd\ud68c\uc0ac.com/explore/main/search/terms/'}

fake.pyint()
# 5

faker.providers.ssn

fake.ssn()
# u'100509-1036938'

faker.providers.user_agent

fake.mac_processor()
# u'U; PPC'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-05-13 02:12:36 Firefox/3.8'

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

fake.opera()
# u'Opera/9.50.(X11; Linux x86_64; kn-IN) Presto/2.9.174 Version/10.00'

fake.windows_platform_token()
# u'Windows 98'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/5.1)'

fake.user_agent()
# u'Mozilla/5.0 (Windows NT 5.0; af-ZA; rv:1.9.0.20) Gecko/2011-09-30 21:38:16 Firefox/5.0'

fake.chrome()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_8) AppleWebKit/5362 (KHTML, like Gecko) Chrome/15.0.863.0 Safari/5362'

fake.linux_processor()
# u'i686'

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

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