Language pl_PL

faker.providers.address

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

fake.street_name()
# u'\u017babia'

fake.address()
# u'al. Kalinowa 01\n23-031 Jawor'

fake.street_address()
# u'ulica Storczykowa 285'

fake.postcode()
# u'15-364'

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

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

fake.country()
# u'Mauritania'

fake.street_prefix()
# u'ulica'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'20'

fake.region()
# u'Podlaskie'

fake.city()
# u'Bi\u0142goraj'

fake.street_prefix_short()
# u'pl.'

faker.providers.automotive

fake.license_plate()
# u'4MQ K41'

faker.providers.bank

fake.bban()
# 'SXYF2029292262279'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB39BORN5299749361890'

faker.providers.barcode

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

fake.ean13()
# u'6281473661385'

fake.ean8()
# u'13319441'

faker.providers.color

fake.rgb_css_color()
# u'rgb(148,161,88)'

fake.color_name()
# u'Orchid'

fake.rgb_color()
# u'255,237,136'

fake.safe_hex_color()
# u'#33aa00'

fake.safe_color_name()
# u'navy'

fake.hex_color()
# u'#c18de3'

faker.providers.company

fake.local_regon()
# '23281575168856'

fake.company()
# u'Zieja, Piekara and Szyma\u0144czak'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Optimized neutral focus group'

fake.company_vat()
# '9223871920'

fake.bs()
# u'incubate end-to-end e-markets'

fake.regon()
# '233435217'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'American Express\nApolonia Husak\n344439894282925 12/24\nCID: 5132\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'WAVES'

fake.currency_code()
# 'HNL'

fake.currency_name()
# 'Lithuanian litas'

fake.cryptocurrency_name()
# 'BlackCoin'

fake.cryptocurrency()
# ('ETH', 'Ethereum')

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

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 17, 2, 0)

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

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2018, 7, 28, 14, 54, 47)

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

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 12, 3, 24, 32)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 4, 28)

fake.day_of_week()
# u'pi\u0105tek'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 2, 3, 9, 5, 45)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 10, 11, 21, 44, 27)

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

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 20)

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

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 2, 22)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1978-04-28T08:52:47'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2001, 11, 7)

fake.month()
# '11'

fake.year()
# '2011'

fake.day_of_month()
# '22'

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

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

fake.century()
# u'XVIII'

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

fake.time_object(end_datetime=None)
# datetime.time(11, 8, 19)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 3, 23, 14, 45, 16)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1970, 8, 2, 23, 37, 7)

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

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 1)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 4, 20, 6, 56, 2)

fake.month_name()
# u'lipiec'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1379, 12, 8, 3, 0, 12)

fake.time_delta(end_datetime=None)
# datetime.timedelta(8163, 80529)

faker.providers.file

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

fake.mime_type(category=None)
# u'image/vnd.microsoft.icon'

fake.file_path(depth=1, category=None, extension=None)
# u'/non/quo.mp3'

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

fake.file_name(category=None, extension=None)
# u'possimus.mp3'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'andrzej39@o2.pl'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/307/521'

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'andrzejszkoda@onet.pl'

fake.url(schemes=None)
# u'http://zacharewicz.net/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'search'

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

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

fake.ascii_email(*args, **kwargs)
# 'tkuffel@iskierka.pl'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'fabian26@madro-wyderka.net'

fake.domain_name(*args, **kwargs)
# u'zyga.pl'

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

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

fake.slug(*args, **kwargs)
# u'quae-ipsam-fuga-a'

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

fake.company_email(*args, **kwargs)
# u'tymoteusz29@sroga.com'

fake.uri()
# u'https://www.pawliczak.org/homepage.htm'

fake.ipv6(network=False)
# '9961:b5d6:219b:45b7:fc2f:b903:dba4:182'

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

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

fake.mac_address()
# u'47:0d:33:12:30:9f'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-08-372063-5'

fake.isbn13(separator="-")
# u'978-0-572-86615-0'

faker.providers.job

fake.job()
# u'Ratownik'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Ad cumque maxime ipsa tempore. Nesciunt aliquam perspiciatis quibusdam. Iure dicta suscipit ea ea ullam repellat.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Sint laudantium aperiam tempore dignissimos dolores. Numquam tempora eius fuga suscipit. Tempore quo aliquam culpa earum temporibus veritatis.',
#     u'Aut et facilis. Explicabo hic iure quo.',
#     u'Fugit voluptatem reiciendis amet. Voluptatibus rem enim id quam.']

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

fake.sentences(nb=3, ext_word_list=None)
# [   u'Natus provident labore.',
#     u'Debitis sapiente itaque ullam eum est.',
#     u'Magni ea quibusdam ipsa id unde beatae.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Deserunt qui possimus praesentium. Odio nulla cumque officia animi.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Vero voluptate eos.'

faker.providers.misc

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

fake.locale()
# u'tig_ER'

fake.binary(length=1048576)
# bytearray(b'\x85\xe6\xf6Z\xaa\xd1\xb5\xe3b\\3t\xa3\xa7Q\xfa\xaf\xa2c\x16\x1eT\xf0\xb7\x90\x1b?ut\x1e\xcd\x8b\xec\t\xc3CR\xa4\xd6\xf0\x05Y\xb9s\xd44\xf615\x15\x01\xae\xcbC^O3\xc0*\xaa\xc4\xc7\x9b\xccP\x90\xf3\xe2\xed\xedp\x19\x90\xea\xf0\x1c\x89\xbb\'\x88\xf7\xbe%1\xe9\x91-\xf7\xc6\xe4\x10e\xbe\xb0u\x7f\xbf\xf0y8\x95\x8e\x9f\xa8\xb3$\r\xc0\x86\xd9\x9e\xbc\x9e\xb1\xc7*kf\xd9\x0e\xcc\xb8\x1c\xb3\xa1?\x89&J\x04[\x92<E\xb1\xbc\xed\xa9Ys\xe7?{\xf6H\x10W\x888\xe0\xc9\x0eLq\xac!\x00Y:\xcd7\x83\x9c5~R\xafR\x82\x86{\x1bB\xf3\x1c\xd0\x8c\xd3\xf2\x10[\x8e\xcev\x89P\x13^\x05\x9f\xddQ\x00?\xedsK(\xb7\xe9\xc88\xbb\x16\x1b\xca7\xf3\xeds=\x80\x05\xcf\x05\xa7f\xd7\xc8\x8f9\xb5\x17\x89\xeco$\xcd\x13\xd5/\xef\xa0\xbf\xa2\x84\xc3\xb7\xe40a\xb9"_\x15\x16=\xbc\';k\xb3I\x12co\xd7O_\xc1\x90\xa1s\x02]\xcc4F\x1b%!\x0c\x18\x15\xc6Cj\x9b\x10\x8e\xc6\xef\x8a,\xce\x1f\xb0t\x0e\xc6Z\x1d{~\xbbs\xba\x8e\x88\xee\xa8D:\xc8\xe3\x98|e\r~\xfe]\t\x97\xf1{\xc3<d\xce\xb3P\xa5\xa8M\xc7\xf5\t|\xcd\x9d!\x10\xfcvC\xce`\xb3\n\x93\\\x9d\x86\x08\x12V;\x85\x9a2Gl\xec\xe7e\xcb\xb53\xc6\x08~\x89\xc8\x82\x12M\xa6j\xb2\x16\xfbb\xabD!b\xb7H\x07i`\xc7m\xe9\xca\xa5akl\xf1Lt\xfd\xc3\x14\xb3W!\x08\xbd;\x11\x7f\xcc\xddJ\x1bT\x8b\xdbnHSaDF\x85\x9c`|qF\x90\x04Z\x8di\x9d~\x91h-\xd51\x1f3\x116\xd02\x11[!\x14\x0c\'\xc7\x98\xfexg\xbf\xd2<\xb7\x7f\xde\\\xcd\x85h~\xf6g\x07\xcaQ\xce\x94\xff\xc9R"\xe76\xf3L\xacD\xf1\xfa\xd37\xcd\x82]N\x92\xe7:\xec+\x91\x9di\n\xf6\x1b\xb3\xeeD\xfc\x7f\xbd\x17{\x91$\xed\x93\xa0\xb4\xd0\x84\xd7\xcc\xaf\x95\x00\x08\x95\xd9\xcb8\xab\xb9T\xd7\x87\xed^\x8a\xb4y\x9dq\xeaG\xbe\xb4A\xdf@{\x05\xb7\xba\xad;\x81*|\xb8\xdb\xbe\xb7s\xf2\xdal\x01\xacqDz\x1d\xf3\x0c\x82^Rv\xc8\xee0\xcf\x85\xd0\x19\x8d\xad\xda\xc7\xb6\xa0\x05\xc9\x00\xd2\x0bL\x12\xd6\xf5\xde2\xee\xd4Ou\xc0\xf0\xcc^D\xfez\xfcd\xff\x13\xcbH\xdf\xc2#t\xae\xa5{\x8b\xd1\xf4\x82R\xe3\xd2`\xbc\x1a\xec\xff\xf3]a\x97\xec\xf5\x87C\x039W\x85\x01\xf8\xba\xf1\x84j\x08d\xb24U\xe5\xb2\x9e\xa5\xec\x0f^\xe4\x92\x93\xb77\xe3\x1a\x9c\xf1\x99Z^\x02\xbe\xec\x12\xf0\x94\xda-\x9e\xc2\ns-\x10>\x8a\xdb\x90\x8bA\x9d\x15\x94N\xba&\xedK\x1d\x9f\xd0\xfe{\x8b91\x0f\xae\x96\xaa\xf2\xaaVk-|\xbb\xf9\x9b\xe7uJ\x04t\x83\xc2\xb0]\xc0\xa2\x80*\xef\xf9\x9c\xed\xe3\xbb\xeah\xd9~`\xb8\t5\xbequ\xe5\xc9e\xb85f\xa7]\x1a\x1b\x8b\x9b\x84\xa8$\xc0\x04\xd5\x02\xffjbm\xf94\xf5\x19\xee\xf82fe\x10cs\xa6\x07\xf5\x18\xda\x93\xe6nr\x8f\xa3\x8b\x99\x11l\x9b4\xab\xbc\xc9{\xf1\xbb\xaf\xf7\nEz\x8e"/-\xfb\x88\xce\x9c\x93\x85\xda\x849\xaf\x02\xbc\xaf\x8db\xa5f\x07z.Z\x9al\xd6\xffK\x10\xbf\xb5?j\xc8\xb5\r\xfc\xb5\x16\xdd\x15Aal\x97f\x87\x12\xcc\xa4h\x99\x98\xf5\xfc\x96\x9e\x8d\xa2a\xedz,\xd9\xc2\t\xd3)R;\xa3_\x89@\xc1\x87\xf1\x1ek\xc5\xeb\x89=0\xbc\xce\xe0\xcd\x1c\tR\xf79\xd1\xa7?\x00\xa8\xcfHK\xe0\xcf\x9f\xa7iT\x10\x0cRV\xd6\xfai\x02\x11\xf1\x02\x1d}f\x8b\x9dg\xe7~e\xd6\xeb\x10c \xfd\xb5&\xf4\xd3/Ss5\x96\xa1\xb0i\xa2J\xd5\xe5\x7f\xf7V\xa9\xab\xd3$\xb4\x01l\xc4\rM(5J\xceA\xd8\x13DJUd\xdc"\x06_\x97\x92\xda\xa1\xec-9\xf0\xd3dBM\x0e\x8c-J\x06W\xa5\x89\x8f\xdfI\x05w\xd8Zw')

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

fake.sha1(raw_output=False)
# '0fcf83fa4692302e7c8403ff473537008297cfe7'

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '6535fb54f91d4b73621d47677a12167668d0105142a879963ea2272f15ad265f'

fake.uuid4()
# 'bc720a14-da4d-0b8e-8ae5-0c0fa140916e'

fake.language_code()
# u'mr'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Warzybok'

fake.name_female()
# u'Anastazja Klinkosz'

fake.prefix_male()
# u'pan'

fake.prefix()
# u'pan'

fake.identity_card_number()
# u'PGT633503'

fake.suffix_female()
# u''

fake.name_male()
# u'Eryk Bender'

fake.name()
# u'Ignacy Ku\u015bmider'

fake.first_name()
# u'Natan'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Marcin'

fake.first_name_female()
# u'Melania'

fake.last_name_female()
# u'\u017bach'

fake.last_name()
# u'Cheba'

fake.prefix_female()
# u'pani'

faker.providers.phone_number

fake.phone_number()
# u'794 420 433'

fake.msisdn()
# '9456718050154'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'pl. D\u0105browskiego 56/34\n78-666 D\u0119bica',
#     'birthdate': datetime.date(1909, 7, 17),
#     'mail': u'mytychpawel@gmail.com',
#     'name': u'Tobiasz Czermak',
#     'sex': 'F',
#     'username': u'pestaemil'}

fake.profile(fields=None, sex=None)
# {   'address': u'pl. Kolorowa 86\n82-039 Zamo\u015b\u0107',
#     'birthdate': datetime.date(1984, 1, 20),
#     'blood_group': 'AB-',
#     'company': u'Zemanek, Guziak and Rejniak',
#     'current_location': (Decimal('47.2905265'), Decimal('66.888064')),
#     'job': u'Portier',
#     'mail': u'adriannaromankiewicz@o2.pl',
#     'name': u'pani Natasza Gu\u017aniczak',
#     'residence': u'al. Morcinka 99\n52-867 Police',
#     'sex': 'F',
#     'ssn': u'11230527539',
#     'username': u'tadychada',
#     'website': [   u'https://wypchlo.net/',
#                    u'https://leszczak.pl/',
#                    u'http://kusmider-gasz.com/',
#                    u'http://www.kieca.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'eVgIPlepRvzURmWGwlbO', 3033480709.1043, u'roza12@druszcz-dubik.com', u'DCESKPYPvZkxqnaBmzWX', 1941945933.49, -905360632.593, u'wvmfppXIxQBIwbgOhqOP', u'dtAEUxiDQxDngFyVmNIY', u'unyc@hotmail.com', u'HbGuhmMTnZtxnRpNTnUd'])

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

fake.pystruct(count=10, *value_types)
# (   [   476431384282.26,
#         2641,
#         u'vklatka@o2.pl',
#         8218,
#         u'mmigala@onet.pl',
#         u'juliusz54@onet.pl',
#         -10437.0,
#         673166807.78469,
#         u'rafal69@szpara.com',
#         u'DSCEiPknOgbBwVyCeukD'],
#     {   u'amet': u'adawojsa@smal.net',
#         u'distinctio': datetime.datetime(1995, 9, 15, 19, 6, 38),
#         u'eum': datetime.datetime(1995, 3, 29, 8, 47, 13),
#         u'excepturi': 28237913086.199,
#         u'iure': u'geburaaurelia@gmail.com',
#         u'maiores': datetime.datetime(2005, 7, 2, 9, 48, 12),
#         u'minima': u'GHwigdbQZneowJXFfKNY',
#         u'molestiae': u'GdzLpHmdwRgywUdaWjUL',
#         u'occaecati': Decimal('787431.858'),
#         u'vitae': u'http://www.potaczek-wasala.com/index.asp'},
#     {   u'atque': {   6: u'http://troc.com/app/posts/list/register/',
#                       7: [   u'gabryszakkrystian@o2.pl',
#                              u'rcyNIPWpVcTmhbowBZkO',
#                              u'https://ciurus.com/'],
#                       8: {   6: Decimal('81728822884.9'),
#                              7: 920,
#                              8: [   Decimal('-160574961587'),
#                                     datetime.datetime(1985, 6, 16, 15, 56, 59)]}},
#         u'consectetur': {   5: u'BqxVwXcENBFDNRxTtSRc',
#                             6: [   datetime.datetime(1985, 10, 15, 21, 40, 20),
#                                    5542,
#                                    -49951.0],
#                             7: {   5: u'RQvYiXiirslwMEBTVziJ',
#                                    6: u'hzDSlEbKShInhvecXxym',
#                                    7: [8087, 8084]}},
#         u'et': {   1: datetime.datetime(1997, 6, 19, 4, 39, 33),
#                    2: [   2266,
#                           u'iLlTOsqjxtpvfpEEWpsn',
#                           u'pivNTlEzfHODsWuWHgWa'],
#                    3: {   1: 3459,
#                           2: u'kazubeknikodem@kolodziejak-falba.pl',
#                           3: [   u'vxPJAALFeRsVQYERztgX',
#                                  u'marcin85@yahoo.com']}},
#         u'eveniet': {   7: u'http://www.majtyka.com/home/',
#                         8: [   Decimal('-447979020.0'),
#                                u'aferet@interia.pl',
#                                u'http://dziewior.com/'],
#                         9: {   7: 68.624985928,
#                                8: u'RryZMGRbBhVCYBZPAqTs',
#                                9: [2135, u'HbpFgngJEOuKWLspzkXo']}},
#         u'illo': {   0: 3254,
#                      1: [   u'gzjJAQrDjzmdMyJsHuXU',
#                             u'xkrzywon@gmail.com',
#                             datetime.datetime(2018, 12, 15, 19, 53, 4)],
#                      2: {   0: u'hPYfwwkPtOwpzoBgOAkg',
#                             1: u'IzcrIgkzAaZhccVzXnSn',
#                             2: [Decimal('5943938.31647'), 1813]}},
#         u'magnam': {   9: datetime.datetime(2001, 12, 15, 2, 23, 2),
#                        10: [   u'https://www.kusik-soloducha.net/tag/author.html',
#                                9453,
#                                u'https://golczyk-rolek.pl/'],
#                        11: {   9: 474.156824661907,
#                                10: 9561,
#                                11: [   u'TDulInqWGVfAKFCOdFOF',
#                                        u'qpFyihBfLVhRRWaQLXFW']}},
#         u'provident': {   8: u'http://cheba.com/main/blog/category/login.htm',
#                           9: [   7570,
#                                  u'KQYUitkFHSLPHjhCFYmE',
#                                  Decimal('2045748.74')],
#                           10: {   8: Decimal('-23.6636518708'),
#                                   9: u'https://www.oglaza.org/blog/app/categories/about.asp',
#                                   10: [   5178,
#                                           u'cypriangral@gajownik-misiaszek.com']}},
#         u'repellendus': {   4: u'UJfABOStmehwzvFfGQkI',
#                             5: [   datetime.datetime(1989, 11, 11, 21, 33, 46),
#                                    Decimal('33523.219'),
#                                    u'tKrDfzEvLxLguVsyWbRI'],
#                             6: {   4: Decimal('88142153.7707'),
#                                    5: 10,
#                                    6: [9952, 5084]}},
#         u'sint': {   3: 1479,
#                      4: [   datetime.datetime(2008, 11, 17, 13, 51, 32),
#                             u'peWQCyzdjehTJxwygXLA',
#                             u'https://www.kajdan.pl/terms/'],
#                      5: {   3: -9.32747693481,
#                             4: datetime.datetime(1997, 2, 17, 17, 32, 40),
#                             5: [   u'https://www.sulich.pl/',
#                                    Decimal('-3917.60894458')]}},
#         u'soluta': {   2: u'mGtBHGwYQTOaNxEcQjsc',
#                        3: [   3928,
#                               u'mznifPkSLhTvQyCCYDWs',
#                               u'tadeusz56@starosciak-ulrych.com'],
#                        4: {   2: u'rafal94@szpyra-klaus.pl',
#                               3: u'pmysior@kesek.org',
#                               4: [353.436, u'QDpjoZpTnpNItBfraYKi']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime.datetime(2016, 8, 14, 21, 33, 11),
#     u'mkWVWoDccPmvqenTheHr',
#     u'http://www.bakun.net/home/',
#     3836,
#     8059348346491.79,
#     u'tEITWJQCfBkalPnZCUmV',
#     u'https://sankiewicz.com/',
#     u'tsALzLhAUanijweldszv',
#     u'rNVJCbEmNinVLMgzuEAp',
#     datetime.datetime(1986, 8, 16, 14, 27, 13),
#     u'julian24@policht.pl',
#     4283.236]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'rGpjrmGGBYIsfBIZPGVi',
#     u'hkRvBHhOLWQnQidJwxAQ',
#     u'http://sygut.org/category/blog/posts/category/',
#     datetime.datetime(1997, 6, 24, 19, 11, 44),
#     u'scCWTGrABTpIwQLYPgkX',
#     datetime.datetime(1988, 2, 23, 22, 45, 1),
#     3987,
#     u'http://walusiak-rurka.pl/tag/categories/category/',
#     Decimal('21607698.2264'),
#     u'jdnmhsBWKsIUEgmRQOlw',
#     datetime.datetime(1997, 3, 24, 9, 26, 55))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(2017, 4, 13, 10, 34, 25), u'JDlaXKXHYhUzQnxqCbDG', Decimal('9.73365241671E+13'), u'AamnqwDXzFbaCqJelmnP', 1666, u'FgtwCmSPvZVqKgxwpdDF', datetime.datetime(1971, 1, 24, 3, 30, 46), u'toniBCOvacdRozZRxOVO', u'lukasz14@kopyt-kopyto.com', u'ThgXEBvEszsDVUmlkrgs'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'alias': u'zIevijbCRtDiNKQwjOCW',
#     u'amet': u'ZQBYhwQHihjEGEykOBrL',
#     u'dignissimos': u'gbXatlgtWeYGmyJvDbUH',
#     u'dolore': 1555,
#     u'dolorem': u'VaTeuMyZUunmwKsUBJIm',
#     u'ea': u'foEAWoMukgTRXmRGZXCy',
#     u'facilis': u'vyvTGQGWJVAoPmYJFxQa',
#     u'illo': Decimal('7042439124.7'),
#     u'numquam': u'tJkqqJGhXHtPUcPRMVDO',
#     u'repudiandae': -722656985168.472,
#     u'saepe': 8982,
#     u'totam': 5819}

fake.pyint()
# 4674

faker.providers.ssn

fake.ssn()
# u'71102747313'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_4; rv:1.9.3.20) Gecko/2018-06-15 11:52:52 Firefox/3.6.2'

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

fake.opera()
# u'Opera/8.49.(Windows NT 4.0; tl-PH) Presto/2.9.181 Version/12.00'

fake.windows_platform_token()
# u'Windows 98; Win 9x 4.90'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/3.1)'

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_2; rv:1.9.2.20) Gecko/2013-02-17 14:20:11 Firefox/9.0'

fake.linux_processor()
# u'i686'

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

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

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