Language sk_SK

faker.providers.address

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

fake.street_name()
# u'Tbilisk\xe1'

fake.address()
# u'Kr\xed\u017ena 9/7\n601 57 Salka'

fake.street_address()
# u'\u0160kovr\xe1n\u010dia 5/2'

fake.postcode()
# u'537 72'

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

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

fake.country()
# u'Dominika'

fake.city_name()
# u'Pribi\u0161'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'226'

fake.street_suffix_long()
# u'ulica'

fake.street_suffix_short()
# u'ul.'

fake.city()
# u'\u0160t\xf3s'

fake.state()
# u'\u017dilinsk\xfd kraj'

faker.providers.automotive

fake.license_plate()
# u'270 FY7'

faker.providers.bank

fake.bban()
# 'DBUC5780869686239'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB36EBYN8450252836389'

faker.providers.barcode

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

fake.ean13()
# u'7357644259893'

fake.ean8()
# u'12390335'

faker.providers.color

fake.rgb_css_color()
# u'rgb(7,155,177)'

fake.color_name()
# u'SpringGreen'

fake.rgb_color()
# u'155,23,207'

fake.safe_hex_color()
# u'#ff4400'

fake.safe_color_name()
# u'maroon'

fake.hex_color()
# u'#1fa130'

faker.providers.company

fake.company()
# u'Baker v.o.s.'

fake.company_suffix()
# u'k.s.'

fake.catch_phrase()
# u'Ergonomic fault-tolerant application'

fake.bs()
# u'mesh sexy paradigms'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\nAndrea Morris\n3512655717015214 06/19\nCVC: 827\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'TIT'

fake.currency_code()
# 'SVC'

fake.currency_name()
# 'Turkish lira'

fake.cryptocurrency_name()
# 'Zclassic'

fake.cryptocurrency()
# ('UBQ', 'Ubiq')

fake.currency()
# ('NAD', 'Namibian dollar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 22, 17, 7, 18)

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

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, 4, 1, 15, 16, 6)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 10, 19)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 11, 1, 22, 52)

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

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 8, 27, 16, 9, 39)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 10, 1, 0, 16, 19)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1992-07-04'

fake.am_pm()
# 'PM'

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

fake.date_object(end_datetime=None)
# datetime.date(1988, 9, 2)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '1972-11-06T10:41:15'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 4, 13)

fake.month()
# '10'

fake.year()
# '1970'

fake.day_of_month()
# '26'

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

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

fake.century()
# u'V'

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

fake.time_object(end_datetime=None)
# datetime.time(10, 8, 36)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 17, 12, 24, 37)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1999, 12, 28, 8, 12, 40)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '15:18:23'

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, 9, 17, 16, 16)

fake.month_name()
# 'August'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(717, 8, 28, 19, 14, 43)

fake.time_delta(end_datetime=None)
# datetime.timedelta(9845, 68844)

faker.providers.file

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

fake.mime_type(category=None)
# u'video/x-flv'

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

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

fake.file_name(category=None, extension=None)
# u'tempore.docx'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'gonzalessamuel@pobox.sk'

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

fake.tld()
# u'sk'

fake.email(*args, **kwargs)
# u'griffithpaige@zoznam.sk'

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

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'privacy'

fake.free_email_domain(*args, **kwargs)
# u'atlas.sk'

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

fake.ascii_email(*args, **kwargs)
# 'sscott@post.sk'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'jamesjacob@martinez.com'

fake.domain_name(*args, **kwargs)
# u'torres.com'

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

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

fake.slug(*args, **kwargs)
# u'quasi-enim-labore'

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

fake.company_email(*args, **kwargs)
# u'vhull@patterson.com'

fake.uri()
# u'https://castillo.sk/post/'

fake.ipv6(network=False)
# 'a3ae:f1ee:10c4:f6f0:c9b6:6ea:950:6c44'

fake.free_email(*args, **kwargs)
# u'kennedyshelby@chello.sk'

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

fake.mac_address()
# u'48:c0:f0:51:70:0c'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-887004-20-3'

fake.isbn13(separator="-")
# u'978-0-901847-96-6'

faker.providers.job

fake.job()
# 'Aeronautical engineer'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Amet ipsam vel iusto in. Ab commodi iste quia.\nIllum iure voluptatem ratione sit esse ducimus natus. Non ab recusandae dolorem.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Quibusdam impedit totam. Mollitia quis error recusandae natus dolorum.',
#     u'Inventore iure illo nemo deserunt harum. Aperiam nesciunt eius perferendis.',
#     u'Cum corporis modi a ipsam. Repudiandae ipsam sit illo est. Nihil fuga possimus natus a voluptatem.']

fake.words(nb=3, ext_word_list=None)
# [u'mollitia', u'esse', u'quam']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Voluptas quos id.',
#     u'Libero facilis consequuntur eius cumque sapiente.',
#     u'Similique dicta quo eos.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Qui architecto recusandae corporis quidem. Doloremque voluptatem veritatis hic tenetur reiciendis. Libero quam officiis explicabo voluptatum minima.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Eius laudantium voluptatibus iusto.'

faker.providers.misc

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

fake.locale()
# u'es_CR'

fake.binary(length=1048576)
# bytearray(b"\x07\xa8\xf8\\t\xa1\x9d!\x93)\x8c5T\xd4{h\x1b\xce|\xbdW\xf6\xa6M\xfb\x0c.\xdc\x95y\xca\xa8c\x14\xec\xf5\x9c\xb1=M\n\xff\x9d\x1aI\xb6\'\x06\xd37H\x9d\x80\x93\xb7\xf6\x8b?[\x93\xc8\x90\xe8\xc1\x1eF\xd8\xe9\xcdC#\xe4H\x00\xda\xc0\xb8\xa2E8\xa0t]\xd3\r``R\xf9\x8f\xc7{\'\x8ae\xbd\xa7\x7f!\xa3.\xa9\x9d\xd1\xb2\x9c\xa6\xcf\x17`\x89q8\xcdU\'\xf9\xdb&(t3+\x99\xd3\xfe\x90\xd7.$\xa2\r\xf0Y\xf70\xbc\x8f~x\x8e\x9c?\x0e\x8e\x90\x84Z\xe9\xf7\x88Uk\xd5\xc7\xb8Z[\xd4\xfar]\x92\xa7x\xbbikqG]\x8d\xc7\x08:\xb9p\xeb\x02J^\xc95\xb5\xac\xd9\xdc?\xf0\xd8\xbc\x92G\x96W1\xb6\x81Z\'\x15FL\x1bk\x9e\x08\x15\xb9O\x9d\x9c\xb9wd\xb4\xe2\xd7\xfc\xed:O\xf0@\n\xdcP\xc9\xa6\xce\x9b\x03\xad\xb6_y\x89\xf6}\xce\xfc\x85\xd7\xb0\xb7\xc5\xbe\x0e\xf6 \xc7\x15nP\\s\xf4U\xe0DN\x1e=\xe2\x08X\xc2V\xbac\xce\x11\xb7ab\xc6\xd3\xb9qN2#i\x0c\x91\xee\x16\xc8\xf4o\x9c\x80\xad\x16\x9c]\xf7\xf2\xdf%\x14\xe5\t\x08\x9d\x05\xe1\xa8\xcdQ\xf3+\x98\xaa\xed=\xa0\xed\t\xb9\xa2\x96\xc1p\x82\x96\x0b\xbf\r\xfd\xc5\x82Em\xc7\xfe\xb2\xb5\x1a\x8cr\xe4@\xe5\xb2\xa4T.X\x02\xf0/W]\x15\xe7z\x85]\x9f\x08\xfa\xe7Y\x88\xaaok\x18^\xd2\xd3\xd1\x8b\x91F\xefM\xc56H\xbd\x8f\xc5\xb0\x1a\x95\xa4&\xeb]\xb4\xf9:>\xee\xa8j(\'pT\xf7nVZ\x0b\xff\xeeC\xaa\xf1\xc4\x0b\xe9Q\xd0\xc9\xcce\xc36\xbd@oz\t\xa7\xbb\xba\xf07\x8d*\xbc\x84\xe8\xa7\x1d\xea\xac\xbb\x8e\x8e\x1eg\x02\xfa\x89\xfc\xc4\x1c\xc8:q\xf3d\x9bf\xca\x13#*I\x891\xc5\xc9\xec\xfe\x84C\x03\xc7W(,\x0eG\xda@\x87\x7f\xb2\x872\x1a\x00ZD\xb9Ql\xf7\xf0V\x86\x93\x9d;\xecb\xc9\x19\xb3<\x8c\x83\xc3\xd3@\xc1\x90<D#\x9du\x90N\xd0\x82w\xb8n;qO[$\xee\xd7\x0b\x9c\xa1\xbe\xfcV(\xc2,\x84\x1e>\xad\xcc\xe8\xa2~\xe2.\x03\x93\x80\xe3Z\x8b\xd5\xb3\xbcM\x86\xfe\xc7\xa7gm|Wi\xe05{\xbd\x9al]\xb8\xb0\xce\x14\xd1\xfd\xa6\xe3\xf1LT\xec1\x02\x92m\xda\x83\x19\xb6=[\xe4\xc9\xbd\x8e\x86 \x03\xa3\xed\x8a\x820V)\x93\xd9\xfa`y\xd1\x87X\x8a\xc82/2!\x00:\xd1\xf6w\x80\xc6\xbd\x10y?*\x98\xdey\xa7\xda\xc3\x13vgC\xbc\x15/\xd6\xef\n\tZ\x06\x89\x8e\x00\xd2j\x8b\x8d\x8a\xda\xc2\x88w-PhWa\xd3$6y\xa2m\x19K\'\x94\x87\xf4H\xa5\xab/\xd7,\xb4\xfd?\x92::\xb04\x18\xc8\x7ff\x9da<\xb9\x87V6LN\x89\x84\xc3\x8b\xd3\x8f\xad\xe0\xb1\x9bG\xd5\xac\xb8gJw\x99awV\xff\xcdj\xb8\x1b\xba\x8c\x19\x1e\xd1\xa6w\xc0\xe5\xb63\\\xe5\x00\r\xa6\x89\x84t\xb0U\xf7\x84\xa0ij\x1d5\t\xf3\xc8\\v\x14V\xde\xb0\xe2\xba\xc8\xd6\xb3\xdf\x07eub\x97\x8e\x86pl\xb5\x88\xef\x1e\xe0\x8f5\xda\xc5Q\xf5\xdc\xb9\x04\x19\n\x1f\xac\x1d\x06`\x049\xae&\xf6\xaa>)_\xfd\xe4\xab\x10\x95L\xde\xd7\x92;\xadL\x08\x15mR\x8a\x19*\x7f\x99:.\xab\x83\x01\xaf]A\x978\xe7\xe2\x12\xc5\x9c\xf5\xf1\xd5:\x00@\x9fKM\xae\xafZ\x96\x8a\xfc\xdc\r\xc4\x9a#\x9ar\xb9\x92\xf5\x93\xc4\x12F4\x85\xb1Tf\xfa\xc6\xd1XI@ q\xa4\xe0\xcb\xea<\xc43\xad1:r\x8d;\x12\xca-J<C!\xbbHm\x8a\x13\xa5\xcf\xfc\xb6\xc9\xcb\x96\xfeI\xd7\xef\x83\xf4\xfe\x9a\x89\xc8\x95\xae\xe0\xb6\xf6\x98s\x0c\xbbC\x1b\xefl\x01\x81\xe5o\xf5z\xe6\xd472\xd3F\x8c\xf2\xafTtF2\x80\xc7\xa2\xdbf; \xcd\xe0W\x9a\xaf\xff\xa3\xfd\x14$<\x03co\x83~e\x0c\xb2\x89!\xfe\xcbq\xec\xabn\xcb\xbbB\xb5\xbf/p\xf7;#\xba\xcb|`\xf0#")

fake.md5(raw_output=False)
# '04af7f86cbcc2615b89fc5205d107c13'

fake.sha1(raw_output=False)
# '2ac1d568ec351fdaef47b8bc77612b2157e13686'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '1970ddfd60e5e6b4e4ed0939cef05c31440be831419fc340ed3c94453bbb8f2b'

fake.uuid4()
# 'ca926ad4-9c7d-83ca-f22e-fdc575cc8c9d'

fake.language_code()
# u'kok'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Robinson'

fake.name_female()
# u'Wendy Martinez'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Alexandria Frazier'

fake.suffix_female()
# u'DVM'

fake.name_male()
# u'Darrell Johnson'

fake.first_name()
# u'Kim'

fake.suffix_male()
# u'MD'

fake.suffix()
# u'MD'

fake.first_name_male()
# u'Marcus'

fake.first_name_female()
# u'Latoya'

fake.last_name_female()
# u'Skinner'

fake.last_name()
# u'Perry'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+421 944 783 022'

fake.msisdn()
# '0774256372668'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Zvolensk\xe1 5\n079 51 Tur\u010dek',
#     'birthdate': datetime.date(1956, 11, 26),
#     'mail': u'taylorjamie@chello.sk',
#     'name': u'Mrs. Paige Hardy',
#     'sex': 'F',
#     'username': u'pbarrett'}

fake.profile(fields=None, sex=None)
# {   'address': u'Nad ostrovom 89\n633 81 Skrabsk\xe9',
#     'birthdate': datetime.date(2005, 2, 10),
#     'blood_group': 'A-',
#     'company': u'Dillon v.o.s.',
#     'current_location': (Decimal('13.3011665'), Decimal('-179.059863')),
#     'job': 'Naval architect',
#     'mail': u'michaelle@post.sk',
#     'name': u'Melissa Flores',
#     'residence': u'\xdaradn\xedcka 9\n665 24 Smolinsk\xe9',
#     'sex': 'F',
#     'ssn': u'516-13-9399',
#     'username': u'halldebra',
#     'website': [u'https://gutierrez.com/', u'https://lang.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   1249,
#     Decimal('4490183.26'),
#     datetime.datetime(1998, 11, 2, 7, 45, 23),
#     -76014394.72,
#     Decimal('2.15099597178E+12'),
#     2457,
#     u'phines@gmail.com')

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

fake.pystruct(count=10, *value_types)
# (   [   u'iOAZRbCwzvGfNSxsnhTm',
#         u'UjFNMesuGmpJhvSiRcjG',
#         u'oconnorjames@zoznam.sk',
#         Decimal('-638.64'),
#         5043,
#         6184,
#         u'https://johnson.com/homepage.html',
#         u'hGPYmLEUWhWnbKVtjXaE',
#         3087,
#         1228],
#     {   u'deserunt': u'tWYmoqcXRZlKzCfxTShP',
#         u'dolores': u'RCyczHEmVZhmPiwqcpXY',
#         u'eos': 6079,
#         u'ex': 6996,
#         u'minus': datetime.datetime(1987, 6, 2, 20, 55, 23),
#         u'mollitia': Decimal('9.4'),
#         u'nulla': u'LOZIpXKcQrzxrwJPgNdu',
#         u'sapiente': 4795,
#         u'voluptate': 3459},
#     {   u'consequatur': {   3: u'xaTSlnFKGWiWFzXcbWOW',
#                             4: [3612, 3086, u'markcontreras@pobox.sk'],
#                             5: {   3: datetime.datetime(1996, 4, 30, 7, 29, 14),
#                                    4: u'HYfrXusxTgjQOiSHRDoi',
#                                    5: [1109, u'powershunter@inmail.sk']}},
#         u'dignissimos': {   8: -508940.79766236,
#                             9: [   -3.534,
#                                    -65876.0,
#                                    u'https://www.williams.sk/list/posts/home/'],
#                             10: {   8: u'ZVGvVCayVrHYmGWeHSvo',
#                                     9: u'IxSXEhgCVmKUbyoxlKUQ',
#                                     10: [   u'http://www.roth.sk/homepage/',
#                                             u'dYIzJcccWpUQehjavQRM']}},
#         u'ea': {   4: datetime.datetime(1991, 9, 5, 21, 1, 46),
#                    5: [   u'tammykim@chello.sk',
#                           u'cNLBXFzNgfyCRFwGiTPF',
#                           u'XmNaPtYWnjqZDhseNcIo'],
#                    6: {   4: u'YWfMSIihMFLAXnjEnjna',
#                           5: u'lindseygomez@chello.sk',
#                           6: [8510, 33716951.391]}},
#         u'et': {   1: u'BavnNjnTGcqcsTYMiruP',
#                    2: [   u'ocGbHabZiikReMzEhhbo',
#                           263,
#                           Decimal('3.10626984947E+13')],
#                    3: {   1: Decimal('-24537251927.2'),
#                           2: u'VYQhrmMihhbYOHdoWUQl',
#                           3: [   datetime.datetime(2011, 4, 24, 21, 38, 56),
#                                  Decimal('801512.0')]}},
#         u'modi': {   2: datetime.datetime(2014, 6, 4, 0, 16, 28),
#                      3: [   u'PDTuSYhLCZZuhNhxpWwJ',
#                             u'xwVEyHxOTiaBAvzDWPBn',
#                             u'ienglish@zoznam.sk'],
#                      4: {   2: Decimal('-97920.99816'),
#                             3: u'https://lynch.sk/main/',
#                             4: [u'cepoEDjgcHWmdUIstytG', 4898]}},
#         u'nisi': {   0: u'MiyGQPpkMACAtinUZPry',
#                      1: [   -645789985519.12,
#                             u'SJniyYbwuFGLcgefupjg',
#                             datetime.datetime(2008, 4, 22, 15, 17, 4)],
#                      2: {   0: u'KbzeIwPOyrGCzSafNGGN',
#                             1: u'BlzkWeYvbVGVtSjHescc',
#                             2: [   datetime.datetime(1971, 3, 19, 0, 25, 20),
#                                    7972]}},
#         u'rerum': {   5: datetime.datetime(2002, 10, 23, 8, 17, 33),
#                       6: [   u'http://www.whitaker.com/homepage.htm',
#                              Decimal('-61268407149.4'),
#                              963.6558],
#                       7: {   5: u'http://arias.sk/author/',
#                              6: Decimal('491.788937358'),
#                              7: [   u'GOhEgQCuwlPFALJPHxMZ',
#                                     datetime.datetime(2011, 12, 8, 10, 44, 33)]}},
#         u'totam': {   7: 1125,
#                       8: [   6928,
#                              u'IxasXCssJfwQeQaiKzCj',
#                              datetime.datetime(1992, 6, 25, 16, 1, 44)],
#                       9: {   7: u'ynRKUwPuPVLKIwNommGi',
#                              8: u'iXjBdfboiHdtTMqeVjlK',
#                              9: [u'VMIBuzOOuOBYoTVQEqPK', 4621]}},
#         u'veniam': {   6: Decimal('-27.8'),
#                        7: [   u'WkmWtBpWABbTXszrSmzL',
#                               Decimal('-670101.48942'),
#                               Decimal('-773961.352831')],
#                        8: {   6: 3547,
#                               7: 1266,
#                               8: [   u'millsryan@post.sk',
#                                      Decimal('-3.41946918693E+13')]}},
#         u'vitae': {   9: Decimal('1.8930132227E+11'),
#                       10: [   datetime.datetime(1991, 7, 1, 12, 35, 29),
#                               2780,
#                               u'pXblYLqTwgIWPIvDuHAa'],
#                       11: {   9: u'kimdavid@inmail.sk',
#                               10: u'qQavuqDqmmLnWGvXrtks',
#                               11: [   Decimal('-5.6614162'),
#                                       u'uaiHeovrTvsxjkgVFfHi']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('-90953369.0'),
#     u'douglasjames@pobox.sk',
#     u'valdezjeff@szm.sk',
#     u'RTczRWckewcrGydtKgHc',
#     datetime.datetime(1981, 12, 27, 0, 1, 43),
#     Decimal('-1.70667747813E+12'),
#     u'phillipsbarry@post.sk',
#     u'TwzIYYOsIRDQIkFrQiow',
#     3101]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   5074,
#     -845723305.5,
#     u'ljames@centrum.sk',
#     u'TwzrQDLkvxBuxYNpPvtl',
#     u'ittwERcSmInlDNaBVGDp',
#     u'jrfWpyHHkuwHjaqufoos',
#     1554,
#     -951872124802165.0,
#     u'dZWXyDjUILLXBccoaUGM',
#     3151,
#     4691,
#     u'IOUydqjDxJnnUlRYvZTt')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'kTaezsvaKXzgnhadXYJs', 39498861630.1379, u'jAdAnFTpfcYinNBleNBf', 5036, 397, 5806250553.9, u'mVwVWBFZMdwJQoNxnRem', datetime.datetime(2001, 10, 23, 21, 2, 16), u'aKxcXcQQSmXOzSlcKGwy', u'https://www.reynolds.com/', 2618])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'commodi': datetime.datetime(2015, 3, 22, 4, 45, 57),
#     u'deserunt': u'john32@szm.sk',
#     u'dolores': u'iRDeRSmAowJoeFyidJef',
#     u'facere': u'fgSrVcHAaMaoltsCwErc',
#     u'perferendis': 353,
#     u'placeat': u'https://www.ray.sk/category.htm',
#     u'provident': 8628,
#     u'reprehenderit': u'JMFNdAIfTItVVdFvKeSt',
#     u'sapiente': 5097,
#     u'ullam': 6365,
#     u'vero': 713}

fake.pyint()
# 8590

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'214-13-2949'

fake.ein()
# u'85-5706772'

fake.itin()
# u'999-70-2542'

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/2010-04-21 13:39:18 Firefox/3.6.3'

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

fake.opera()
# u'Opera/8.21.(X11; Linux x86_64; id-ID) Presto/2.9.176 Version/10.00'

fake.windows_platform_token()
# u'Windows CE'

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

fake.user_agent()
# u'Mozilla/5.0 (Windows NT 4.0; is-IS; rv:1.9.1.20) Gecko/2012-02-25 04:13:13 Firefox/3.8'

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_9_1) AppleWebKit/5352 (KHTML, like Gecko) Chrome/63.0.825.0 Safari/5352'

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

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