Language sk_SK¶
faker.providers.address
¶
fake.latitude()
# Decimal('-49.3354615')
fake.street_name()
# u'Pal\xe1rikova'
fake.address()
# u'Jazern\xe1 1357\n596 44 Plosk\xe9'
fake.street_address()
# u'Sienkiewiczova 1/6'
fake.postcode()
# u'006 24'
fake.longitude()
# Decimal('145.788558')
fake.country()
# u'Spojen\xe9 \u0161t\xe1ty mexick\xe9'
fake.city_name()
# u'Bre\u017eany'
fake.street_suffix_long()
# u'ulica'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('53.082075')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'1'
fake.country_code()
# u'PA'
fake.street_suffix_short()
# u'ul.'
fake.city()
# u'Stak\u010d\xedn'
fake.state()
# u'Pre\u0161ovsk\xfd kraj'
faker.providers.automotive
¶
fake.license_plate()
# u'0CTO 89'
faker.providers.barcode
¶
fake.ean(length=13)
# u'8366187395202'
fake.ean13()
# u'2534396555908'
fake.ean8()
# u'63719253'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(53,181,122)'
fake.color_name()
# u'DarkSeaGreen'
fake.rgb_color()
# u'103,131,19'
fake.safe_hex_color()
# u'#ffee00'
fake.safe_color_name()
# u'teal'
fake.hex_color()
# u'#713a30'
faker.providers.company
¶
fake.company()
# u'Baldwin Sandoval a.s.'
fake.company_suffix()
# u'a.s.'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'258'
fake.credit_card_provider(card_type=None)
# u'Mastercard'
fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nChristopher Dennis\n4621045787941 04/23\nCVC: 365\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '09/20'
fake.credit_card_number(card_type=None)
# u'4372631732326784'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'BTC'
fake.currency_code()
# 'BTN'
faker.providers.date_time
¶
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 1, 25, 23, 54, 18)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1996, 12, 11, 15, 46, 54)
fake.time(pattern="%H:%M:%S")
# '17:03:47'
fake.date_time_ad(tzinfo=None)
# datetime.datetime(798, 2, 24, 6, 59, 22)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 9, 4)
fake.day_of_week()
# 'Monday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 4, 4, 3, 4, 26)
fake.time_object()
# datetime.time(7, 1, 27)
fake.iso8601(tzinfo=None)
# '2007-02-25T04:26:35'
fake.time_delta()
# datetime.timedelta(2870, 64196)
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 9, 6, 20, 17, 20)
fake.date_object()
# date(1995, 11, 12)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 9, 13, 19, 15, 7)
fake.date_time(tzinfo=None)
# datetime(1996, 12, 15, 22, 35, 6)
fake.date(pattern="%Y-%m-%d")
# '1993-06-07'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 10, 6)
fake.month()
# '06'
fake.unix_time()
# 860335535
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 9, 5, 23, 9, 4)
fake.day_of_month()
# '06'
fake.year()
# '1972'
fake.timezone()
# u'Asia/Amman'
fake.century()
# u'III'
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xb4b3eb48>
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 3, 6, 16, 44, 43)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 9, 3, 22, 53, 23)
fake.month_name()
# 'October'
faker.providers.file
¶
fake.file_path(depth=1, category=None, extension=None)
# u'/iste/pariatur.mp3'
fake.mime_type(category=None)
# u'audio/mp4'
fake.file_name(category=None, extension=None)
# u'veniam.js'
fake.file_extension(category=None)
# u'mov'
faker.providers.internet
¶
fake.url()
# u'https://www.williams.com/'
fake.company_email()
# u'carolmurphy@lucas.com'
fake.uri()
# u'https://brown.sk/faq.html'
fake.domain_word(*args, **kwargs)
# u'brown'
fake.ipv4(network=False)
# '37.158.95.93'
fake.domain_name(levels=1)
# u'hernandez.sk'
fake.tld()
# u'com'
fake.uri_path(deep=None)
# u'blog'
fake.free_email()
# u'yvalenzuela@centrum.sk'
fake.slug(*args, **kwargs)
# u'voluptatibus'
fake.free_email_domain()
# u'inmail.sk'
fake.uri_extension()
# u'.html'
fake.ipv6(network=False)
# '2b77:3ef9:afa4:753:282f:e6cd:18fb:7f91'
fake.user_name(*args, **kwargs)
# u'lukechavez'
fake.image_url(width=None, height=None)
# u'https://dummyimage.com/519x628'
fake.email()
# u'vandrews@centrum.sk'
fake.uri_page()
# u'terms'
fake.mac_address()
# u'e5:70:aa:76:cd:a1'
fake.safe_email()
# u'epreston@example.net'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-7787-0001-1'
fake.isbn13(separator="-")
# u'978-0-8489-3678-5'
faker.providers.job
¶
fake.job()
# 'Dietitian'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Alias fugit laborum maxime aliquid rerum eius eveniet amet. Fuga sit eaque mollitia numquam. Quo iste ipsam eveniet praesentium. Molestias ullam repudiandae dolores quisquam.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Odit ea incidunt laudantium totam quos corrupti praesentium. Repellat iste repellat reprehenderit aliquid explicabo. Suscipit earum molestias facilis voluptatem suscipit natus. Sapiente a aliquam dolore natus cumque voluptas omnis.',
# u'Omnis distinctio odit eum dolor soluta. Aliquam laborum sint cumque hic voluptatum amet dolore iure. Eveniet aliquam temporibus iste tempore. Ratione quo ut a quae nemo nobis.',
# u'Officiis occaecati itaque consectetur qui excepturi sequi dignissimos. Maiores facilis dignissimos explicabo dolorem quod veritatis harum suscipit. Veniam voluptatum dolorem similique pariatur. Et quam quaerat eos provident iste placeat suscipit.']
fake.words(nb=3, ext_word_list=None)
# [u'deserunt', u'qui', u'labore']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Necessitatibus deserunt inventore deleniti amet recusandae.',
# u'Sint consectetur eius asperiores adipisci sit eum quaerat.',
# u'Quisquam praesentium deleniti ratione aspernatur.']
fake.word(ext_word_list=None)
# u'laboriosam'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Cupiditate sit nam voluptatibus voluptatum quisquam corrupti voluptate. Quisquam consectetur in hic corporis similique nobis error. Maxime tempore quos voluptates unde debitis eveniet. Molestiae perspiciatis quas aspernatur excepturi laudantium.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Corporis blanditiis delectus distinctio.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'*9YhnkVR*2'
fake.locale()
# u'sv_SE'
fake.binary(length=1048576)
# bytearray(b'\x9aibA\xb0z?\xaf-0\x17\x0eZ\xb8\xbdMY\x08\xb1\xd6\xe0\x1d9\xfe=\x8c\xca\x8f\xea}\xf6\\\xd9\xf1)\xcd\t\xf0\xf4q\x9ez\xff\xbb\xe1\xe6\x14\x84\xfc\'\xe5a7\xe4\x9a\xd8r\xaa\x92\x974j\x824\'T\x9a%\xa8qu\x95R0\xa6\x98\xa6pT\x13\xfe\x03\xab2pa\xab\xc0\xb2\x17]b\xaaN\xd3\xbe\xde\xcc\x92\xacZh\xbb`5\t\xcc{:/S\x05\xbcO\x8eg\xfa\xa0\xba\x8e\x0f\x17\x9b\x8aw\xd4*\xae9A\xb9[a\xef\xa9\xc7P\xef\x89\xa0\xe6*\xee)\x81\xf6\'tA\xf3+\x9c\x82 D5\xe08\x809\xe4\xc9\xcd\x8fR\x16b*f[2=\xf4\x8b\xb8g\xf7\xb4\x89\xf0L\x9a\xa2K8\x05\xd9\xa0eyl*\xfc\xb5\x0c)\xd3~\xe0/2\x01P\xda\xe6*\x97aL\xfd\x94_q\xd0e\x0ch\x83c\xc1\xd6d\xd8Q|\x0b\xf2\x9e\x87\x99\x08\xea\xaa\x83\x83G\x8aZ\xe9n\xa2\x91\xec\x03\xbf5\xb3\x11(\xe7\x1cw\x9f\x8a\xf2\x88\x16[\x92\x97@\x0c\x97\xd5\xf8\xa9]\\x,/\xe7\x820A\'\xdf\x0c\x0c\xf5\xa2=\x07\xd3I\x8a\xa5\x83\x1e0\xd5X\xe0M\xd2\x13\xc8\xf4\xecp\x82\x94}N\xc1\xe15\x04\xe6\xcb)\x96\xb9"T6,Cz\xc1\x942\x8f"\xfb\xf1f\xbd\x8c\xdb\'\x0f\x19.\xe6\x1c\xfb\xbb\xa6\xc8\xc8\xd6\xf63\xad\x04\x8d\xd1\xea\x9bq\xec\x95\x07\\5\xb1y\xaa\x84\x80\xbb\xd5\xbf\x07t\xf9\xb1\xc7\xf4|\x90\xfe\xe6U2[\xbc\xedo\xff\x1e\x16;Pl,\x97?\x00;\x8f\xa0\xd7c\xbcZwR0;\\\xcb\xfc\x99\x99\xbd\xb7\x86>l\xb7\x97S\x8f5\x04\xce\xd7[\x88\xe7\xce\xff\x06\xedp\xa8\xd7\xa3\x1aj\xc6\xc2G\xd3\x93}\x1fo\xfe\xb0\x9e3\xd4k\x94\x19-w\xf1\t\xc2\xcf\xc2\xf6\x8d\x00-B\x8f\xae\x94\xa0\xa4m\xac<\xa8?\xcd\x1b\xd4 \xe6\n\x95\xf0\xb5\xe7}\x0b\x9e\xbb\xcejm\x99\x80\xb5\x1a~:\xbav\xfe\x8e\x92\xfc\xfd\xa8\x1ey\x85w\x05\xcfu,\xc1\xa9\xd2+c\xd2\r\xe7\xdc\x95\xcaM\xd9\x04\xec\xb93\xcc\xcf\xc3\x95\x8e\x04\xee\x1c\xa9\xf0\x12\xf3z\xe7\x01.\xc80\xaa\xf2\xfd\x11:c\x86\x82\x17\xa28\x93\xaf\xbb\x0f"\xc0e\x95\xca/\x99()I\xe8\xb7\xe8\xa3\x18\xe4ayO\x9c_V\x81-\xd0\xeba6\x12`G\x9d40n\x95\x13Az\x86\x9au\xc2\xbd\xbf\xcaI\xe9\xc7\xdd\n\x99\xf04cJ`x\xebE&\x0b\xea\xf8\x99\xfe\x17\x94\x80\x83\xb9C\x11{9\x00\xd5\xdel\x11\xe71\xdd\xb9\xad\xd8\r\xc0\xb5\xe9Z\xcc\x8b\x17\x9b\x05\xe3\xeb\x86\xf8\xe8b\x0c\xe7\xfe\x19\x04\xb2\xe4\xca>\xb0\xd9\x91\xee(\xfb\xabn4\x8b\xa45\x86\x91&\x1e\x81\n\x15@;Y\xf7ui\xa5\xd9\xb6\xcc\xd9D\x04\xcdm\x96v3+\xe3x\x1f\n\xfc\x8f\x0b\x9c\xf9\x8eH`\xd8\xb6\xfaT`\xcb\xd5\x08\xb0a\xca\xf7r\xa2\xd1\x94\xc8\x9a\xb0F\xb2s\xce\xed4\xc7\xb8\x9b\xb4\xf8\xfe\x05\xe8\x9a\xe6\x90BS_:\x9f\x1aX\xd3\xf7\xf3\xedeX\'\x1bK\x85\xaeh\xd8\xfa\x94\xe2F\x10v?\x07g\x97\x1c\x8d\xf9\x96\x88\x87\x9c\x8f\x88\x8c\x9a\x1e\xb5\xd5\x12\xa9\x04!\xa2I\x1bE\r\xf1\x9b\xf5]\xc8\xa0\xc1.\xf3\x1bg\xc8\xf6[\xc3C\x06\x0b\xcf\xea\xa4\xc18\x85l\x80He\xbb\x0b\xfb\xcf\xb2\x04{\xad\x13\xb9\x11\xc5\x19\'g\xc2\x99T\x8b\x87\xcd\xd6\x93]",\x8f;4>\xebs\xdb\x9e\x9c\xd7\xec\x05\x8bn\xcf\xc7\xe6\x1b\xd1\xc1\xf93\xd3\xd2\xf3e\xc66\xdd\x00\xf3\x8a<\x11t\xd4+\xac\xcb\r\xda\xcd\x01qg2\x1f\xacD\x13\xbc\x84\xac\x19O\x89\x8f4\xe1\xd4\xb9\xbf\xf9l\xfdp\xe7i\xb5\x9f\x94\xa0fS\xda\x0euCP"\x85\xa0\xbb\xc5\xb2J\x15\xa0-\xda\x8a\xefg|\x8f\xc1<Z\xb2\x1e\x9aj9\x0bI\xfe\x99P\t\xe3Ga\xff\xc4\xbf\x16\xb1w\xf8\xaa\xc7\\Z\xd0\xfe\x89\xaf\x8d\x02\x8ax#\xc9\xdc\xdcO\xed\x00\xca\x17Q\xfe\x13\x19N\xc3 ua\x07J8n\xdfR\xf2\xa8W\x97w\x0c')
fake.md5(raw_output=False)
# '6f81312005c480d8d1975f673cb27660'
fake.sha1(raw_output=False)
# '2b2b715010ceaf76c96beddba7dd7c62b272885b'
fake.null_boolean()
# None
fake.sha256(raw_output=False)
# 'ab6eb2fb0ab126ab6feb39902d7ff8383d8dc3284d44b199131b6518275a82e8'
fake.uuid4()
# 'beacf4d8-77e7-a739-bd51-b664e9559efc'
fake.language_code()
# u'ln'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Dalton'
fake.name_female()
# u'Brandy Stewart'
fake.prefix_male()
# u'Mr.'
fake.prefix()
# u'Mr.'
fake.name()
# u'Tara Franco'
fake.suffix_female()
# u'MD'
fake.name_male()
# u'Brendan Grant'
fake.first_name()
# u'Jeremiah'
fake.suffix_male()
# u'Jr.'
fake.suffix()
# u'MD'
fake.first_name_male()
# u'Daniel'
fake.first_name_female()
# u'Misty'
fake.last_name_female()
# u'Costa'
fake.last_name()
# u'Phillips'
fake.prefix_female()
# u'Mrs.'
faker.providers.phone_number
¶
fake.phone_number()
# u'+421 906 230 815'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'Mr\xe1zova 05\n555 45 \u010eur\u010fov\xe9',
# 'birthdate': '2001-05-14',
# 'mail': u'lopezkimberly@szm.sk',
# 'name': u'Ashley Beasley DVM',
# 'sex': 'F',
# 'username': u'laura50'}
fake.profile(fields=None, sex=None)
# { 'address': u'Riznerova 96\n916 39 Porostov',
# 'birthdate': '2012-09-12',
# 'blood_group': 'AB-',
# 'company': u'Vance a.s.',
# 'current_location': (Decimal('35.611254'), Decimal('3.289313')),
# 'job': 'Commercial horticulturist',
# 'mail': u'kochpaul@zoznam.sk',
# 'name': u'Glenn Young',
# 'residence': u'Ulica 29. augusta 508\n148 08 Budim\xedr',
# 'sex': 'M',
# 'ssn': u'644-38-4585',
# 'username': u'icervantes',
# 'website': [ u'http://www.kirk.sk/',
# u'http://henry.com/',
# u'http://west.com/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'boFPMMKvkfrTPTgsDNBA',
# u'CzKBygwYjtcIAFiDlxGq',
# 6057,
# 9523,
# -78355285.0,
# datetime(1971, 7, 26, 21, 31, 12),
# u'othompson@gmail.com',
# u'lVqnRZbmuUkkaUPLAoQL',
# u'rachelholt@post.sk',
# 5712,
# datetime(1999, 11, 11, 19, 3, 35)]
fake.pystr(min_chars=None, max_chars=20)
# u'PyWelrtNiuEuMWAqKuCL'
fake.pystruct(count=10, *value_types)
# ( [ u'POWdZriTHXqRvFstVVFz',
# u'https://george.sk/privacy/',
# 2888,
# u'ZWFGuQpSuQuptgiuVKjG',
# 805653631.643876,
# 2885,
# u'dunntina@atlas.sk',
# 13048.31055968,
# datetime(1981, 8, 2, 9, 31, 25),
# datetime(1993, 1, 25, 4, 54, 6)],
# { u'aut': Decimal('5.12504435747E+14'),
# u'eum': u'nmsfvbxcKrQGTWxdTwuR',
# u'exercitationem': 968607694770517.0,
# u'facere': u'williamsmichelle@chello.sk',
# u'magnam': -9843384715.6,
# u'mollitia': datetime(1988, 2, 9, 9, 17, 39),
# u'necessitatibus': u'TCFSqZtzrsygLrWXVZcs',
# u'quas': u'RlKMZUvXbjcIoutSfekP',
# u'unde': u'pjjZPoJvDzWRhYDDGqfh'},
# { u'architecto': { 0: 1291,
# 1: [ datetime(1978, 3, 16, 19, 39, 4),
# u'ykVkHoeioQpGMqSiKyWQ',
# u'uWuCUbDicgWIRLwnPRDn'],
# 2: { 0: 7559,
# 1: Decimal('524.49864632'),
# 2: [ u'uskgtmfnBYcocdDBwAfE',
# u'DAhoqLEEEtxQDEKLVfqS']}},
# u'culpa': { 7: datetime(2015, 11, 12, 10, 51, 58),
# 8: [ u'nfAGKgAoihDrAhLokAHS',
# Decimal('-3.25827364'),
# 4377],
# 9: { 7: 1775,
# 8: u'grantangela@azet.sk',
# 9: [ u'https://www.fernandez.sk/search.php',
# u'pallen@gmail.com']}},
# u'eligendi': { 1: 4080,
# 2: [ u'RgDMvBvLuDJessVJhpHN',
# Decimal('4.21181840314E+13'),
# u'trIUaAWVIiJTumiupJxE'],
# 3: { 1: 8218,
# 2: 6746206535127.4,
# 3: [769, u'nJmzBTXADlhKHgvnqjQz']}},
# u'ipsa': { 3: u'HpTxWuEaBuPJjBiXrFLb',
# 4: [ datetime(1974, 8, 17, 9, 5, 10),
# datetime(2000, 8, 18, 23, 49, 14),
# u'mLiAuIVAIakyqPWCYmei'],
# 5: { 3: 8319,
# 4: u'http://www.newton.com/about.html',
# 5: [ u'qwjZUtoqjAYsQwdRgDqC',
# u'http://moses.sk/about.html']}},
# u'molestiae': { 4: u'http://pena.com/homepage.jsp',
# 5: [ datetime(1993, 5, 22, 8, 48, 17),
# u'OatkEhesMPvPPPYxDzry',
# 8939],
# 6: { 4: 2211,
# 5: u'https://www.white.com/posts/tags/main/terms.php',
# 6: [u'alnMpvQHjUDPBuZHowzU', 1129]}},
# u'nemo': { 9: u'mcCQtyQrTifsqxdTIXGX',
# 10: [ u'XWgPkpboJNUflZcuHbrU',
# datetime(2010, 8, 3, 16, 5, 2),
# u'yxmGhSHzpNbOebhdPfwE'],
# 11: { 9: 92462.244176895,
# 10: 9412,
# 11: [ u'IYJFXlUacosdfgXbTjcM',
# Decimal('9978.67731')]}},
# u'pariatur': { 6: u'http://www.kent.com/author/',
# 7: [ u'brownkevin@pobox.sk',
# 934.37925,
# u'mMEBQzvyvgaUNuIytoET'],
# 8: { 6: 5326,
# 7: datetime(2009, 1, 1, 17, 47, 1),
# 8: [113, datetime(1976, 2, 13, 14, 13, 55)]}},
# u'velit': { 8: u'owilson@gmail.com',
# 9: [ 645124182996587.0,
# u'XewWnRklRUXTUikiljcH',
# u'TbAdqAzMSQhHkEgYyZHp'],
# 10: { 8: u'UvwQaqbVsRIkdKsQlLMO',
# 9: 924,
# 10: [ u'fJBVFCrHEJePaYKVyUZL',
# u'owensbrian@post.sk']}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 297127692.0
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('8.74058227769E+14')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ datetime(1997, 10, 21, 7, 26, 25),
# 398,
# u'http://savage.sk/login.html',
# 862274113662.9,
# 7321,
# u'jojbgqREdEwkchceJbuL',
# u'craigduffy@post.sk',
# datetime(1970, 2, 14, 7, 28, 44),
# 4093,
# 6770,
# u'hbfFKpFooYAVAfavqXFY',
# u'curtischristopher@post.sk',
# datetime(2017, 2, 5, 14, 20, 5),
# datetime(1983, 5, 20, 16, 53, 58)]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'omlTRXjqwuMlNzuMuLNz',
# 5412,
# u'WjduTimzmSeLjcozsmFx',
# u'XAoTblfGiWWvEVxLoRFi',
# u'PIOSWgOkmEbicDpTbkDB',
# u'http://hoover.com/category/',
# u'https://www.johnson.sk/terms/',
# u'eLJSAIqeDcRmzjWELThg',
# u'VKwRYcUTjWIeFFLsSaKj',
# datetime(1992, 11, 19, 21, 0, 3))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'LgdFlDaKWYjbjXzZDkBy', 2093, u'psrRMuEosreRaepidebh', u'VfoRzpXTtMAbUZlAgQCr', Decimal('-1.97671634259E+12'), datetime(1974, 3, 30, 14, 20, 44), Decimal('-1319.2041954')])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'eveniet': 5366,
# u'harum': datetime(2017, 4, 28, 6, 40, 18),
# u'odit': 81,
# u'quos': 2288,
# u'ullam': 2310,
# u'voluptates': u'kpIgLkMTYObkHHNZHNeg'}
fake.pyint()
# 2138
faker.providers.ssn
¶
fake.ssn()
# u'393-47-7533'
faker.providers.user_agent
¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2013-10-15 20:44:59 Firefox/9.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.21.(Windows NT 4.0; lv-LV) Presto/2.9.186 Version/11.00'
fake.windows_platform_token()
# u'Windows 98'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/3.1)'
fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2014-06-30 03:17:47 Firefox/4.0'
fake.chrome()
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5361 (KHTML, like Gecko) Chrome/14.0.849.0 Safari/5361'
fake.linux_processor()
# u'x86_64'
fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_5_3'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/531.16.4 (KHTML, like Gecko) Version/5.1 Safari/531.16.4'