Language hu_HU

faker.providers.address

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

fake.street_address_with_county()
# u'Ady endre utca 112.\nFej\xe9r megye\nH-9951 Mez\u0151tam\xe1sifalu'

fake.street_name()
# u'Szabads\xe1g utca'

fake.address()
# u'Duna\xfajv\xe1rosi \xfat 207.\nH-4140 egyh\xe1zaskeresztk\u0151r\xf6s'

fake.street_address()
# u'Szabads\xe1g \xfat 184.'

fake.postcode()
# u'H-5563'

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

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

fake.country()
# u'Bissa -Guinea'

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

fake.city_part()
# u'hetven'

fake.street_suffix()
# u'utca'

fake.city_prefix()
# u'ny\xedr'

fake.city_suffix()
# u'v\xe1ra'

fake.building_number()
# u'164.'

fake.frequent_street_name()
# u'B\xe9ke'

fake.county()
# u'B\xe9k\xe9s'

fake.real_city_name()
# u'Cegl\xe9d'

fake.city()
# u'magyartam\xe1siv\xe1r'

faker.providers.automotive

fake.license_plate()
# u'KRV-774'

faker.providers.bank

fake.bban()
# 'VIFD9206100520889'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB65NDKQ4635728651120'

faker.providers.barcode

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

fake.ean13()
# u'2592490302668'

fake.ean8()
# u'39401045'

faker.providers.color

``faker.providers.company``

fake.company()
# u'T\xf3th \xe9s Tak\xe1cs Kkt.'

fake.company_suffix()
# u'Kft.'

fake.catch_phrase()
# u'Expanded 24hour software'

fake.bs()
# u'extend rich web services'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'VISA 16 digit'

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\nErvin G\xe1l\n3547200990933384 06/24\nCVC: 615\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'WAVES'

fake.currency_code()
# 'AED'

fake.currency_name()
# 'Georgian lari'

fake.cryptocurrency_name()
# 'Zcash'

fake.cryptocurrency()
# ('BTC', 'Bitcoin')

fake.currency()
# ('ZAR', 'South African rand')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 17, 21, 20, 53)

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

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

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

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2010, 2, 26)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 8, 4, 24, 50)

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

fake.day_of_week()
# u'kedd'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 2, 11, 23, 29, 6)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2003, 11, 13)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2014, 3, 8, 4, 27, 47)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2009-06-02'

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 28, 16)

fake.date_object(end_datetime=None)
# datetime.date(1970, 5, 29)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 5, 21)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1978-06-11T05:32:55'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2001, 12, 16)

fake.month()
# '05'

fake.year()
# '1996'

fake.day_of_month()
# '21'

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

fake.timezone()
# u'Indian/Antananarivo'

fake.century()
# u'VII'

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

fake.time_object(end_datetime=None)
# datetime.time(23, 59, 27)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 2, 14, 7, 36, 55)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1977, 1, 16, 16, 16, 34)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '17:01:57'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 27, 17, 0)

fake.month_name()
# u'junius'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(549, 12, 6, 10, 52, 7)

fake.time_delta(end_datetime=None)
# datetime.timedelta(4446, 46312)

faker.providers.file

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

fake.mime_type(category=None)
# u'application/javascript'

fake.file_path(depth=1, category=None, extension=None)
# u'/ullam/dicta.pages'

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

fake.file_name(category=None, extension=None)
# u'quos.jpg'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'minikasandor@gmail.com'

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

fake.tld()
# u'info'

fake.email(*args, **kwargs)
# u'abalogh@yahoo.com'

fake.url(schemes=None)
# u'https://www.kovacs.hu/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'homepage'

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

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

fake.ascii_email(*args, **kwargs)
# 'jizsefantal@szoke.biz'

fake.ipv4_network_class()
# u'a'

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

fake.ascii_company_email(*args, **kwargs)
# 'ajuhasz@tith.biz'

fake.domain_name(*args, **kwargs)
# u'vincze.net'

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

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

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

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

fake.company_email(*args, **kwargs)
# u'annabalint@tith.com.hu'

fake.uri()
# u'http://szabi.info/index.jsp'

fake.ipv6(network=False)
# '789f:b13:9e35:92b1:65b9:ea2e:6ad0:89c4'

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

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

fake.mac_address()
# u'e2:14:e9:ca:66:e5'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-9766178-8-9'

fake.isbn13(separator="-")
# u'978-0-207-98789-2'

faker.providers.job

fake.job()
# u'Vezet\u0151 takar\xedt\xf3'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Labore repellendus consequatur culpa saepe possimus voluptatem. Tenetur eligendi blanditiis deserunt provident nostrum. Consectetur adipisci adipisci perferendis natus.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Magnam molestiae quas officia illo. Libero fugit totam dolor temporibus nesciunt repudiandae. Unde ullam placeat earum voluptates earum. Est expedita quos porro ut harum.',
#     u'Inventore ab quidem iste dicta. Reprehenderit aliquid aspernatur cumque fugit. Sapiente quod rem facilis perspiciatis tenetur.',
#     u'Sit corporis nostrum sint. Veritatis dignissimos quas corrupti expedita vitae amet. Quis dolorem corrupti nam consectetur eos at.']

fake.words(nb=3, ext_word_list=None)
# [u'beatae', u'repudiandae', u'voluptate']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Sunt autem reprehenderit unde dolores necessitatibus.',
#     u'Molestiae fugiat voluptatibus placeat.',
#     u'Minima reiciendis aliquid excepturi distinctio.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Quod earum nobis quaerat. Labore ab voluptatem itaque architecto voluptates eos. Eius eveniet tempore.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Perferendis doloremque quae neque ut eos doloremque.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'(*2hRX+e39'

fake.locale()
# u'tig_ER'

fake.binary(length=1048576)
# bytearray(b'\xb2j<\x14!\x11\xaa\xff\xf9\xa9\xa8\x11~\x00\xf3\x0fc\xd8\x00\xe8Q"\t\xe9\x05\xdd_-\xe5+\'\xa4\x84\xa8\xf1)\x9c.\x96i\xfb\x92\x91\xe8\x04\x04\x99@\xe2)k\x91\x12r\x0c\x16\xfb]xYN\x0fU\x14jK\x15\xdf\x18\xd75\xc1h+\xc8lO\xf8\xb8!\xfc\x91\xc4S.\xc1{\xbba\xd6\x0fi\xd99\x80\xda\n\x9f\x17\x1e\x9c(\x9d\xb9\xca\xd2\xafj\xa7\xc0G\xfd\xf5\x02\x84\xdc\x8d\xd6*\x07\xb6q%\xed<\xb3\x0e-\x15L`hfnZ$}\xef+M\xfc\x1f(\xf1\x1e\xde\xeex\xad\x81f\xc1\x80\x85\x14\x91[YR|\x1e\x18\xfbV\x85\x12\xe9\no\x81Z\xd6\xf2\x98\x98h\xc5\x8fz\xc4\x88\n\xe6S"\xf5\xb8\xcbs\xee\xad)\xd2\xfe\x89\xe7\x95/\x10Q\x8b\xc4c\xe1\xdb\xa5e\xa7\xa8\x19_\x80\x1e\x99 t-\x87T\xcd\xabb?\xfa\x86\x1e\x084\xc0:u:\xb5E\x97tM\xf5]\xe1^\xe4n;#\xcb\xdb^\x94\x81\xce\xd7}\xe4\xa9\xe0l\x06\xeb\xa0%\xf3\x00\\3\xaa\x86\x01M\xa5\x99]9\xb5+C_xK\x8e\xa9\xb9\x96\xe4\x11\xf1d\x11\xe6I\x86\x1ey\xffn8\x16.F3:\xc9\xe6\xa9\xff\x17\x948\xcf{\xacOE\xcb\x1e\xf0Mq\x84\xc3 R\xd0\xef(x\x8f6\x0fv3\x98$\xb8\x8d\xeeU\x96S_\x08\xdc\t>\x14\x86ne\xc8\x02\xaf\xd8\xed\xed\xf8\xce\x8b\xee_rR\t\x1e\xde\xc0\x7f\x1d\x9b\xc8\xab\x84\xa7\xecp\x8b\xa6\xb5\xf2V\tAwf\xe1l\xf1l\x8f$\',6\xf1c\xa3\x9bA\x9a\xb6\xb9L\xa5\x9e\x94\xf2\xa2\x17Om>\xd1G\x92\xb4\xfcj\x06\xa3;\x98\xd0C\xdd\xb9*\xef*KGV(\xa4;\xe6\xcd\xbeG\x0fr\x86<\x87\x83\xd0a\xb79E?-\xe9mK*\x96Gx\xbfc\xde\xafo\xe6\x03] \x9d\xe3J\x86\xe7P\x1dMf\xfe\x0b\xa7^\xe1\x11\xa5\xad\x11\x9c\xa2W\x0cl\xdd\x9e\xb2\x99!\xe2R\x06H\xd3(\xc6\x0b\xa6\xae\x81\xac\xf2{\x0c\x15\x9a:<\xa8\x07\x01\xe6\x0f\xc09\x14\x86\xa0\x9a\xd4Xo[\xc2\\\x0cu\xa4h\xf5)\xba\x9e}\\{\xeb\xcf7\xf7\xfb\xdae\xbc\x96\x9f\x83\x1f\xe3\xc8\xbc\xa5>\x0f\xc2`%\xd0\xc5\x070\x88\xa5\xf6v\x04\x1c#\x8b\x9b\x0c\xa7T\xd3\x92\xdf-\xf4~\x0cJ\x06h\xf9\xd3o\xcauG\'\xdc\xf3\xe1\xdf\xbe"\x84\x1d\x19 }{:\x1c\x82\xa3\x11\xf1\xe4Q[\xd9\th\x19V\xb6\x91\xeb|2!A[k\nH\x17\xfd6dQ+\xc5i\x0e\x17\x8cK\x86\x1b\xc8\xb3bXC\xa49\xc0\xa2"j\x0c\xba\xbe\x06\xcd%\xfb\xa3PlX\xbd:\xd01\x0cg?>\xe4z@u\x88\x1c]\xd3\x98\x1e\xe8\xbe\xffui\\\x13a\x01\x87}k*\xbc\xd8]\xf1~g\xdffVq\xeagpk\xc8%NQ\xe3\x02\xff\xbd\xbfD<\xa2\xc9D\x14\x05\xc7N\xcd:\'\xf6\xaf\xc9)W\x99\x8d\x9f[&\xa66\xaa\xb3u[\x0c\xc5#\x13}\t\x0fa\xe4\xe4\xb4\x98|\xe3\x80i8HRw\x9e\xf6\xd0\xc8R\xbb\xf0\xd8\x12u\xe2\x16\x15K\xd1|\n\ny\xa4\x13{k\x12)\xdc\xbc;\xb6\x16\xbb\xe9C\x0en\x8d\x87\xac0)\nN0\xd3\xaa\xd7\xad+~\x83\xeb\xbb\xd5\xbb\x00\xa7\x13\xda\xcf\xdaP>\x15f\xea\xb9\xd6\x91\x04\xe7\x03\x8b\x02\xec\xf1\xf8\xad\x87\xb4\xb3\x8az\xd8\x89,)g\xcb\xe3\xcc\xe9\xa6\x8d\x1b\x96\xb8\x86\x0c\xcc\xea\xb4\x14\xf0\xe2n\xd6H\xc9\xe5\xa5C\xb1\xc7\xbf\x1b\xf8\x9bi{\xdf{\xe7K\xf4\xa9\x12\x0b\x81\xec&t5B\xd6T\xc3W\x8f\'V\xc2h\x1f\xae5\x12\xa05\xc5i\x9d;\x12\xc8o*W\xfc\xb6\x83\xec^a\xb7\xe8\xea\x1f9\xe7\x99\xae\x8d\xcc;\x94\x08\x16y\xec\xf1\xe0[\xc0k\xe5\xcb;\':w\xda\xea\x14\x02z\xe3eE\xa4\x85\\\xd4\xdcE\x9ax\xbe(\x17^\xcd\x94{`\xd1\xa2\x86!c\x07j@\xdcA\x87d\x8e\x1a\x89\xa7I\xcd\xfc\xbc\xfd\x86\xf1\xf7?\xdf~\x10G_\x08\xc9T\x99\xd8\xb6@^#o')

fake.md5(raw_output=False)
# '72e689805fd012c396789f2f2ca2c6c4'

fake.sha1(raw_output=False)
# '9c753ad257700f6694d4c926a03fdb1442dc4dd7'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '16af7a106b4bf7b947bd2f2cc8e2f183e4e523e5b17e97d512030a0888a8ea1b'

fake.uuid4()
# 'e2219cb4-5d36-a946-c1b6-18c04780b4be'

fake.language_code()
# u'ar'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Kiss'

fake.first_name_female_abbreviated()
# u'T.'

fake.name_female()
# u'Dr. Farkas B\xe1lint M\xf3nika'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Prof. Dr.'

fake.name()
# u'Dr. Farkas T\xf3th Andrea'

fake.suffix_female()
# u''

fake.name_male()
# u'Nagy R\xf3bert Andr\xe1s'

fake.first_name_male_abbreviated()
# u'G.'

fake.first_name()
# u'M\xe1ria'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.last_name()
# u'Lakatos'

fake.first_name_female()
# u'Erzs\xe9bet'

fake.last_name_female()
# u'Bodn\xe1r'

fake.first_name_male()
# u'D\xe1vid'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'(30)/034-1534'

fake.msisdn()
# '5239757551634'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Veszpr\xe9mi utca 55.\nH-5454 Miskolc',
#     'birthdate': datetime.date(1942, 12, 14),
#     'mail': u'attilavarga@gmail.com',
#     'name': u'Dr. Pataki J\xe1nosn\xe9',
#     'sex': 'F',
#     'username': u'balinteszter'}

fake.profile(fields=None, sex=None)
# {   'address': u'Debreceni utca 16.\nH-2036 somogygy\xf6rgyber\xe9ny',
#     'birthdate': datetime.date(1979, 12, 1),
#     'blood_group': 'A+',
#     'company': u'Nagy Varga Kft.',
#     'current_location': (Decimal('-75.252887'), Decimal('150.987073')),
#     'job': u'Matr\xf3z',
#     'mail': u'sandor40@hotmail.com',
#     'name': u'Budai I. L\xe1szl\xf3',
#     'residence': u'Debreceni utca 45.\nH-8575 Veszpr\xe9m',
#     'sex': 'M',
#     'ssn': u'15702111456',
#     'username': u'yfarkas',
#     'website': [   u'http://varga.net/',
#                    u'http://kiss.net/',
#                    u'http://nagy.biz/',
#                    u'http://www.juhasz.biz/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('-772666231294'),
#     datetime.datetime(1970, 3, 19, 22, 11, 37),
#     u'jfarkas@kiraly.info',
#     u'BVwmiYzucdQeMsKJQDay',
#     508,
#     u'hpBobejdCLeXjMiaZAeu',
#     u'FLlkCbLGdpcWiGmiELmg',
#     8321,
#     u'RMGhIFOjFzYALOyTCvuu',
#     u'nagyerika@varga.net',
#     Decimal('5135823.45517')]

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

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(2001, 10, 4, 7, 9, 29),
#         u'dfwlQSjWXtWkZKaRZYPr',
#         -3239770270.88,
#         Decimal('-59961372.2968'),
#         1641,
#         9710,
#         3670,
#         34792132.9454,
#         u'http://kozma.hu/',
#         Decimal('-4226409.98749')],
#     {   u'ab': u'https://www.budai.net/list/faq.htm',
#         u'cum': -6.30800630243024,
#         u'error': u'erzsebetgal@mate.net',
#         u'fugit': 2980,
#         u'libero': 8054,
#         u'possimus': 6803,
#         u'quam': 9545,
#         u'quas': u'http://kiss.info/post/',
#         u'quo': -43180588011289.0},
#     {   u'accusantium': {   6: datetime.datetime(2018, 3, 7, 5, 39, 27),
#                             7: [   u'RTHajwOTjBeyfvELeJqG',
#                                    u'SsIAvACtJfBXNVGDFnnd',
#                                    Decimal('-2.58420815572')],
#                             8: {   6: u'AtnaMykBXZOMhQzfInkO',
#                                    7: 3333,
#                                    8: [5486, u'bJoqeRVFYqlLFwMlUUty']}},
#         u'excepturi': {   2: 4037,
#                           3: [   u'https://farkas.biz/tag/posts/search/',
#                                  6910,
#                                  7950],
#                           4: {   2: u'eIAvFVbRgIFJTbNFNeej',
#                                  3: datetime.datetime(2004, 9, 11, 7, 26, 23),
#                                  4: [   u'https://www.pal.com.hu/homepage/',
#                                         u'fOMuFbBKKwfGUYAvBwcG']}},
#         u'id': {   1: -999040351962772.0,
#                    2: [   u'https://magyar.info/main.php',
#                           Decimal('-5.9865315023E+13'),
#                           u'tithgabriella@gmail.com'],
#                    3: {   1: u'DMdnbbcyguKAFSrlhAoL',
#                           2: u'FEjNWQCJOVCsaoQseOFH',
#                           3: [   265435852.942,
#                                  u'https://takacs.com.hu/home/']}},
#         u'illo': {   4: 161,
#                      5: [   5245,
#                             u'http://www.tith.info/tags/categories/home/',
#                             27203562.4677],
#                      6: {   4: u'GFAwBoRgeKCHCRikkToz',
#                             5: u'wMzYfYOCAAsURVpJtren',
#                             6: [   u'UdSNlFfYNSDeKBlrvrBJ',
#                                    u'https://www.gulyas.org/category/tag/faq.asp']}},
#         u'inventore': {   7: u'yTGhIqMTGNAIfXcdCLmZ',
#                           8: [   u'vHUFYNrEahgVhXJAevqU',
#                                  u'szokemiklis@yahoo.com',
#                                  u'eriktith@katona.com'],
#                           9: {   7: u'torokibolya@gmail.com',
#                                  8: Decimal('612517.8'),
#                                  9: [   u'kqMJLzTgFFMCnTFYXLnY',
#                                         u'xtith@gmail.com']}},
#         u'libero': {   3: 9946,
#                        4: [   u'vxUYeNctrRDhzJbpoAGx',
#                               u'FXhgyyMfcJqbKyJBamla',
#                               Decimal('21755.7352')],
#                        5: {   3: 3077,
#                               4: 9798,
#                               5: [   u'gbcQhfHhwBPwcjaLbumT',
#                                      u'GbCsXuNeTvwEwYSWIBuO']}},
#         u'nulla': {   5: Decimal('1.94846077784E+14'),
#                       6: [   Decimal('733712.7'),
#                              u'jWUllqpbaRkEabuTlTYq',
#                              2279],
#                       7: {   5: u'gabriellavarga@szabi.org',
#                              6: u'feketebernadett@papp.info',
#                              7: [6739, Decimal('7087790.26')]}},
#         u'possimus': {   9: Decimal('3965.80359'),
#                          10: [   7928,
#                                  u'nZybDmozlwSijWfmfCYU',
#                                  datetime.datetime(2005, 7, 9, 21, 13, 20)],
#                          11: {   9: 6343,
#                                  10: 2569,
#                                  11: [   u'EYollJLXAWldBKIXdHAp',
#                                          u'gqJrtJJxLygeKpgXgJWe']}},
#         u'repellat': {   0: 5813,
#                          1: [   u'jwklIADmChAEBUvUPIqp',
#                                 -764813249760874.0,
#                                 -1068984207.6],
#                          2: {   0: u'http://www.nagy.biz/blog/tag/app/register.asp',
#                                 1: 3534,
#                                 2: [u'http://www.nagy.com.hu/', 7091]}},
#         u'voluptas': {   8: Decimal('507332492885'),
#                          9: [   Decimal('-29357038204.0'),
#                                 Decimal('-746993.3256'),
#                                 568895123030.29],
#                          10: {   8: u'tszabi@kocsis.com.hu',
#                                  9: 5332,
#                                  10: [   Decimal('-6.93819832829E+12'),
#                                          u'jizsefmolnar@gmail.com']}}})

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

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('7.39315846891E+12')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'VNJtveVUUijyysRUWnRk',
#     -6521643873.573,
#     8985,
#     u'uDZvlPaOTFlOhWiNEwod',
#     4857,
#     2941,
#     u'ZZlqFVCMkDknnwFNfSTw',
#     u'FvlMnsMsEZfqZyGGezXi',
#     u'uzzXHUQbMPfvPLkfZQYv',
#     5300,
#     u'YsSsxIJgkGNooWJlAkCk',
#     u'gaborkiss@szalai.net']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime.datetime(1988, 3, 31, 10, 51, 3),
#     7435,
#     u'LhrMxdrxwCJuoTOyxceJ',
#     datetime.datetime(1995, 6, 24, 3, 54, 12),
#     u'TyJXHaOTFyMXKnBBgmNT',
#     u'GewgJiAMixRJBLLhmmXC')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'desuZbJywVlqeWLQptJO', 9233, u'SGJTSkHojPuIzMEBrHlP', 7811764.165626, 753, u'QaaaadsYiWLCHCycQmFY', u'QEmYHnPbsPdtfHRlBbeO', u'tIDHYjANhOOtpskWbGUI'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'atque': u'https://www.antal.info/author.html',
#     u'consequatur': 7208,
#     u'cumque': u'KSyIHEjkTnSwiEneXSdo',
#     u'iure': 1357,
#     u'molestias': 1848,
#     u'perferendis': u'https://www.orban.com/register/',
#     u'quod': u'orsolya14@szabi.com.hu'}

fake.pyint()
# 2078

faker.providers.ssn

fake.ssn(dob=None, gender=None)
# u'26907184097'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2018-08-03 13:53:18 Firefox/10.0'

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

fake.opera()
# u'Opera/9.23.(Windows NT 5.1; sa-IN) Presto/2.9.188 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5332 (KHTML, like Gecko) Chrome/27.0.825.0 Safari/5332'

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; Intel Mac OS X 10_12_6) AppleWebKit/5331 (KHTML, like Gecko) Chrome/55.0.800.0 Safari/5331'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; ja-JP) AppleWebKit/532.15.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B119 Safari/6532.15.3'