Language hu_HU

faker.providers.address

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

fake.street_address_with_county()
# u'Mosonmagyar\xf3v\xe1ri utca 23.\nHeves megye\nH-5098 Keresztk\u0151r\xf6s'

fake.street_name()
# u'Kaposv\xe1ri \xfat'

fake.address()
# u'B\xe9ke utca 16.\nH-8285 Sz\xe9kesfeh\xe9rv\xe1r'

fake.street_address()
# u'Kossuth \xfat 192.'

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

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

fake.longitude()
# Decimal('-50.871980')

fake.country()
# u'Botswana'

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

fake.city_part()
# u'liget'

fake.street_suffix()
# u'utca'

fake.city_prefix()
# u'fels\u0151'

fake.city_suffix()
# u'k\u0151r\xf6s'

fake.building_number()
# u'95.'

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

fake.county()
# u'Heves'

fake.real_city_name()
# u'Sz\xe9kesfeh\xe9rv\xe1r'

fake.city()
# u'Miskolc'

faker.providers.automotive

fake.license_plate()
# u'VQW-505'

faker.providers.bank

fake.bban()
# 'VVCF3628977956981'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB27SETL8405925551123'

faker.providers.barcode

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

fake.ean13()
# u'9888209172596'

fake.ean8()
# u'41579626'

faker.providers.color

``faker.providers.company``

fake.company()
# u'Balogh \xe9s t\xe1rsa Kft.'

fake.company_suffix()
# u'Zrt.'

fake.catch_phrase()
# u'Optional 24/7 framework'

fake.bs()
# u'orchestrate granular interfaces'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'American Express\nVikt\xf3ria Kov\xe1cs\n346359197803912 01/28\nCID: 0920\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'BC'

fake.currency_code()
# 'SPL'

fake.currency_name()
# 'Bangladeshi taka'

fake.cryptocurrency_name()
# 'Tether'

fake.cryptocurrency()
# ('VTC', 'Vertcoin')

fake.currency()
# ('BRL', 'Brazilian real')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 8, 1, 42, 59)

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

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(1998, 6, 21, 4, 20, 4)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2010, 6, 22)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 5, 9, 47, 36)

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

fake.day_of_week()
# u'szombat'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2016, 8, 7, 17, 0, 19)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 6, 4, 3, 29, 7)

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

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(1975, 10, 29)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 3)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1993-05-14T07:44:08'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2001, 5, 30)

fake.month()
# '12'

fake.year()
# '1990'

fake.day_of_month()
# '02'

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

fake.timezone()
# u'America/Costa_Rica'

fake.century()
# u'II'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(2012, 11, 28)

fake.time_object(end_datetime=None)
# datetime.time(14, 22, 13)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 5, 18, 18, 7)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1982, 9, 17, 11, 7, 37)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 16, 15, 58, 26)

fake.month_name()
# u'szeptember'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1839, 12, 27, 20, 1, 27)

fake.time_delta(end_datetime=None)
# datetime.timedelta(13143, 66411)

faker.providers.file

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

fake.mime_type(category=None)
# u'model/vrml'

fake.file_path(depth=1, category=None, extension=None)
# u'/harum/dolore.tiff'

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

fake.file_name(category=None, extension=None)
# u'tenetur.tiff'

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

faker.providers.internet

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

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

fake.tld()
# u'hu'

fake.email(*args, **kwargs)
# u'aszoke@nemeth.com.hu'

fake.url(schemes=None)
# u'https://www.horvath.org/'

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

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'privacy'

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

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

fake.ascii_email(*args, **kwargs)
# 'uvarga@hotmail.com'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'ukiss@szekeres.com'

fake.domain_name(*args, **kwargs)
# u'racz.info'

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

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

fake.slug(*args, **kwargs)
# u'quis-odio-ratione'

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

fake.company_email(*args, **kwargs)
# u'nagyandras@nagy.hu'

fake.uri()
# u'https://www.farkas.com.hu/search/tags/app/search.html'

fake.ipv6(network=False)
# '33cd:3a74:12ff:ad83:4d3e:27e1:e2a4:785a'

fake.free_email(*args, **kwargs)
# u'inagy@hotmail.com'

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

fake.mac_address()
# u'd3:30:8c:7f:7a:8c'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-871152-06-2'

fake.isbn13(separator="-")
# u'978-1-5441-0696-0'

faker.providers.job

fake.job()
# u'Szersz\xe1mk\xe9sz\xedt\u0151'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Praesentium corporis impedit accusantium. Non ad laboriosam suscipit. Nihil laboriosam dignissimos quod ducimus vero.\nVoluptatum ea est. Libero pariatur explicabo dolore alias dicta optio.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Quis a ab sequi cumque suscipit delectus. Nisi quisquam nobis cumque eveniet alias.',
#     u'Temporibus odit unde ipsa. Tempore illo optio aspernatur omnis natus.',
#     u'Iure doloribus aspernatur perferendis esse facilis.']

fake.words(nb=3, ext_word_list=None)
# [u'minus', u'dolorum', u'maiores']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Fuga adipisci consectetur debitis quo.',
#     u'Officia laborum praesentium sit saepe neque est.',
#     u'Laudantium accusamus sint hic sunt aut.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Ut odio quas. Sint consequuntur dignissimos tenetur. At aliquam eius earum provident molestiae.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Ipsum dicta blanditiis molestias unde.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'3NC5vo6@+x'

fake.locale()
# u'gu_IN'

fake.binary(length=1048576)
# bytearray(b'\xbc\xf9\xab\xde\x13u\xb4\xff\x99\xb5\xf8]\xccw\xfd\x07Ji\x19b\x03\xcc\xf8\xa4\xcdJ\xee\xd0\xd8\xee\x1cy\x90\x16\xdb\xcc\x17\xf1\x04\xa7\xe5\x83\x95J\x0eA\xd5Yy\xf7\x88\xf2\xd5\xa1\x8fj\xa5n\x98\xe1e_\x1e\x0c~\xb5+{\xdf\x88\xc7\x00\xff:\x17\xa2a\x83v\n`\xb3k\xfc\r\xa0\x13\n\xd1i\xa4$\xed\x11\xe1\x12o\xf7\n\xc4c\xf8\xf0\xc9\x88\xeb\xb4\xf2\xc3G\xaeEay\xf5\x0f\x0f\xf5\x01L\xc5\xbb\xc5\x98P\xbd\x9f\x85;\r\xaf]\x1c0H\x85js\xe00x!\xfc\x01\xa3Th\x1a\x17W\xfcp\xc3\x98\xd3\xb1\xd1\xe9g\xc1\xcb\x82\x86:\x8b\xd4\xf6\x90#urv\x92\xc0q\xcd\x99\x0c\xcd\xde\x83\xdc\xf0\xd9\x8c\x06\xef\xacW\x1f@\x178\xeb\x87\xe9~\xd5\x9b\xed\xb3"\x9ff\xf7j1S%\xe5\x1f\x15n\xe2\xba\xc2\x07\xbb\xb4I7\xe2\x88\x02\xf1\xde\xb0\x02\x032\xef\xf7+6\xec1O\xe6\xf6\x83\x8aSJ!\xc7\xf1\x17\\\x0ee\xf6\x94\xad"\xecH@\xe5\xa18\xa8\xaa)\n&$\x89\xfe\x11\xb2\xbf/\xa7\xb7b\x11\x03\xf7\xfd.V\xcb\xdc\xa0\xbe\xa9\x15\xb5:Y\x1ce\xb7\r\x9b\xd8\x16\x84M\x12\x13bh\x13\x17\xb6$%\xa4\xba$.\xaeu\x97\xb4\xd3_^\xf3\x83\xf9\xc1\xf8\xaa\xb4\xbdZ\xa0\x06\xfe\xbc(>a\xbf) \x13\xf0\xddQZA\x05\x00t\xb0\xd1C\xe3.\xab\xd3\x0b\t\xe9?Rh\xbe|%\x1f\x0b\x82\xe4d\xa8\x10\x15%\x94\xf3\r\xe1\xab\x85BHO\x85\xa2W\x8e\xd5j\xd3\xc7\x92\xc9\x9c\xaf"6\x14\x90\xc4,\xd2$\xc52\xb6\x04\x9fE\x1a^\xe9\xa1%\xe8\xbe\x9aI2\x08\xc3\\\x07\x81\x17Q6\x82\xc4XB\x16\xbf\x9d\rFie\t]\xd9v\x94O\xf6\x12R\xfc\xe6\xdf\nkC,q>\xca\xaf`\xf6\xaa%\x9b\xe10g\xfd\xb4\x0bx\xc8\x85\x03][\xcc\xdc\xb8\xed\r\xe6\xe1\xae\x95y\x0e`Xu\xeex\xa2\xe3\xbeo\xe9\xc9\xb4;H\\\xf3E\x91{\xcd\x00\xc1\x83\xb9\xd8\xa5WT\xe1E\xcasg\x1f}3_\xe9\xd1\xf8\x0fc5\xb18@\xda()\xe4\xd0\xc6\x15>W_\xb1q\xdcb\x14JiII4C3b\xe8\x91\x9e\x9b\xd5H\xafV\x10\x7f\xad\r\x14@\xd6\xe7\x9fnU\xea;\xda\x91\xd6h\xc9\xf6\xcc3p&\xb7#\x93\xb9\xa2\'z\x95\xcd\x97S\xad\x97\x07]z\x15\xb7.<\xdf\xfaL\xc3\x081\xa7\x8f\xbe\x9b\xd48|KW;L1\xf6\x8d\x0e\xbcNx\x984\xb3ry\xc4\x1b\xedK\xabIP7|\xb6@\x95k g6"\xd4\x97=\x86\x90\xc1\xd02\x12\xa8/\xbb4\x11\xb2>B[\x04\xef\x8b*\xa8\xe9-y\x1fy\xf5\x01\x8a\xfdk\xcda\xd9\xe8\xb2UJ"\x01_\xc6=\xaaD5\xd3 \xab[2}2\xc5AK6EK(\x14\x9f\x93|l\xb6\xbfW\xf8\xbe\xff\xb9\x8d\x92!\xd4\x87\x07SX\xaa]\xfbH\xa9\xcc\xdb(\xd3\x93\xeb{\x00\x06&\x10\x15!\x1aD\xe5Pq\x02<\x0fF\xaf\xe0\x82\xd5\xc1\xd6\xabWb\xa3=\x06\x13p :\xeb~*\x1d\x1c\xa4\xd5mK?\xd9b\xf4[\xc7\x16wye\xa2{G\x15\x14\x86]`\xd8\xdc\xdbXj\xa8C\x93\xd0-\x01\xd0 \x900\t$W\xb3F\xdb/\x9e\x02\x17`\x95&\xc5q\xf4\x16\x8a~\xffM\x00\xe01\xda\x9f\x96\\\x02;\xe9\xa5\xb6L\x94pWb\xb8\xde\xa7\xa47#!\xb7\x16\x02\x83\xe1\x0fX\xdfM:\x0e<\x95\xa7\x83>\xb7\xa2\x9e0\x12\xdfXJzu\x922ccR\x0b;\xbfy\xf8\x86\xb4;\x04\x9c-\xca\xab\xcc\xf0mF\x9d\x0b\x93Y%\xc7I\xf1\x9f\x82\x87\xde\xd6\xf3d\xaa(\xaco\xfa\xdd;c\x12oJ\xf5t\xc15i\xf93\xc1\x0f\x99\xa9\xc76Q\xa2\xff\xc0[\xab\xfc\x89P\xeeo}|\x89\xe0\x85\x80\x96d\xf0(\xe7\x83{\xca\xadW\xba\x80\x8dmU\x0e\x18\xeb\xd6\x83\xc6\x9cUe\xf0\xb5c\x80\x9f\xa2cq\xbf=S\x0c\xdc_\x05[\x00!@\x81j\x83\xdd\xbf\xaa\xf7\x94\x05\xda>\x07t6N')

fake.md5(raw_output=False)
# '2c13e8e57265d1b297f22431f479318f'

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

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '99dd5e2e46a0776ac10cb40e4adcd9b7a5de4140888b776fddb033a609e28620'

fake.uuid4()
# '9009ebec-dfbb-beeb-14d2-8b87ac3a6ae2'

fake.language_code()
# u'gu'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Kov\xe1cs'

fake.first_name_female_abbreviated()
# u'P.'

fake.name_female()
# u'Dr. Varga Lajosn\xe9'

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

fake.prefix()
# u'Dr.'

fake.name()
# u'Tak\xe1cs Simon L\xe1szl\xf3'

fake.suffix_female()
# u''

fake.name_male()
# u'A. M\xe9sz\xe1ros Barnab\xe1s'

fake.first_name_male_abbreviated()
# u'B.'

fake.first_name()
# u'Bence'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.last_name()
# u'Moln\xe1r'

fake.first_name_female()
# u'Ilona'

fake.last_name_female()
# u'Nagy'

fake.first_name_male()
# u'Attila'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+36 41 531-0266'

fake.msisdn()
# '6566371029945'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Somogygy\xf6rgyi utca 190.\nH-3244 budah\xe1tn\xe9meti',
#     'birthdate': datetime.date(1988, 11, 3),
#     'mail': u'ilona47@hotmail.com',
#     'name': u'Simonn\xe9 Veres Erzs\xe9bet Ildik\xf3',
#     'sex': 'F',
#     'username': u'rkiss'}

fake.profile(fields=None, sex=None)
# {   'address': u'Hetvenh\xe1zai utca 104.\nH-8924 Szombathely',
#     'birthdate': datetime.date(1996, 6, 12),
#     'blood_group': 'A-',
#     'company': u'Varga Barna Kft.',
#     'current_location': (Decimal('-12.2096895'), Decimal('-121.597730')),
#     'job': u'K\xf6rnyezetfelm\xe9r\u0151',
#     'mail': u'vinczelaszli@hotmail.com',
#     'name': u'Hal\xe1szn\xe9 Dr. Lakatos M\xf3nika',
#     'residence': u'Tapolcan\xe1dasdi utca 46.\nH-2965 hetvenk\u0151r\xf6s',
#     'sex': 'F',
#     'ssn': u'23106101851',
#     'username': u'horvathjizsef',
#     'website': [   u'http://www.kovacs.com/',
#                    u'https://szilagyi.info/',
#                    u'http://gal.net/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(2004, 6, 9, 1, 37, 41), u'annadudas@fodor.info', u'kNeeCMNFUrLEBHlnkIJq', datetime.datetime(1973, 6, 15, 0, 14), u'qMjzvQVmLSnwGCDgcmCb', u'CbzoDAKySlGILcOKLcOg', u'NXNiQJdgimNOBMDCroKq', u'lilles@farkas.net'])

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

fake.pystruct(count=10, *value_types)
# (   [   3706,
#         6506,
#         4216,
#         u'DozojvHquFFlwcGEiVDo',
#         u'http://nemeth.com/about.php',
#         u'DMAfVaYVuVOZYoCmpkzg',
#         Decimal('0.478004919'),
#         u'https://www.kis.info/about/',
#         u'https://szabi.com.hu/wp-content/index/',
#         u'WISUhsPEIGXiGhSdlboR'],
#     {   u'atque': u'GpDfZAHuuPCrEtWoYUDQ',
#         u'dolore': datetime.datetime(1984, 4, 9, 4, 24, 37),
#         u'eligendi': datetime.datetime(1980, 2, 6, 16, 31, 45),
#         u'ex': u'CeMsqkzHrXRzRumtneJp',
#         u'iure': u'https://www.kiss.info/about.htm',
#         u'nulla': 8532,
#         u'quod': u'OWxopWXZfUPUoFUURoqO',
#         u'recusandae': datetime.datetime(2010, 10, 31, 21, 35, 8),
#         u'repellat': u'cXwfnJaXbLmrcHNhUUil',
#         u'totam': Decimal('3150.70346')},
#     {   u'corrupti': {   3: u'ffaEARUukrOTQSrhiDTd',
#                          4: [   u'MRWUCkwXkvfxTNyyJmWQ',
#                                 u'MugbKnboTqXbWbWyozme',
#                                 u'EiKPGixODKjizUskcvMO'],
#                          5: {   3: 4636,
#                                 4: u'http://www.sandor.net/category/app/app/index/',
#                                 5: [   u'LSknfiPoHKgOQjYEJqcy',
#                                        u'dorottyaveres@yahoo.com']}},
#         u'debitis': {   0: 9303,
#                         1: [8667069776.3, u'kbalog@gmail.com', 8139],
#                         2: {   0: 54.343666684,
#                                1: 4292,
#                                2: [-74019970288.24, -6811892.58603]}},
#         u'hic': {   4: u'https://www.sandor.org/blog/list/homepage/',
#                     5: [   u'https://juhasz.net/home.php',
#                            u'BRYBotTXfIhkNCojttnF',
#                            u'XyuIGVCEqLUeQHnoSGqy'],
#                     6: {   4: Decimal('-88.2'),
#                            5: u'cYXwAYZzuWkHOQqxsEEB',
#                            6: [u'neSJcNuQYQdTCTHpRLFl', 61454895.4628]}},
#         u'laboriosam': {   2: u'UzaxumOshylguXqJSEFU',
#                            3: [7062, u'ghegedus@gmail.com', 4259],
#                            4: {   2: 2010,
#                                   3: 9380,
#                                   4: [7364, u'tPGhrxlXNazTCAjdHWiv']}},
#         u'laudantium': {   9: Decimal('-6750658.0'),
#                            10: [   u'tzXJzKSIjRnoheKvmHqJ',
#                                    Decimal('-596968338.77'),
#                                    Decimal('-39317919.2394')],
#                            11: {   9: 6191.4,
#                                    10: u'lRikJFhuqsDSjpxMsyUK',
#                                    11: [   u'CELQLumCaJQkySVauplh',
#                                            2.903579574]}},
#         u'pariatur': {   8: Decimal('5084.5647631'),
#                          9: [   u'eFtfEnLkMKXbMMAFKBcy',
#                                 datetime.datetime(1989, 6, 19, 12, 54, 13),
#                                 -32.69314111623],
#                          10: {   8: u'JzIMKJUpIRLivDAfhahy',
#                                  9: 91071864027576.1,
#                                  10: [4745, -29134569490585.0]}},
#         u'provident': {   6: 9162,
#                           7: [u'LUiqxntGLfMHtzPLQXlc', 5880, 82.630105],
#                           8: {   6: u'XdthUSRGNktKdEJtfyeP',
#                                  7: datetime.datetime(2004, 1, 5, 9, 49, 51),
#                                  8: [8159, u'SDznDRVYUjRkRHoiWLAD']}},
#         u'unde': {   1: 3069,
#                      2: [2630673056.6, 3264, u'QZnAdXdTnXLvMRebUmZV'],
#                      3: {   1: datetime.datetime(1986, 7, 26, 3, 6, 42),
#                             2: u'LVykVrOHIaRvZUhFgIev',
#                             3: [   Decimal('865713.12'),
#                                    u'dGXUIndFcMPqRujlsjuQ']}},
#         u'vitae': {   7: u'https://balazs.com/login/',
#                       8: [   u'attila74@kovacs.info',
#                              u'PnphvQasssgAHzqeCjfG',
#                              datetime.datetime(1972, 5, 15, 7, 41, 35)],
#                       9: {   7: Decimal('-2.72738145181E+14'),
#                              8: u'uoMvKCgwAMxoqzCdJqtY',
#                              9: [   u'ZszAEynuUVUslfFVtjdn',
#                                     u'aiISpZsqITlujnQLuDgN']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'tamastith@yahoo.com',
#     u'caSGpblpdlwCtwLytAfo',
#     u'tisUStrJIXELXjtvOtXG',
#     Decimal('-134990312024'),
#     -48385606620.0,
#     2798,
#     u'aBcodQJMBnHnmXkePanp',
#     u'irMtKPNlPmJsISTelqGT',
#     datetime.datetime(1980, 10, 9, 18, 5, 24),
#     u'esztermolnar@hotmail.com',
#     u'vasslaszli@gmail.com']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'GhYUNFHuCeEDyamjrrBq',
#     u'whorvath@takacs.net',
#     Decimal('646804.419305'),
#     -7.6112809476043,
#     540,
#     datetime.datetime(1994, 6, 5, 13, 45, 6))

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'ThZxmuLqBtyIXsqZOfkQ', 80845.195493734, u'OtEXLLUhQxliWEZQNFOJ', u'onagy@bakos.net', u'JcdEcvUhwvrheukLxOxH', 144, u'CUrSIbISZLGIPHTPEOFp', 76616703.342652, u'nUpyAxzkUWdWxGawabgh', 4638, u'hiuLaRgZygTGSXGjdMUX', datetime.datetime(1970, 2, 8, 2, 56, 25), u'xfarkas@szucs.hu'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'adipisci': 1908,
#     u'commodi': u'KnYIoFwhqTpZrjERwYho',
#     u'deleniti': 4132,
#     u'ea': 5688381203267.0,
#     u'id': 4438,
#     u'neque': 982,
#     u'vel': u'PobVDsvPDqxbuPpBZHWK'}

fake.pyint()
# 9506

faker.providers.ssn

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

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2013-11-15 14:34:48 Firefox/13.0'

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

fake.opera()
# u'Opera/8.14.(X11; Linux x86_64; as-IN) Presto/2.9.185 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_5) AppleWebKit/5350 (KHTML, like Gecko) Chrome/61.0.843.0 Safari/5350'

fake.linux_processor()
# u'x86_64'

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

fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_8_4'

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