Language pl_PL

faker.providers.address

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

fake.street_name()
# u'Jarz\u0119binowa'

fake.address()
# u'pl. Torowa 285\n83-759 Boles\u0142awiec'

fake.street_address()
# u'plac Rynek 42'

fake.postcode()
# u'93-153'

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

fake.country()
# u'Sweden'

fake.street_prefix()
# u'ulica'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'45/25'

fake.country_code()
# u'KR'

fake.region()
# u'Ma\u0142opolskie'

fake.city()
# u'Gorz\xf3w Wielkopolski'

fake.street_prefix_short()
# u'ul.'

faker.providers.automotive

fake.license_plate()
# u'001875'

faker.providers.barcode

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

fake.ean13()
# u'4629351598026'

fake.ean8()
# u'47384347'

faker.providers.color

fake.rgb_css_color()
# u'rgb(78,22,107)'

fake.color_name()
# u'DarkCyan'

fake.rgb_color()
# u'190,69,198'

fake.safe_hex_color()
# u'#449900'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#d5e220'

faker.providers.company

fake.company_vat()
# '3371481449'

fake.local_regon()
# '91607768624200'

fake.company()
# u'Kukawka Ltd'

fake.company_suffix()
# u'Ltd'

fake.regon()
# '878932382'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'Mastercard'

fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nRobert Fo\u0142ta\n4212335239627 01/24\nCVC: 184\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'VTC'

fake.currency_code()
# 'MKD'

faker.providers.date_time

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2001, 11, 24, 2, 17, 8)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2006, 7, 23, 3, 5, 24)

fake.time(pattern="%H:%M:%S")
# '18:43:35'

fake.date_time_ad(tzinfo=None)
# datetime.datetime(84, 3, 19, 7, 6, 6)

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

fake.day_of_week()
# u'sobota'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 6, 3, 21, 34, 41)

fake.time_object()
# datetime.time(13, 21)

fake.iso8601(tzinfo=None)
# '1978-10-01T08:52:23'

fake.time_delta()
# datetime.timedelta(11406, 28151)

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 40)

fake.date_object()
# date(1983, 3, 13)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 10, 11, 43, 20)

fake.date_time(tzinfo=None)
# datetime(1977, 10, 13, 21, 28, 23)

fake.date(pattern="%Y-%m-%d")
# '1976-10-19'

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

fake.month()
# '10'

fake.unix_time()
# 1321134829

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 17, 9, 57, 9)

fake.day_of_month()
# '16'

fake.year()
# '1990'

fake.timezone()
# u'Europe/Istanbul'

fake.century()
# u'XVII'

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 5, 18, 0, 2, 7)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 6, 24, 3, 11, 58)

fake.month_name()
# u'grudzie\u0144'

faker.providers.file

fake.file_path(depth=1, category=None, extension=None)
# u'/quia/enim.txt'

fake.mime_type(category=None)
# u'message/http'

fake.file_name(category=None, extension=None)
# u'porro.flac'

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

faker.providers.internet

fake.url()
# u'http://www.cuch.org/'

fake.company_email()
# u'apolonia92@kleinschmidt.com'

fake.uri()
# u'http://zbroszczyk.com/wp-content/post/'

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

fake.ipv4(network=False)
# '143.79.243.12'

fake.domain_name(levels=1)
# u'paszkowiak.org'

fake.tld()
# u'net'

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

fake.free_email()
# u'mieszkowaszczyk@o2.pl'

fake.slug(*args, **kwargs)
# u'excepturi-quam'

fake.free_email_domain()
# u'gmail.com'

fake.uri_extension()
# u'.jsp'

fake.ipv6(network=False)
# '4d0a:2269:da58:9e1b:dbd7:76:44f8:e86d'

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

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

fake.email()
# u'szarpakalbert@sarniak.pl'

fake.uri_page()
# u'post'

fake.mac_address()
# u'c8:0a:a5:19:fd:51'

fake.safe_email()
# u'fbrachaczek@example.net'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-61148-249-6'

fake.isbn13(separator="-")
# u'978-1-155-52913-4'

faker.providers.job

fake.job()
# u'Makler nadzoruj\u0105cy'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Eius rerum dicta aliquid ea corporis. Quaerat enim voluptatum quod vitae. Voluptates distinctio nostrum voluptate quas sapiente.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Commodi laboriosam enim et doloribus quisquam. Minus voluptas dolores ab architecto impedit pariatur. Unde perspiciatis hic nulla consequatur.',
#     u'Nemo tenetur laudantium neque dolorum esse perspiciatis. Neque velit ea exercitationem exercitationem voluptatibus. Eveniet officiis soluta consectetur consequuntur quod libero.',
#     u'Dolore tempore sint id labore mollitia cumque molestias. Modi soluta omnis dolor non praesentium expedita deserunt. Reprehenderit accusantium itaque earum ipsum recusandae. Dolorum fugit sit cum nam.']

fake.words(nb=3, ext_word_list=None)
# [u'animi', u'inventore', u'voluptas']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Optio minus cumque necessitatibus error at architecto quasi.',
#     u'Beatae maiores unde sunt.',
#     u'Fugiat nam dolore laudantium amet enim.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Veniam explicabo dolorum culpa. A necessitatibus nam iusto blanditiis culpa. Voluptatum officiis dolorem praesentium culpa soluta cupiditate non.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Aperiam dolor beatae mollitia.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'78x1K#ad^@'

fake.locale()
# u'wo_SN'

fake.binary(length=1048576)
# bytearray(b'B\x99\xd6\t\\&P\xac\x87\x88\xa3j\xae\nJr\xe6\x00\xfe\xfb(\x87\xba/\x19\x86\x01`\xd2\x12E\x9eC\n\xb8Zx?\xbd\xf8[\xeeh\xce\xd2I\xcd\xf1BD\xfd\x81-\xd7\xbf\x8bh\x8b\xf7k\xe27I\xce\x01.p\x1cv<A(\xe7\x1d\xff\x80[ca(\x17\xd7\xb8\xe3\x10\x87:\xe3"$?R\xdd\xa1}\x0c\x9f\x85\x9d\x0egl.I\xe7\x7fWw\xb7\x80X\\\x19\xc2\xb9\x9e\x90d\xd4?}\xd6A\xe1\xb5\xfc\x1f\x05\x0b#R\xf4\xfc\xb9\xbe\x7f+\xc2\xfeGLTD\xf3\xf5\xf6\x9d]\xfcT\xd5\xd6.\xac\xe9\xfbE.\x9bHMg\x1fI@\xc9\x0c#\xe2\t\xe9g\x7f\xb8\xcc\x89wG\xf7\xe7\xd9uA\x7f\x86y\xbd\x8c\xc1\x84\rT\x91\xd2\x82\xf8\xf0/\xbb$\xbbG\xec\x89\x02\xd7\xb8\x98\x83B}\xe9xU\xbcd\xdcA\xb6\x15\xf7A \xb3\x17\xe2\xa2\xdf`K\xd7@\xb5\xf7\x17\xd77`\xe6[\xdazL\x99m\xa7\xc5SDc\x8a>\xf1O\xf6\x16\x91{\xe1|h\xb4\x9a\xa5\x8f\xa9\x05\xa0#R\x1fI\xe5\x80\x14.\xfd\xa3\xfd\xdf>\xae\n\x13\x17\xd3\x0e\x07rJ\xc6\x95\x16\x1bw_F\xec\xece\xf9%\x8f\x89\x1a\x03\x96/r\xfb\xc8\xa2\xe9\xadCC\x8d\x05\xf5G\xdd\xc6\x93\x08\xcc1(_N\'\xca0\xb8\xad\x96\xbe)\xc24\xdbR\x90+\xdb\xb4\xcb\x99U\xc6\xa42\xf9\xff\xc9\xad\x15\xe3/`\xe3\xb2\xd0\xb9\xa5mQ\r<\x86\xee\xc1\xbd\xed\xf8m{\x98\xe1?\xdd\x0cz\r\x8bH\xb8\x8a\x83\xadfd\xbb\x9bc\'\x1ad\x14\x0f\xa6\x0c\xf9\x0c\xbd\xf9\x8e\nc\xb6\x99;\xd6\xcc?\xa2\x86M\x8e\x11[\xf0\xf5\x19S8\x0f1\x12cQ\xb2\xffp(\xa0\xf0\xcdZ\xfbCIiX.\x93\xd6\xd3%Gk\xb0h\xde{\xc1\xa7\xa7\x13\x1a\xf9\xfd\xe7h\x0e\xfd\x94\x9e\xeb\xe9\xe0\xa0\x10\xb7-\x03\x99\x107Tu\xd6\x96\xccR\xe4\x06%\xa9\x91M\xc3\x07\x0cD\x01y9\x02a\t\xfb\xca\x93\xe2\x1fu\xcb\x18\x05\x8cU\rT\x9e\x0c\xa9_i\xd2\xc5NB.\xb8V2\xa9\x8e\xac0z\x7f%\xc5LRg+\x9d5\xd6IK1U\x03\x0c\xb4\x07D\xd9\xa0\x1ev\xd2\xd6\x02\xe0~r[\x11\x1a\xc5\xc5\x92\xe2S$\x0e+\xc3\x93\xce\xb6(\xfd\xdc9\xee\xec\x0eQ\x87\xf2)\x04\x9d\xff+@e(\x08\xd0\xf0j\xc5\xa58{\xc1 w\xb3\xcb\xa0S\x90\xb6\x8f\xe2i\x00{\x145\x1d".\x85G\x84\xc4s]\xc7\x8fZ4\xbf:\xfd:\xc3\x04\x8c\xc5yL^/_\xb2\xaft\x87\x94\x98\xc9n\xeb\x83\xa70\xb5P\xae\xec\x01:\xfbh\x03ns\x1b\xe6\x1c\x17\\\xd7X2\x1c\xb1\xb5\xb4k\x02\x8f\xbd\xd5d\x91\xf0\xe3q\t"R\xa2\xc7]\x01\xb7\xd9\x87s\xc5\x1dp@X \x0f\x9b\xf9$\xd7.\xe2\x0c.w\\\'\xe3s\t$\xa5\xa5\xa6\xe0<%\x95\x1dv\x85=\r]\x01p\x85\xb9\xb4\xc8y\x06_\x9e\x8d\xd8\xae\x19n\x1e\xd9d$\x85i]\x13\xbf\x01\xe9\x1b\xd1,\xf5\xdeEv\xbaF\x02iO\xeb]\xb8\x83\x14\x17\xc1\xe0\x1cH\xd4\x87"\xf4\x08\xc3h\x87\xf1\x9ez\x94\xb0&\xb9$\x08\x95\x17\x01d\\\xd6\xa5\xf3@\xf5d\x12\xdbb\xa68\xf6\xd52:\x8e\xb0a\xbfek\xc1H\x0f%u\xdf&\xb0\xec\xab\xab\xe0\x1fB\x99\xccC^`]\x92^i\x8fDmW\x0br9RA\x00\xdb\xed|\rMs\x0c\xb4m\x9c\xa9\xe9\x14: n\xceM\x93\xae\xf4\xcc\x02\x11\xbe\x99\x80t\x86\xc7T\xb1\xe9:\xebh\xde8X\xe2Y&\x03x\x06\x98N\x18\xb0\xf2\x98\x02\xa4\x90(x\x01\xa1\xef\t\'t+\x97Q\x87R\xee \x1fWD\x90>4\x8b\x06I\t\xae\xaf\x85\xda\x81a\x0c\x97^\xb0\xe0\xb3\x1d\xf9\x85\xd4\x93\xc8\'RGM<-)\rxT\xad\xbf\x07\xec\x1dc\xdc\xaa~\xd0\xdf\x95\xb9\x0b\xf6\x1e\r >\xf5\xa4\xef\r8\xb6\x0b#\xb6\xb5Cq\xe0W\x15\xef\xc2\x8e\x8f^G\xc8\x0f,[p%\xb5\xa3a\xea\x1a{&\x02?[\xc6\xe6\x15')

fake.md5(raw_output=False)
# '73955f249bbd2e1a076e8e3b4a19a18b'

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

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '72b718be73b69fef4789b1d13487c6a77e10cc693d20842bbe2cc032183895c3'

fake.uuid4()
# '93ce15f7-905b-4129-4372-a757bbc9f27e'

fake.language_code()
# u'fr'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Wizner'

fake.name_female()
# u'pan Fabian Stark'

fake.prefix_male()
# u'pan'

fake.prefix()
# u'pani'

fake.name()
# u'pan Piotr Ambro\u017cewicz'

fake.suffix_female()
# ''

fake.name_male()
# u'pan Jan Cogiel'

fake.first_name()
# u'Aleksander'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'Konstanty'

fake.first_name_female()
# u'Urszula'

fake.last_name_female()
# u'Dyba\u0142'

fake.last_name()
# u'D\u0142ubak'

fake.prefix_female()
# u'pani'

faker.providers.phone_number

fake.phone_number()
# u'508 543 513'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'ulica Dzia\u0142kowa 76/56\n58-147 Sandomierz',
#     'birthdate': '1994-07-27',
#     'mail': u'dominikcias@onet.pl',
#     'name': u'Adam Pos\u0142uszny',
#     'sex': 'M',
#     'username': u'mrozekcyprian'}

fake.profile(fields=None, sex=None)
# {   'address': u'plac Orla 46\n52-791 Legionowo',
#     'birthdate': '1986-06-28',
#     'blood_group': 'B-',
#     'company': u'Brygo\u0142a Ltd',
#     'current_location': (Decimal('-71.7774645'), Decimal('15.926624')),
#     'job': u'Ratownik przedmedyczny',
#     'mail': u'karina53@interia.pl',
#     'name': u'Juliusz Felu\u015b',
#     'residence': u'pl. G\u0142owackiego 86\n99-799 Katowice',
#     'sex': 'F',
#     'ssn': u'08291377993',
#     'username': u'tomaszgusciora',
#     'website': [u'https://www.wosko.pl/', u'http://www.slupik.pl/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   8977,
#     u'UoUYWLfnwOIjcFXtPyYc',
#     u'http://kukier.com/post/',
#     u'maciejtylman@niemira.pl',
#     u'PlfSSIsuOZUhGsecjaSE',
#     u'vCIBJqQLMVxRJbSmhrMe',
#     -8358.1629294,
#     313722003289392.0,
#     u'cQLwocjIoPandlRKMRkw',
#     u'wielgoolaf@makurat.com']

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

fake.pystruct(count=10, *value_types)
# (   [   u'UzAYTnNfSkPwaqZPPDXI',
#         u'DnhSSogLkBwxQlDDilIi',
#         989.8622035,
#         u'HLjnZfZEMDLVVdmHnuIZ',
#         u'https://ziarno.com/privacy.htm',
#         u'RKKOcvzUwRhlrZtuqfNG',
#         u'cpPKVpocVfjJkpYotUgo',
#         datetime(2013, 11, 6, 17, 57, 32),
#         u'https://www.zbroja.org/terms/',
#         2002],
#     {   u'aperiam': u'qQXPwuvIDsWQMkExVANB',
#         u'distinctio': -753670897.123287,
#         u'inventore': datetime(1984, 8, 24, 7, 34, 17),
#         u'ipsam': u'OrvMlMIIDAVvlPlCGggm',
#         u'maxime': u'jakieldominik@onet.pl',
#         u'minus': 3858,
#         u'nisi': u'kapustkaoskar@przystupa.com',
#         u'recusandae': Decimal('4.51713056068E+14'),
#         u'soluta': datetime(2003, 11, 25, 14, 8, 28),
#         u'suscipit': u'diNtZNjCxciAfafrUxiI'},
#     {   u'aliquam': {   3: datetime(1990, 12, 3, 8, 39, 58),
#                         4: [   u'zAKzUFJOtSAOAkAnHwea',
#                                u'http://troka.pl/',
#                                1205],
#                         5: {   3: u'kdytrych@hyzy.com',
#                                4: u'YFRqackNPvVTmglrjFwG',
#                                5: [   u'http://www.wiaderek.com/',
#                                       u'mvaelXPFoCRbJXHwIBbS']}},
#         u'expedita': {   7: datetime(1984, 11, 24, 13, 30, 7),
#                          8: [   u'fIPPRMrKuFmqYKbXvXXJ',
#                                 u'zAiYbqZoLXMIZoxNuctE',
#                                 u'DYLFNcCiAjvzCeQRBccY'],
#                          9: {   7: Decimal('-5.05982454506E+12'),
#                                 8: Decimal('132.0'),
#                                 9: [u'nstarzak@sass.org', 6421]}},
#         u'hic': {   4: u'JKqHPuFekjEMzqkztRAz',
#                     5: [   u'EweLprTmyHZULMTRMEOZ',
#                            u'TepSstvRroLFYxOxyVTg',
#                            u'mjHGuGgtVhaareYLQEXK'],
#                     6: {   4: u'http://www.\u0142upina.pl/category/categories/privacy.php',
#                            5: u'FNiDPtQKGDgAATISLSep',
#                            6: [   u'adzika@gmail.com',
#                                   datetime(1991, 4, 7, 11, 43, 23)]}},
#         u'libero': {   9: u'FNqppReSgrboUkReAyqG',
#                        10: [u'iLOeLkCcpscXosyHqWAk', 8938, 4962],
#                        11: {   9: u'nzGkYPFAfcoXDhWBwoZf',
#                                10: u'ioKmjPkXvRONLwVqTCOW',
#                                11: [   u'JcmhRYQhqkmpvPgHqxfU',
#                                        Decimal('594555.5863')]}},
#         u'pariatur': {   2: u'gAOduWEgCvCETZSlLxvX',
#                          3: [   u'VukVLpaLojuyQZCTddDd',
#                                 u'HLaJlwDQFFEQJqdUaqBL',
#                                 7292],
#                          4: {   2: 7641,
#                                 3: 4737,
#                                 4: [   u'gumiennakacper@o2.pl',
#                                        u'DZyLZfAMJmhxCWsbDnut']}},
#         u'placeat': {   8: 9430,
#                         9: [   u'https://www.bruzda.net/blog/app/tag/register/',
#                                datetime(2007, 3, 19, 4, 5, 38),
#                                u'kbQpXOJGnaewrcJgdJjT'],
#                         10: {   8: 49131.24,
#                                 9: u'xKHYLlFVcROmJebFMmcY',
#                                 10: [   datetime(1990, 11, 6, 1, 21, 37),
#                                         Decimal('-6.89666761043E+13')]}},
#         u'qui': {   6: 9722,
#                     7: [   Decimal('16803170005.9'),
#                            datetime(1997, 3, 12, 9, 8, 55),
#                            10891839404443.0],
#                     8: {   6: u'https://www.lezon.pl/posts/category/terms/',
#                            7: 7588,
#                            8: [   u'aqZhoGtiVQwCkyWxVMJd',
#                                   u'kopikanastazja@prazmo.org']}},
#         u'saepe': {   0: u'QZYbaWUrwZTCMDNycmeJ',
#                       1: [   u'ZIuygTdQQdsQMacdOrgQ',
#                              2.4701392793,
#                              u'http://www.klucznik.org/register/'],
#                       2: {   0: u'juliuszraszkiewicz@hotmail.com',
#                              1: 593.0,
#                              2: [   u'NQTckswtWWuPOgcBhGov',
#                                     datetime(2001, 1, 16, 1, 19, 18)]}},
#         u'sed': {   5: 3612,
#                     6: [   u'http://nalewajek.com/home/',
#                            Decimal('-8.88662460063E+13'),
#                            3399],
#                     7: {   5: u'aLwHvfKEgeMJsBMSfiXA',
#                            6: u'vXFJnLULNbbyhkrrCFGS',
#                            7: [   Decimal('-1.2771881624E+14'),
#                                   u'https://wojtaszak.com/']}},
#         u'veniam': {   1: u'tadeusz10@fik.org',
#                        2: [u'ZnEnzlQdmcjcdQlbIRVY', 946, 8839],
#                        3: {   1: u'LujQvfJnBqzUYBYRLdmP',
#                               2: u'YzlfTFzCxTQtjLXooDsF',
#                               3: [u'IXbMdQTZTFmuChxODiFD', 4758]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   362,
#     -693379499030.2,
#     u'hubertcapiga@interia.pl',
#     u'giBRfxYywifOxRmncGvh',
#     u'wFMWipNMzXhldiNbKdIt',
#     u'QbCMgayMqWBqIHMWcIbR',
#     u'FFLxiJEdxCqaeMBCGatm',
#     u'https://www.freitag.pl/category/blog/posts/faq/',
#     u'WmLvLMLHwJBQQVVNlOEE',
#     u'fMAAXgdnRDFlvrCVmCsb']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'HfEDbOqToRFlLcePEAcV',
#     datetime(1994, 1, 3, 22, 43, 28),
#     u'ppyftBoMAKAedInCAisQ',
#     u'zkapalka@osica.org',
#     u'https://www.golon.pl/',
#     datetime(1989, 12, 8, 15, 49, 37),
#     2173775.5949298,
#     -8038997.92445,
#     u'EBqkDcnjuAMudbejkpHe',
#     datetime(1973, 12, 8, 5, 26, 2),
#     u'http://www.milczarczyk.pl/faq/',
#     Decimal('4655475915.18'),
#     u'lagiewkaklara@hotmail.com',
#     u'YQXilIlRejWQAJhMItkd')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([8548, u'https://www.wojniak.com/main/wp-content/main/', u'GShOeUNsVCwKpzjQFWSq', u'zarBgSYoNWuuQpMuhMkO', datetime(1975, 10, 13, 22, 18, 55), 910, datetime(2008, 9, 16, 14, 52, 52), 403, u'mbbZxxKVZokJDXstUjdB', u'gajagajzler@interia.pl', Decimal('-305277750.1'), u'VbuPxokDRDYsAinnGAGS'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'earum': u'wGynwgDZuVPpdPkZyTVm',
#     u'esse': u'iGkMFSVoLBEQsicGOoSJ',
#     u'est': u'bYoTMBRHhbfbRbxYHKSE',
#     u'eum': u'lfoVYrDqlhOSzuDdkhwC',
#     u'exercitationem': u'konstanty47@yahoo.com',
#     u'expedita': u'bGmOqFmxzJsDriywjkFH',
#     u'minus': datetime(1991, 3, 26, 15, 50, 45),
#     u'provident': u'https://www.borysiak.com/',
#     u'qui': u'dbEnRkibhRWmDSwZJztG',
#     u'veritatis': u'qErvFAYOPcCpTJmRrJTG',
#     u'voluptate': u'piwowarekjozef@pindral.org',
#     u'voluptatem': 8427}

fake.pyint()
# 3143

faker.providers.ssn

fake.ssn()
# u'74070878164'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.0; yi-US; rv:1.9.1.20) Gecko/2013-08-11 23:23:12 Firefox/3.6.20'

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

fake.opera()
# u'Opera/8.94.(X11; Linux x86_64; yo-NG) Presto/2.9.183 Version/10.00'

fake.windows_platform_token()
# u'Windows CE'

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

fake.user_agent()
# u'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/532.32.7 (KHTML, like Gecko) Version/4.0 Safari/532.32.7'

fake.chrome()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_2) AppleWebKit/5311 (KHTML, like Gecko) Chrome/15.0.882.0 Safari/5311'

fake.linux_processor()
# u'i686'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_6 rv:3.0; sc-IT) AppleWebKit/534.2.1 (KHTML, like Gecko) Version/5.0 Safari/534.2.1'