
Language ko_KR
===============

``faker.providers.address``
---------------------------

::

	fake.street_name()
	# u'\ub3c4\uc0b0\ub300'

	fake.road_name()
	# u'\uc120\ub989'

	fake.building_number()
	# u'68'

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

	fake.street_address()
	# u'\ucda9\uccad\ubd81\ub3c4 \uc591\uc8fc\uc2dc \uc120\ub9897\uac00'

	fake.old_postal_code()
	# u'202-281'

	fake.metropolitan_city()
	# u'\uc11c\uc6b8\ud2b9\ubcc4\uc2dc'

	fake.city()
	# u'\uc131\ub0a8\uc2dc'

	fake.latitude()
	# Decimal('-62.161501')

	fake.road_number()
	# u'15'

	fake.road_address()
	# u'\uacbd\uc0c1\ubd81\ub3c4 \uc548\uc0b0\uc2dc \ubc31\uc81c\uace0\ubd84820\uac70\ub9ac (\uc2b9\ud604\uad8c\ub9c8\uc744)'

	fake.street_suffix()
	# u'\uac00'

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

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

	fake.building_dong()
	# u'\ub098'

	fake.city_suffix()
	# u'\uc2dc'

	fake.address_detail()
	# u'\uc218\ubbfc\ubc31\uc5f0\ub9bd 863\ud638'

	fake.road_suffix()
	# u'\uae38'

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

	fake.road()
	# u'\ubd09\uc740\uc0ac\uac70\ub9ac'

	fake.country()
	# u'\uc624\ub9cc'

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

	fake.address()
	# u'\uad11\uc8fc\uad11\uc5ed\uc2dc \uad00\uc545\uad6c \ub3c4\uc0b0\ub300\uac00'

	fake.postal_code()
	# u'23954'

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

	fake.land_number()
	# u'299'

	fake.building_name()
	# u'\uc9c0\ud6c8\ubc15\ubc15\ub9c8\uc744'

	fake.town()
	# u'\uc0c1\ud6c8\ubc15\ub9ac'

	fake.land_address()
	# u'\ucda9\uccad\ub0a8\ub3c4 \ub3d9\ub450\ucc9c\uc2dc \ub3c4\ud604\ud669\ub9ac 211-1'

	fake.postcode()
	# u'567-349'

	fake.borough()
	# u'\uc11c\ub300\ubb38\uad6c'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'526 4WP'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'NJXJ1185955353159'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB94XZCB3964312173518'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'5090173972339'

	fake.ean8()
	# u'24524650'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(67,108,3)'

	fake.color_name()
	# u'Lime'

	fake.rgb_color()
	# u'7,33,120'

	fake.safe_hex_color()
	# u'#bb6600'

	fake.safe_color_name()
	# u'white'

	fake.hex_color()
	# u'#5fc797'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'\uc720\ud55c\ud68c\uc0ac \uc2ec'

	fake.company_suffix()
	# u'\uc8fc\uc2dd\ud68c\uc0ac'

	fake.catch_phrase()
	# u'\uc904\uc5b4\ub4e0 \ucd5c\ub300\ud654 \uc804\ub7b5'

	fake.bs()
	# u'\uc9c4\ud654\ub41c \uc138\uacc4\uae09 \uc804\uc790\ud654\ud3d0'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Mastercard\n\uc6b0\uc9c4 \ubc15\n5317437942821340 04/28\nCVV: 998\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'USDT'

	fake.currency_code()
	# 'XDR'

	fake.currency_name()
	# 'Lithuanian litas'

	fake.cryptocurrency_name()
	# 'Omni'

	fake.cryptocurrency()
	# ('TRX', 'TRON')

	fake.currency()
	# ('KZT', 'Kazakhstani tenge')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 31, 1, 43, 51)

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

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2018, 8, 17)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2012, 1, 29, 5, 18, 39)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2012, 1, 21)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 7, 5, 16)

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

	fake.day_of_week()
	# u'\uc6d4\uc694\uc77c'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 7, 12, 8, 16, 19)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1993, 6, 8)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2000, 1, 30, 0, 52, 17)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1983-08-17'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 17, 8, 10, 2)

	fake.date_object(end_datetime=None)
	# datetime.date(2008, 10, 5)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 6, 16)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2001-06-28T19:22:15'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2009, 1, 16)

	fake.month()
	# '06'

	fake.year()
	# '2005'

	fake.day_of_month()
	# '12'

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

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

	fake.century()
	# u'III'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(2007, 1, 20)

	fake.time_object(end_datetime=None)
	# datetime.time(5, 13, 8)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 6, 7, 0, 50)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1972, 11, 11, 23, 14, 28)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '06:22:39'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 9, 10, 26, 33)

	fake.month_name()
	# u'6\uc6d4'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(996, 1, 25, 1, 16, 3)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(17278, 14381)

``faker.providers.file``
------------------------

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/neque/sed.pdf'

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

	fake.file_name(category=None, extension=None)
	# u'pariatur.gif'

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

``faker.providers.internet``
----------------------------

::

	fake.ascii_free_email(*args, **kwargs)
	# 'ngim@live.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'haneunji@jusighoesa.kr'

	fake.url(schemes=None)
	# u'http://www.gimigim.com/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'faq'

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

	fake.safe_email(*args, **kwargs)
	# u'haeungim@example.com'

	fake.ascii_email(*args, **kwargs)
	# 'gyeongja72@bagi.org'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'gwangsu47@yu.com'

	fake.domain_name(*args, **kwargs)
	# u'yuhanhoesa.kr'

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

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

	fake.slug(*args, **kwargs)
	# u'nam-nesciunt-saepe'

	fake.uri_path(deep=None)
	# u'main/explore'

	fake.company_email(*args, **kwargs)
	# u'minjunjeong@yunibae.org'

	fake.uri()
	# u'http://www.ju.kr/main.jsp'

	fake.ipv6(network=False)
	# '188f:7a7a:c67a:1c34:6c8:eda1:7381:9eda'

	fake.free_email(*args, **kwargs)
	# u'gyeongja43@live.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'iseongho@example.com'

	fake.mac_address()
	# u'71:8f:73:f1:82:3e'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'1-4490-0453-9'

	fake.isbn13(separator="-")
	# u'978-1-165-02115-4'

``faker.providers.job``
-----------------------

::

	fake.job()
	# u'\uc784\uc0b0\ubb3c\ucc44\ucde8 \ubc0f \uae30\ud0c0 \uc784\uc5c5 \uad00\ub828 \uc885\uc0ac\uc6d0'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Iste atque sequi. Eos minus hic. Commodi inventore perspiciatis reiciendis voluptas velit error.\nMaiores minima placeat nisi. Pariatur eum cumque doloribus.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Minima maxime assumenda. Ipsa fuga perferendis. Unde amet rerum ut ipsa.',
	#     u'Fugiat quaerat animi veritatis at eos natus. Laudantium eum reiciendis dolorem. Illo accusamus doloremque placeat.',
	#     u'Culpa quasi nam ex eligendi. Rerum corporis et labore veritatis vitae ducimus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'odit', u'cum', u'a']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Esse fugiat sint et consectetur perferendis a iste.',
	#     u'Sit sunt sed modi.',
	#     u'Corrupti dicta voluptas ex.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'A qui sequi veritatis sapiente. Minima unde asperiores autem repudiandae illo. Facilis velit voluptatibus earum sunt itaque.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Nisi soluta provident in doloribus.'

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'_FS55IgDmu'

	fake.locale()
	# u'hr_HR'

	fake.binary(length=1048576)
	# bytearray(b'@\x93\x17\x9c\xfd\x95\xcd\xd6?7\x99\xbc\xb1n\x01h;t\x9f\x08\xbd\xb8,\xc4c\xcc\r\xd2u\xf9\xd1?>\xeb\xa4\xe3\xd6\xd4\xba\x19\xdat"\xff\x06\x05\x81\xc7\xae\xbc\x97?X8\xfeBl&\x8bx?\xde\x16%\xd6b\xa8?\xb4B\xfeu\xb6\xf0\x87\xfd\xf0\x93N\xae\xd8\xa5tx\x1bB\xc0\xad\x98\xac\x88\xca\xb22\x97st\xbcj\xd6\xb9\xe0!r\xaa\x08H\x0c\\Y\x90\x8cO"@\x0c\xdaCYf\x03>\xed\xb3q\xa7\xa7\x0c&R\xeeZ\\\xfe?\x05\xa3\xb9\\5\x0f\xef\xb1\x85\xc6r\xc9\xaf2\x104\xc9\xe5\xc6\x0er\xe6\xeb(*c\x1c\xeeh\xcf\xaa\xf0\x9f\x16\xac\xb9%\xbe\xe0\xfe\xfeY\x17\xb7\'\rR\xc9\xfc-\xc2\xe5\xd5\x1e\x9a\x9dfW\x8bAG\xf5\xb5\xa4u\xe4\xb7\xf9\xc0\x156\x8c\x0b\xf2W\xecA\xb9\x11\xca\x82 \xc4\x10\xc25\xe0\x8dC\xc5\x82\xd2\xff\x1d\x89\xd1U\xa3\x0c\x1a\x80H\x07\xfa\x08W\xca\xad\x9b\xa7\xe1J\x8d\xb8\xeaf}#2|\x8e\xeb\xc4$pdh\x96J\xaf\x1e-C]\x878z\xb3\x8e\x855\xcb\x1c\xed\'S\x98h\xb4Cf\x839O\xfd\xe6\xbcg\x12\xa2z\xc5\xca\xea*\x00v\xe4\x07lf*\xb0\x13\xfb^\xef\xc8\r\r\x10(lh\x9b-\x01\x0c\xa0j\x8e\xa4\xcb\x11@\\9|\xc8<\xdc\xa1k\x9fW\x8d&\\]&I\x1e\x18\x15\x92D\xec9 \xbb\xf8S\x03h.t=\xc62\x0e@\xee#b\x0e=\xbd\r\x0esQQ_\xdd5C\xc5\xc5\xe9\xca\xd1\xe3w\x93\xb3\xc4\x8a\x94(\xb1\x08\xd68\x9f\xe7\xf9\'\x11\xb9U\xb8\xab\x1d\x99n\x80yl\x97\xe0\xe1\x94\xa8J`(\xbf\x19\xaa\x80\x1b\xbb1\xe9\t\xfbB\x82~\xb6\xa4BZ)]F\x8d\xe9\x8b\xecc\x0e\t\xf3\x1a+\xf6\xbe#\x1d\x11\xf0\n\xcbLP\x00\x89\xc6\x1b<\x10l\xb8\x01\x1f\xd0\x98\x11\x99\x8e\xe8h\x1c\xdbP\xd8\xb3\x04\xf6\xbc|\x9cK\xfa<1\xbd`BX\xb8}\xa8\xd0\xf5vL]s\xfcD\x05\n\x93}\n\xb2J\xf5\xfd\n\xdeO@p\x9d\x13\xe4\x04\x0f>\xc8\xc8\xd6\xb5\xb2O:\x14\x8d?w\xda\xb3\xca\xd4\xfdg\xcb\x0fK\x9d;Q\x9a\xddvmf\x08Sy\xd0\x03\xb5\x86\xd5\x82!\xff\xd7i\x93\x18\xb7\xca\xaeb\x9f\xeb\xad\xc2\x8aZ%6N\x07\xd1R\x10\xbf\x12\xc6\xa2\xf8\xb1 \xf9\xeb\xbbr\x0f\x16\xec}.\xc3\xf8\xf5\xe8j\xf9x7\xd8\r0"\x93.S\xdd\x04\xdfr\x88\xf8\x87\x99~\xb3T\xc5\x9bR\x98\xa6\xb71\xeej^r\x97Y\x92\xa8gP\x82\xf6\xf8r!\x17\x1e\x10\xba\xde\xb7\x95\x80Yx\xf4\xb4t\xfd!\x8b\xf9\x0f\xe4k\xed\xbe\xf36M<b\x8d\xa2S34\xacp\xed\x14\\\x97\xca\xc8\x08Q3\x1d\xc2\x7f\xa3\xe8\xebg(\xe3\xeeg\xe1+\xde\xd2\x05\n\x15\xc0f\xael\x01\x9b\xa1 \xa7\xce<\xdc^\x9b\xf9\xa5\x8d,\x8e\xdd\xb9\x95\n\xeb\xda\t\xe7A7a(\xd1\xc1\x84\xe3q\x0f\x8aB\xa2"\xd9u\x8b[\x04j\xc7\xf4\xc6Y\xcf>JM\x82\xd8\x80\x85\xe8\x11\xbd\\\xd6\x8a\n\xbfn\r\xa6G\xcf\xc3\xd0q\x04\\\xd1\xa5\x980b\x19\xfeB\x9b\xfe\xb8\xbbr==g\x16\x1a\xfe"\xdc\xcf\x13\xa4\xc5\x15\xf1\xael\x90\xbc\x02g\x1c4U\xa5V\xdc"\x81\xc5\xa7\xa9/\x89\x97\x85\x94\x94\xdf\x81\x83\xd0S\x9c(/\x13=[\xd9\xe5\xa4\x8b\\\xcb\xa3g\xb7\x83\x94\x9e\xf5\xc8\xae\xd4\n)P-\x01\xc7W\xbe\xc4C\xa0\x14R\xc9U\xd5d\xb3^\xcf\x08\xcaq\\\xbd\xd1\'P\xed\xa6M\xb8\x8a\xdc\xd6\x00\xd7\xaa\xe3\x86\xd7\xd4[B\x8b\xc8\xc8\xa4\xca0\xae\x0fY\xf4\x98c\x80\xd8\x83s\xad\xc2W\x8e\xc2.[\xee\xea\x98\n\x9f(q\xa9\xd8*\xd5\x98\x80{C\x88p\x9c\xb9,v&8\xeaG\x93b*\x02\x9b>Gb\x9a\x01\x02\xa9\x13\xbfh\xf0\x8e\xec\x96\x19\xb0\xdd\xce\x86u\x1a\xee3\xf4vi\xef\xce\xce\xe1R\xbfVM\xc9\x90\x82a\x9d\xc3\xd8dA\xf2\xfc\xdcJ\xa2.\xca\xa8\x9d\xec\x04+\xa7\x8c\xf3L#u')

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

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# 'cface726f3858840e7a7989f09c6d4f1f4ad35577b151faacc6c2136459dee74'

	fake.uuid4()
	# '087a7159-a41d-8ee5-b7e4-3f525830c577'

	fake.language_code()
	# u'ff'

	fake.boolean(chance_of_getting_true=50)
	# False

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'\uc774'

	fake.name_female()
	# u'\ubc15\ubcf4\ub78c'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'\uae40\uc9c0\uc6d0'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\uae40\ubbfc\uc218'

	fake.first_name()
	# u'\uc740\uc8fc'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\uc0c1\ud604'

	fake.first_name_female()
	# u'\uc740\uacbd'

	fake.last_name_female()
	# u'\uc774'

	fake.last_name()
	# u'\uae40'

	fake.prefix_female()
	# u''

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'053-731-7785'

	fake.msisdn()
	# '3059443896338'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'\uacbd\uae30\ub3c4 \uad11\uc8fc\uc2dc \uc624\uae08\uae38 (\uc724\uc11c\ubc15\uc774\ub3d9)',
	#     'birthdate': datetime.date(2017, 5, 26),
	#     'mail': u'ngweon@dreamwiz.com',
	#     'name': u'\uc774\uc9c0\ud61c',
	#     'sex': 'F',
	#     'username': u'wgim'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'\ubd80\uc0b0\uad11\uc5ed\uc2dc \uad11\uc9c4\uad6c \uc591\uc7ac\ucc9c\ub85c',
	#     'birthdate': datetime.date(2009, 2, 20),
	#     'blood_group': 'A-',
	#     'company': u'\uc7a5\uc7a5\ubc15',
	#     'current_location': (Decimal('-14.9151415'), Decimal('1.068772')),
	#     'job': u'\uc548\ub0b4 / \uc811\uc218 \uc0ac\ubb34\uc6d0 \ubc0f \uc804\ud654\uad50\ud658\uc6d0',
	#     'mail': u'iyujin@naver.com',
	#     'name': u'\uc774\uc815\uc218',
	#     'residence': u'\ub300\uc804\uad11\uc5ed\uc2dc \uc11c\ub300\ubb38\uad6c \uc591\uc7ac\ucc9c\uac00',
	#     'sex': 'M',
	#     'ssn': u'770321-1318052',
	#     'username': u'jaehyeon47',
	#     'website': [   u'http://www.ju.org/',
	#                    u'http://seoii.net/',
	#                    u'https://www.yuhanhoesa.kr/',
	#                    u'https://www.yu.org/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'PFaxNVDYktrUjYppdMFh', u'http://www.mingim.net/', -706576.0, u'YHorydxIexDeCXssphzR', datetime.datetime(1987, 1, 31, 1, 59, 34), datetime.datetime(2007, 7, 25, 6, 8, 25), u'http://www.igang.kr/faq.htm', Decimal('-661122962568')])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'OGrPMYRbAQuAPOtpoLZW',
	#         4250,
	#         8335,
	#         Decimal('-806592.933103'),
	#         u'https://www.yuhanhoesa.com/search/search/home.html',
	#         -55392.5893,
	#         u'KbRVSNoPZKrUOZTHMrdC',
	#         Decimal('-97979328.9873'),
	#         u'http://www.yuhanhoesa.com/',
	#         datetime.datetime(1998, 6, 5, 3, 3, 45)],
	#     {   u'amet': 3275,
	#         u'doloremque': Decimal('-120.15'),
	#         u'impedit': u'ccYTvdlQorCzAlYOAlRC',
	#         u'minima': 491200.79640688,
	#         u'mollitia': 407.7129800076,
	#         u'omnis': u'XepliqkgilmrYMokimTi',
	#         u'optio': Decimal('-5.56968164'),
	#         u'velit': 5315,
	#         u'veritatis': u'TLDffpLCyckMJVdFcYVD',
	#         u'voluptates': datetime.datetime(1982, 6, 23, 7, 57, 24)},
	#     {   u'asperiores': {   1: u'LLvpzxoTPsBMyrnvMuqy',
	#                            2: [   6654,
	#                                   -35300.33667426,
	#                                   u'zoHbDMTpDJKHZWLlvPoO'],
	#                            3: {   1: u'https://jusighoesa.com/main/category/blog/home/',
	#                                   2: Decimal('-1.3684558488E+11'),
	#                                   3: [Decimal('-6731235.408'), 9153]}},
	#         u'aspernatur': {   6: u'LccbpFtYTVlcSWsqDcWF',
	#                            7: [   u'jeongsu83@nate.com',
	#                                   6087,
	#                                   u'http://ju.kr/'],
	#                            8: {   6: u'iminsu@gangi.org',
	#                                   7: u'http://bagigo.net/privacy.html',
	#                                   8: [43, 5867]}},
	#         u'consequuntur': {   2: u'seHjfSXHUsAmiCJPHLxY',
	#                              3: [   u'bagjunseo@gmail.com',
	#                                     u'lGMYvDrgVsOJktnOlExx',
	#                                     5033],
	#                              4: {   2: u'gyeongsug59@yuhanhoesa.net',
	#                                     3: u'cfkvLPZGQegrKqooMHLx',
	#                                     4: [   datetime.datetime(2003, 10, 24, 18, 56, 57),
	#                                            Decimal('7.8529677908E+13')]}},
	#         u'distinctio': {   3: u'vdAulKOQlFEZsZrPIWEz',
	#                            4: [   u'jtXfcxNykGUvrvMIpxDT',
	#                                   u'ZQGqAolMhfQSIOrwntdK',
	#                                   u'kbag@jusighoesa.net'],
	#                            5: {   3: 5050,
	#                                   4: u'http://www.ogim.kr/homepage/',
	#                                   5: [   u'eGVbdicKjqavNHEgTEmB',
	#                                          u'qnjBahycpsSvwsciJQHS']}},
	#         u'earum': {   4: datetime.datetime(1971, 3, 5, 4, 56, 35),
	#                       5: [   Decimal('24.6394628145'),
	#                              u'rohBpwNURIFuIpSyUqLc',
	#                              u'xxFigaVIMwaMumRaUrlx'],
	#                       6: {   4: u'KiCeGZvjpXcrPmZepnGa',
	#                              5: 75.851,
	#                              6: [-788.9, 3344]}},
	#         u'error': {   5: u'TLDFzqTyXEEZEwiEmIBc',
	#                       6: [   u'DTssPFfBRPpesUGbDeVQ',
	#                              Decimal('89726145102.5'),
	#                              u'https://www.jusighoesa.org/'],
	#                       7: {   5: u'QSVYitCrgfpSZLwFOsvJ',
	#                              6: u'https://yuhanhoesa.net/main.asp',
	#                              7: [   Decimal('12806993.58'),
	#                                     u'yEYEBRnudMyMJcuJxTCr']}},
	#         u'explicabo': {   7: 6588,
	#                           8: [   u'wQzATOFYoTvNNBvTQALG',
	#                                  u'IzeYaIHgbCbVENvWlGmM',
	#                                  Decimal('-4497.0')],
	#                           9: {   7: 4681,
	#                                  8: u'RZRbWqFOKLEvvYNjTZwf',
	#                                  9: [22314.259458, u'cFfBefUteMzDbHpdvTNC']}},
	#         u'possimus': {   9: u'fbae@daum.net',
	#                          10: [   u'rBcWmLVjhCBCCxkzGlZD',
	#                                  u'https://www.jusighoesa.net/',
	#                                  u'http://yuhanhoesa.org/blog/register.asp'],
	#                          11: {   9: 7591,
	#                                  10: 6.5639,
	#                                  11: [   u'http://www.yu.kr/author/',
	#                                          Decimal('-5.30871170915E+14')]}},
	#         u'rem': {   8: 9104,
	#                     9: [   u'vAUyrktZiCjZdHdpxARR',
	#                            5293,
	#                            u'LjCItdkpVROJQOZPClTO'],
	#                     10: {   8: u'bnDnFilGpbnDAQLTzghr',
	#                             9: u'http://www.ibaegju.kr/app/main/',
	#                             10: [1841, -50.72514]}},
	#         u'vero': {   0: Decimal('5365.65070517'),
	#                      1: [   u'FxfVzbebDHIjYjbdgGLi',
	#                             u'EBqdKeBUmACBqCmvzjzF',
	#                             u'RWYGjEaNgOWgpWOgJoUT'],
	#                      2: {   0: u'WQAxqBsIaKKzqNnBoGct',
	#                             1: u'https://ju.kr/wp-content/login/',
	#                             2: [   u'HjlPKyyXDXmBVvwToBEq',
	#                                    Decimal('-7823942.767')]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   Decimal('-1399273144.0'),
	#     Decimal('-8520639831.0'),
	#     Decimal('4683056.56'),
	#     u'seoyeonggim@daum.net',
	#     u'areumheo@gogim.com',
	#     u'gyeongjaha@dreamwiz.com',
	#     u'bzcxJhIBoacWKBiZhdZR',
	#     -64104958855.0,
	#     u'EEFZtwULzTCShafiitsz',
	#     datetime.datetime(2005, 6, 30, 2, 55, 1),
	#     datetime.datetime(1971, 12, 30, 13, 34, 28),
	#     u'ZutLpWzaxuttsQNgUcyb']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'nbRiCyBHZexBsfXXgKQU',
	#     u'wPtYNftnVWpbfopnwbhY',
	#     u'hamigyeong@coei.com',
	#     Decimal('62533358.0'),
	#     Decimal('-77462526.359'),
	#     u'GcbyKkUmXeQUsOLqeoeL')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'qgweon@yuhanhoesa.com', 6723, 2693, u'CiTDKCMwJHcWCLnhDfvO', u'fzXiXvWNehETQxxlIycd', 9162, u'PyCHJnoBXicvRCzyZznU', u'VYoVAHpKFGJvAsNUZQOl', -57984602280673.0, u'vIwiFLXVDCBqaipLZBfO', 4151, u'yfoNfsSvGZClDDbZgrqL', u'KobmUtQWpGGVwsnHWVjj'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'alias': u'qZhWhiWYdKqvjPHdlYxM',
	#     u'beatae': datetime.datetime(2004, 9, 7, 15, 54, 52),
	#     u'doloribus': 4655,
	#     u'libero': u'http://ryugweon.com/',
	#     u'molestiae': u'UYalecGolqRQnTTpxXBv',
	#     u'non': u'ElTDERPvVFVPOUjNqdvy',
	#     u'quo': -33127.0,
	#     u'sint': 347,
	#     u'ullam': u'qSIYfZaFRHYbEcmFPGss',
	#     u'unde': u'fVwNSlAXDzakjFePQbhZ'}

	fake.pyint()
	# 9955

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'380700-2102212'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.01; th-TH; rv:1.9.2.20) Gecko/2014-03-16 23:18:26 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.30.(Windows 95; ar-OM) Presto/2.9.171 Version/10.00'

	fake.windows_platform_token()
	# u'Windows NT 5.0'

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

	fake.user_agent()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; yo-NG) AppleWebKit/532.29.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6532.29.7'

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML, like Gecko) Chrome/13.0.872.0 Safari/5362'

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

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