Language hr_HR

faker.providers.address

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

fake.street_name()
# u'Jezuitski trg'

fake.address()
# u'Gornje Prekri\u017eje 6a/2\n40392 Karlovac'

fake.street_address()
# u'Javorovac 0c'

fake.postcode()
# u'00095'

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

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

fake.country()
# u'Tuvalu'

fake.city_name()
# u'\u0110akovo'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'9b/6'

fake.city()
# u'Mursko Sredi\u0161\u0107e'

fake.state()
# u'\u0160ibensko-kninska'

faker.providers.automotive

fake.license_plate()
# u'LVZ L23'

faker.providers.bank

fake.bban()
# 'KMDV2657829793794'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB84ZCTZ5105625456453'

faker.providers.barcode

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

fake.ean13()
# u'6228395328187'

fake.ean8()
# u'80339892'

faker.providers.color

fake.rgb_css_color()
# u'rgb(163,37,198)'

fake.color_name()
# u'Naran\u010dastocrvena'

fake.rgb_color()
# u'151,61,135'

fake.safe_hex_color()
# u'#cc0000'

fake.safe_color_name()
# u'mornarska'

fake.hex_color()
# u'#90a00e'

faker.providers.company

fake.company()
# u'Nedi\u0107 j.d.o.o.'

fake.company_suffix()
# u'd.d.'

fake.catch_phrase()
# u'Seamless secondary service-desk'

fake.bs()
# u'strategize vertical experiences'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Discover\nMarina Soki\u0107\n6548529849781665 07/28\nCVC: 680\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'POT'

fake.currency_code()
# 'SAR'

fake.currency_name()
# 'Bhutanese ngultrum'

fake.cryptocurrency_name()
# 'Zcash'

fake.cryptocurrency()
# ('SRN', 'Sirin Labs')

fake.currency()
# ('RUB', 'Russian ruble')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 1, 9, 52, 47)

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

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(2001, 10, 16, 13, 21, 31)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2017, 7, 23)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 10, 14, 42, 3)

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

fake.day_of_week()
# u'\u010cetvrtak'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 1, 7, 0, 14, 53)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2009, 3, 22, 16, 16, 16)

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

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 37)

fake.date_object(end_datetime=None)
# datetime.date(2005, 2, 17)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '1972-08-01T12:19:40'

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(2012, 7, 13)

fake.month()
# '12'

fake.year()
# '1997'

fake.day_of_month()
# '17'

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

fake.timezone()
# u'Pacific/Majuro'

fake.century()
# u'II'

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

fake.time_object(end_datetime=None)
# datetime.time(18, 59, 50)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 13, 3, 46, 50)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1972, 7, 30, 13, 6, 7)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '21:11:35'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 27, 8, 50, 51)

fake.month_name()
# u'Kolovoz'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1515, 7, 24, 21, 40, 58)

fake.time_delta(end_datetime=None)
# datetime.timedelta(11913, 35204)

faker.providers.file

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

fake.mime_type(category=None)
# u'image/tiff'

fake.file_path(depth=1, category=None, extension=None)
# u'/atque/ratione.gif'

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

fake.file_name(category=None, extension=None)
# u'magni.pdf'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'crnekovicsnjezana@globalnet.hr'

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

fake.tld()
# u'com.hr'

fake.email(*args, **kwargs)
# u'spikajulijana@xnet.hr'

fake.url(schemes=None)
# u'https://www.darojkovic.hr/'

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

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'category'

fake.free_email_domain(*args, **kwargs)
# u'xnet.hr'

fake.safe_email(*args, **kwargs)
# u'czivkovic@example.org'

fake.ascii_email(*args, **kwargs)
# 'orlicerik@globalnet.hr'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'ivagabud@baricevic.com'

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

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

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

fake.slug(*args, **kwargs)
# u'maiores-atque-ad'

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

fake.company_email(*args, **kwargs)
# u'jele86@herceg.com'

fake.uri()
# u'http://www.balic.org/'

fake.ipv6(network=False)
# '963c:4607:dfe6:5a50:353e:8527:4db4:ea4f'

fake.free_email(*args, **kwargs)
# u'tspralja@net.hr'

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

fake.mac_address()
# u'6f:0d:ca:c1:be:5a'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-09-872174-8'

fake.isbn13(separator="-")
# u'978-0-15-068024-6'

faker.providers.job

fake.job()
# u'Magistar sestrinstva'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Vero doloribus autem aut. Neque nesciunt rerum distinctio.\nNemo soluta tenetur eveniet ipsam id. Odio fuga animi. Quibusdam voluptates maiores excepturi architecto. Suscipit error qui aut.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Nobis facere soluta facere aliquid aliquid. Eius sit illo unde eum consectetur eos.',
#     u'Mollitia modi nobis ad dolore placeat.',
#     u'Nihil eveniet deleniti et possimus itaque labore. Corporis saepe alias hic a.']

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

fake.sentences(nb=3, ext_word_list=None)
# [   u'Doloremque doloremque consequatur quos.',
#     u'Quasi magni quidem temporibus illo.',
#     u'Architecto quas explicabo magnam quod sint sint mollitia.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Quas a perspiciatis illum ratione excepturi suscipit.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Rerum corrupti non minima officiis quae voluptate accusamus.'

faker.providers.misc

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

fake.locale()
# u'mk_MK'

fake.binary(length=1048576)
# bytearray(b'\xd1\x9d \xc0\x010s\x0cD2r\xcbf\x15\xe7Q\xd7\x83r\xf5\xd1q\xedYM\xcd(\x89M3}\xefv\xaa\x8f\x07\xb4\x9a\xb8\xb4\x11T\xa29(\xa8O\xb7SEy\x92\x96\xf5\xcf\x17\xce%\xe2\xcdo\x1f\xb0\x0c\xb7\x17\xda\xaa\xc6\xfdw\xe9\xbb\x0e\xcf\xcb\x88\xce\x14\xbb0@\xcf&\xd0f\xa4\xec+\x92i\x00\xc3\x8bh\\8\x01ug(\x0cN\xd6A+\x9dp\x9cuR\xe5\x88\x922\xb3\xf0\xb5\xbc4\x1b\x96\xd8\x94\xf9\xe1\x8fhwh\xba\xf6ngJ\x9b\r\xe7\x9fO\xfe\x91\xee\xe0\x8b\xff\xa4\x98\xbf\xc4\xd3\x1e\xb7C/\xe2s\x1f@\xd61\xf0\x80\xa2\xf0_\x8d\xd6\x9b\xac\xc5\xb6c\xe9\x9c\x7fjg\xe3\n_\x18\xd5\x17s"\xa9P\xc9\xc0\xc4\x8e\xa7\x904\xda!\xd7\xf4\xb9I\xd7\x8bwK\xd1\x04\xc9}\xa6|\x9f\xddfbFM\xf9\xe8+0\xbf\xde\xc8#\x19\x12#\xd4$\xc1j`<\xf9\xb6Q\xc9\xfa\x97A^\x1a\x9e\xfa[\xec\xd3%D&}\x88T\x8f\xf6<\xed\ty\xa8\xd4\xdd\x86)b\xe4"x\xadx"\xdd5\xb5\xe1\xc1\xb1\'\xdcP`bTDH\xb0\xe0g\xa7\xfa\xbf\xde)\x12\x85\x9f\xf8A\rp\xe5\xb2byl\x87O\x91\xbf\x1e\xe3\x96\x1d\xe5\xfcW}\xfd\x07\x8b\xf5\xde\x1f_)\xe4\xf4\x11\x9dGYu\xd5\xcdn\xa7\x9a\x02\xc8\x84\xfe\xa3\xc9\xdb\xc9\xf08`\xe7vo$\x8d\x16D\x17\x15X\xd2\x97\xf0\xb19|\xa3\xc4;\xf6\xea\x15\x81p\xf5\x8dHtJB\xd2\xba\xa8\x0b5\xc4\x1ch\xd5\xbf$\xe4\xf30\xcb\xa2]\xecc\x8cm\xb1\x89\x92\xdaR\x82\xaa\xbd"B\xabm2\x1b\xa5S\xc1<\xdc\xb8\xcb\x9d\xd6\x98\xb8\xf7\xfc\x93\xe2V\x1a\x9d\x9fxN\xceZ\xdc\x05\xae\xfe\xdb\x92w\xbe\xe1g!\xd2ZW;\x98}\x80\xce(\x11p\xfa\xd6Q\xddN\xec&u\xbe}\x05\xee\xcc+\x0f&\xed\x1c/p\xe8L\xdd%\xe1\x1a\xb6i\x07\x1e\xc9ueCL\xe5/K\x90\xb3\x97o\xdck|2>d\xe0\xd9\xfa\xd1+k\x81\xc6\xb5\xbc\xe9c\xb4\x8f\xaf7\xd9\x86\x1f\xa7t~8|\xea\xa2\x16\xc1P\xc6\xc1>1`\xed<\x9b\xa1)\xc3\x85\xfbr\xb2\xc4\x12S\xd2;\xda|\xdd\xd3K.5\xc1gO\xa530\xbf4u^\xb6j\x06\xb3tJ\xad\x81;>G\xc4\x1dX)\xd5A\xd9\xbew\x97\xa5\xda\x18Y\xc56_Cw\x1b\xf5\x92\xa2\xa8\xefc\xf5ph\xb9r\xaf0\x122e\xab\\\x15\xd0\xeed4\x8c\xde\x88\xc6\x1b\xcc\xb39\xda\xde\x95}\n\x01\xd7+\x13Z\x9cd\xbeV\xd3\xbcN\xe0\xaeB%\xeb\x7f\x17\x8bP\xa7\x98\xa7\xa8T\xc8\xd7\xae\xb2G\xd6T2\xf0%\xaf\xcduI\xad\x13\x8d6\\\xcd\x9b1\xe9\xf4\x0f\xae`8I\xf2|\x12:\x1f\xa6\xbc\x07\xdc\xdc\xe9C\xc8\xee\x13m\xba\xb4~;\x9e\xaf\xbc\xce\xaeK\xa8\xc2\x85Z\xb0~U\x86\xbb\xa3(N\xa0\x9a\xb2\xff\n\xe7a\xc9\xa7\x18\x055%-\xbb\xab \x8b\x9b\xf8\xa0\x08\xa8\xea\xc5&\x86\xaetdW\xba\x0cU#\xbb\xa5\x11\x0e&\x12\x14k\xa8^\xc7/bW%\r\xddy\xcb\xda\xcf\x8as\xa2<\x0e\xc0\x88\xd5\xbfN\x8e\xb7\x10}o\xbd\xe0\xb0g\x0c\x02\xa7\'\xf5]\xdeW\x7f*B\x88ug\xb5#\xf5u\xcc\xab]\xae\x003\xc2#\xebD\xf5\x94\xcd\xa3+\x87\xe5\xa0\x92\x94\x9d\xff\xdf\xd2!m\x11\xce\xc6\x86\x87@\naLl\x9c\xec\x88A\xc4\x86\xad\x1a{\x1edy\xac\xa5\xf4\x7f\xa7QI\x0f\xe0m4b\xe0BA\x84U\xf6N\xf1#\x03\n\x83c\x8eT\x1b\x999]\x14\xe9\x90\x1a\xf9\x1aa\x8b\xeb\xef\xc7\xe9\xdf\xa4\xa2\x8c\xe1\xd7\xe7Z=x]\xd4\xdcW\xde\xe6\xc1\x14\x116\x99\xfa\xb6\x9cj^\x9f\x18S\x8dWX\xb5/~1jg?\x80\x1b\xea\x1a{\xb5\xc7\xd9|\x06\xa1.K\xf5\xdf\xfaW@\xfd\x80\x8e\x9c\r\x08\x99\xf5\xea\xed\xf0\x99\x12\xce\x9f@\xb2\xdfP\xf3Rzu\x1f\xd1\xf3\x9c\xae\xdcV\x8f\x0b\xc2\xd7\x0f\xa6K47_\xee\xfa\x01\x80\xeaA\xeb\xe2\xac\n')

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

fake.sha1(raw_output=False)
# '60f60e605e2804850b9b218f3432de010a2d13d8'

fake.null_boolean()
# False

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

fake.uuid4()
# '903f628d-2f2e-ac92-d99a-a33095798a71'

fake.language_code()
# u'tg'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'\u0160imunovi\u0107'

fake.name_female()
# u'Nada Ili\u0107'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.name()
# u'Matija Tu\u0161kan'

fake.suffix_female()
# u''

fake.name_male()
# u'Lara \u0160urina'

fake.first_name()
# u'Marina'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Dino'

fake.first_name_female()
# u'Hana'

fake.last_name_female()
# u'Bo\u017eanovi\u0107'

fake.last_name()
# u'Kirin\u010di\u0107'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'022 256 772'

fake.msisdn()
# '8614468225185'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Zamenhofova 4b\n37925 Karlovac',
#     'birthdate': datetime.date(1940, 8, 7),
#     'mail': u'karlakalazic@zagreb.hr',
#     'name': u'Nikolina Vitasovi\u0107',
#     'sex': 'M',
#     'username': u'jrumora'}

fake.profile(fields=None, sex=None)
# {   'address': u'Kamaufova 6a\n47129 Biograd na Moru',
#     'birthdate': datetime.date(2005, 12, 12),
#     'blood_group': '0+',
#     'company': u'Ri\u010dko d.o.o.',
#     'current_location': (Decimal('-20.4257125'), Decimal('149.889792')),
#     'job': u'Muzejski tehni\u010dar',
#     'mail': u'barbaragabud@t.ht.hr',
#     'name': u'Danijela Plantak',
#     'residence': u'Magdi\u0107eve 15\n08060 Orahovica',
#     'sex': 'F',
#     'ssn': u'94725831606',
#     'username': u'franjobajan',
#     'website': [   u'http://www.maricevic.info/',
#                    u'http://www.bogadi.com/',
#                    u'http://grbac.com.hr/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'YuuzRwRsnnQlFDezzBCG',
#     u'https://www.mikulandra.com.hr/main.asp',
#     9036,
#     948,
#     8789,
#     51673213655.0,
#     u'xuAXUGhPlKTYQJcAkspA',
#     3772,
#     7070)

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

fake.pystruct(count=10, *value_types)
# (   [   -83815122005.9,
#         950730.122004,
#         u'ljiljana97@yahoo.com',
#         datetime.datetime(1978, 1, 15, 8, 49, 27),
#         u'SBMQmuQdrrGuNrlpNcZo',
#         u'NtKpjRPRiLrajQZqnxTf',
#         7024,
#         u'XekJjecDcLXqLPinGzTc',
#         u'MFPNMVQUjbGjrEPgmbVN',
#         6254],
#     {   u'corrupti': datetime.datetime(1974, 12, 3, 8, 37, 18),
#         u'cum': u'vMpuVcFAFfxEYvpskYXD',
#         u'hic': u'ARaCmWwqGTunkNTzowia',
#         u'in': u'hbatrac@poropat.org',
#         u'itaque': u'gXVfwEgPBgJRylUYIrFB',
#         u'iusto': u'JifVJYLVMURjLrhppKjL',
#         u'laborum': 2152,
#         u'minus': -9244044.2137,
#         u'nemo': u'vGOVbhNWDkBmoPCkefoa',
#         u'quo': 6978},
#     {   u'accusamus': {   4: 46.167293166999,
#                           5: [   u'jdOBbkGbrGpibUUmHlej',
#                                  u'fwReURmivFnCkIyqkbFP',
#                                  613],
#                           6: {   4: 9758,
#                                  5: 74925.0,
#                                  6: [3888, u'HDJgbNLOccyHENjTVXmt']}},
#         u'aspernatur': {   6: datetime.datetime(1977, 10, 25, 19, 41, 37),
#                            7: [   4296,
#                                   u'KAnMqpNwEUiGHAsudVlA',
#                                   u'stefanija72@yahoo.com'],
#                            8: {   6: u'MYKuXsEqzboPlfBdRnhH',
#                                   7: u'PWsevTkLmIsiFIwgzsTw',
#                                   8: [   u'HeBJAIBebOnXTYlGYgLi',
#                                          u'mihael56@milovac.net']}},
#         u'autem': {   2: u'miskovicpatrik@skoda.info',
#                       3: [   datetime.datetime(2005, 7, 27, 3, 25, 6),
#                              u'mHOMeEOtVztuHxriemPf',
#                              9979],
#                       4: {   2: datetime.datetime(2018, 2, 28, 3, 22, 37),
#                              3: -5962150.335,
#                              4: [   datetime.datetime(1990, 1, 9, 20, 5, 38),
#                                     u'EsLlqnkEwEsEFmkCbKSx']}},
#         u'cumque': {   1: Decimal('586425253256'),
#                        2: [   u'wRUgcchaFaAURMZLIOZo',
#                               u'ymRmoELUjcpzQhpaKqin',
#                               u'juXqRLqkHAtEjJDQKavt'],
#                        3: {   1: u'http://cvitan.biz/categories/categories/login/',
#                               2: u'DSGUcVEsParmKzMxljia',
#                               3: [   datetime.datetime(2016, 3, 17, 12, 3, 21),
#                                      u'hrLjpAWHFozszpjblYbV']}},
#         u'dolorem': {   3: datetime.datetime(2006, 5, 12, 13, 7, 46),
#                         4: [   Decimal('-72818.57374'),
#                                u'aYxNeksHZhnUjurkiNTv',
#                                u'uUqusoNymEPBQNspEuSM'],
#                         5: {   3: u'hana12@cubric.info',
#                                4: 4778,
#                                5: [4076, u'jelenajelic@zg.t-com.hr']}},
#         u'est': {   7: u'GsijLrsElyXnqputEVno',
#                     8: [   Decimal('-881.3079373'),
#                            u'JezbyluXVsdFXyPOfYuS',
#                            u'kQabcInHdgJnrpeTuGrv'],
#                     9: {   7: 2014,
#                            8: u'pmehnIwKhJTWexOieXaA',
#                            9: [88896323130388.7, 3826978109.287]}},
#         u'explicabo': {   8: u'RcGEfNsGtyKGVkwwltUO',
#                           9: [   u'XIAJtXDIsWijbbCzFziR',
#                                  u'https://www.mikic.com/post.html',
#                                  Decimal('716685312398')],
#                           10: {   8: datetime.datetime(2004, 7, 14, 15, 35, 24),
#                                   9: datetime.datetime(2017, 5, 31, 15, 7, 46),
#                                   10: [8504, u'FqrthCNWeaMOYLnthtXn']}},
#         u'hic': {   0: datetime.datetime(1986, 1, 10, 8, 6, 15),
#                     1: [   Decimal('-760050945.0'),
#                            1457,
#                            u'http://sverko.net/faq.htm'],
#                     2: {   0: Decimal('1734851.0'),
#                            1: u'https://www.marinovic.org/categories/tags/register.asp',
#                            2: [   u'QrWGlEZFSTVVRVjNAuSJ',
#                                   u'BedsgcIjNWFMXOQlMkgc']}},
#         u'impedit': {   9: -344130.4267,
#                         10: [   u'uzZbzRohUFxXadxjNgDl',
#                                 u'http://miskovic.com/search.jsp',
#                                 u'https://orsulic.org/index/'],
#                         11: {   9: u'kNSAZgaRSlGNYNtfwRkq',
#                                 10: u'jvocLFbwNDSDoIiIgOTB',
#                                 11: [416235.62259874, 2813]}},
#         u'quos': {   5: u'vTLbyoETDwXUtsldgrrT',
#                      6: [   3934,
#                             u'marijana48@net.hr',
#                             u'xLBrYkWimakhLQrenHzl'],
#                      7: {   5: 397234725516311.0,
#                             6: u'vjdyKIFSUiMjeawWCuuy',
#                             7: [   Decimal('743916626442'),
#                                    u'yspoljaric@roce.com']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'zxPKQuwevmmjEyWHjKhr',
#     u'EdlWfQuoDozCTQlwBrho',
#     2475,
#     u'CCzxWxQlaQzQnYDWEMvN',
#     6831,
#     7250,
#     u'ZcOwptlKquiWxqAazJfi']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime.datetime(2015, 12, 19, 2, 16, 27),
#     u'jbnKbRUHFtUUbGKaqKvE',
#     Decimal('-6.41741772687E+13'),
#     u'ZfdFAmfGNfUkgsFouiVC',
#     datetime.datetime(2005, 7, 23, 21, 27, 32),
#     3401,
#     u'imEBExuGBwzrFPEBccYq',
#     5235,
#     datetime.datetime(1989, 2, 6, 23, 17, 56),
#     2616,
#     datetime.datetime(2003, 10, 20, 23, 15, 27),
#     u'UHJmVgSfANHKRUhyIyPf')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'AHEICuyPnRCINtIBLYpt', datetime.datetime(1998, 1, 17, 8, 21, 11), u'uBAzVXDHwIQCMsnZJnAt', u'patrikbelosevic@gracin.biz', u'TYpFkOfbEUCRRjATQXHc', u'HfqspDEnNRoakMqitGbP', datetime.datetime(2012, 4, 22, 3, 9, 10), u'https://www.sedlar.info/explore/author.htm', u'terezijahadrovic@hotmail.com', 4029])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'harum': u'YbivGEBUiJxCWVBkmDXo',
#     u'impedit': u'msDUtfqbtvlZDjnFDvZt',
#     u'in': u'MGpPTiAMTDdUkbObXATd',
#     u'iste': datetime.datetime(1989, 10, 23, 21, 10, 40),
#     u'laboriosam': datetime.datetime(1991, 12, 2, 7, 3, 46),
#     u'magnam': u'bgdqHCiggsdetSFyXJEu',
#     u'molestiae': 2196,
#     u'necessitatibus': u'http://mihic.net/faq/',
#     u'nobis': u'YjiGuTqRrCIbaEekYtFt',
#     u'omnis': -196785906.1,
#     u'quaerat': 8886,
#     u'quisquam': -99944727875048.1}

fake.pyint()
# 4845

faker.providers.ssn

fake.ssn()
# u'32978465100'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2011-06-04 22:42:54 Firefox/3.8'

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

fake.opera()
# u'Opera/9.97.(X11; Linux i686; hr-HR) Presto/2.9.177 Version/10.00'

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

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

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

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

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

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