Language sk_SK¶
faker.providers.address
¶
fake.latitude()
# Decimal('-23.1745995')
fake.street_name()
# u'Andreja Mr\xe1za'
fake.address()
# u'Vyhnianska cesta 7/6\n814 72 Lutila'
fake.street_address()
# u'Furmintsk\xe1 66'
fake.postcode()
# u'704 47'
fake.longitude()
# Decimal('-45.112672')
fake.country()
# u'Svazijsk\xe9 kr\xe1\u013eovstvo'
fake.city_name()
# u'Rakovo'
fake.street_suffix_long()
# u'ulica'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('80.429502')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'0/0'
fake.country_code()
# u'HN'
fake.street_suffix_short()
# u'ul.'
fake.city()
# u'Mera\u0161ice'
fake.state()
# u'Tren\u010diansky kraj'
faker.providers.automotive
¶
fake.license_plate()
# u'3X CL767'
faker.providers.barcode
¶
fake.ean(length=13)
# u'1142346560349'
fake.ean13()
# u'3644827139801'
fake.ean8()
# u'52876271'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(46,49,225)'
fake.color_name()
# u'Aquamarine'
fake.rgb_color()
# u'126,37,152'
fake.safe_hex_color()
# u'#bb0000'
fake.safe_color_name()
# u'gray'
fake.hex_color()
# u'#7dac58'
faker.providers.company
¶
fake.company()
# u'Harris Wang k.s.'
fake.company_suffix()
# u's.r.o.'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'326'
fake.credit_card_provider(card_type=None)
# u'Discover'
fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nLisa Johnson\n4074803681312 09/19\nCVC: 927\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '09/25'
fake.credit_card_number(card_type=None)
# u'6011290768761109'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'AUR'
fake.currency_code()
# 'SOS'
faker.providers.date_time
¶
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 10, 23, 11, 20, 3)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1998, 1, 15, 7, 20, 32)
fake.time(pattern="%H:%M:%S")
# '20:57:11'
fake.date_time_ad(tzinfo=None)
# datetime.datetime(1478, 8, 31, 10, 2, 5)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 6, 25)
fake.day_of_week()
# 'Monday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 2, 7, 12, 10, 57)
fake.time_object()
# datetime.time(3, 31, 14)
fake.iso8601(tzinfo=None)
# '1986-06-04T20:43:33'
fake.time_delta()
# datetime.timedelta(4207, 55247)
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(1987, 4, 3)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 17, 15, 33, 43)
fake.date_time(tzinfo=None)
# datetime(2016, 5, 31, 5, 48, 8)
fake.date(pattern="%Y-%m-%d")
# '1995-09-02'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 8, 17)
fake.month()
# '12'
fake.unix_time()
# 768525777
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 16, 21, 17, 33)
fake.day_of_month()
# '18'
fake.year()
# '2013'
fake.timezone()
# u'Europe/Warsaw'
fake.century()
# u'IX'
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 6, 23, 8, 51, 47)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 11, 6, 35, 14)
fake.month_name()
# 'May'
faker.providers.file
¶
fake.file_path(depth=1, category=None, extension=None)
# u'/enim/corporis.numbers'
fake.mime_type(category=None)
# u'video/ogg'
fake.file_name(category=None, extension=None)
# u'explicabo.js'
fake.file_extension(category=None)
# u'flac'
faker.providers.internet
¶
fake.url()
# u'https://www.stanley.sk/'
fake.company_email()
# u'imarshall@fuller.sk'
fake.uri()
# u'http://wells.sk/tag/tags/post/'
fake.domain_word(*args, **kwargs)
# u'phillips'
fake.ipv4(network=False)
# '116.6.190.170'
fake.domain_name(levels=1)
# u'phillips.sk'
fake.tld()
# u'sk'
fake.uri_path(deep=None)
# u'list'
fake.free_email()
# u'shannonpatel@pobox.sk'
fake.slug(*args, **kwargs)
# u'beatae-nostrum'
fake.free_email_domain()
# u'atlas.sk'
fake.uri_extension()
# u'.php'
fake.ipv6(network=False)
# '98e4:bb58:7f6:8836:7a3b:b649:b6ce:21fd'
fake.user_name(*args, **kwargs)
# u'ufox'
fake.image_url(width=None, height=None)
# u'https://dummyimage.com/190x136'
fake.email()
# u'kathysanders@post.sk'
fake.uri_page()
# u'login'
fake.mac_address()
# u'd5:c7:e7:34:63:3c'
fake.safe_email()
# u'zadams@example.org'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-307-82825-5'
fake.isbn13(separator="-")
# u'978-1-66727-727-1'
faker.providers.job
¶
fake.job()
# 'Equality and diversity officer'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Ipsam minima hic consequuntur saepe. Ad sunt explicabo iste velit earum nulla. Ratione dolorum in esse aperiam.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Inventore assumenda laudantium quisquam alias quibusdam laborum. Similique in dignissimos sequi esse. Officiis soluta atque optio velit. Facere repellendus magnam laboriosam fugit.',
# u'Corporis quia tempore dolores dignissimos facere nihil repellendus. Quibusdam voluptatem placeat occaecati beatae. Doloremque minus rerum facere.',
# u'Tenetur temporibus adipisci ipsa magni. Cumque natus rem delectus rem itaque. Soluta nostrum enim dolore provident.']
fake.words(nb=3, ext_word_list=None)
# [u'voluptatibus', u'commodi', u'exercitationem']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Neque corporis deserunt quae aspernatur omnis.',
# u'Vitae sint rerum asperiores reprehenderit sit odit.',
# u'Itaque quae commodi iusto.']
fake.word(ext_word_list=None)
# u'provident'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Exercitationem officiis perferendis quos eos eligendi. Veniam corrupti amet veritatis neque quaerat. Sint et quas beatae amet blanditiis doloremque asperiores.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Sunt veritatis suscipit voluptatum eveniet hic.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u't)t5ogLyp_'
fake.locale()
# u'it_IT'
fake.binary(length=1048576)
# bytearray(b'\xe7\x8b\xb8\xfc\x0b\xac\xad\xb9<\xa6\x1do\x05\xe2\xf3r,\xb7\xda\x17\xbaI\xe0*\x7f\x07\x1a\xb7\xb5\xb9_\x8a"\x94]\xa0\xee\'\x85,\x1a\xdc\x87\xe4\x1e\xf0U\n\xd27j\x07\xdc\xb8\x9c\xf8c\xbb\xdc\xe5\xd8Q\x013T\x1c@\xb5\xf8*\x1b^\xcbnph{W\xe2?q"\x1f|\xb8\x0b\x02\xb4pMPE\x84\xf7\x8d\x00\xa1\xcb!\x98\x17\xdb\n\xe8\x1b\x0c\x82rG\x1f\xee\xea\xb2\xe4\xa6[0\x0b\xcb`\x90\xa3*\x89\xef\xf7\x01\x8c\x88\xb5\xeamZ\xc3\xdb:\xa1\x0e\xdf&4\t\xf9\x1c\x16\x0c\x89\xc7\xac\xb1\xeb+\x06\x83h\x10H\xe0\xc0\x7f\x98\x94C7\xd1{<\x13\x82\x9e\xcb#\x17\x0f\x19\x84\xe5\xa2PGC\xb4\x89C\x81\x14:\x8b\x07cJ\xf5\xea\xe7\x14H\xa2\xbfmX\xf10\xe8\xd6:\x19T\xb6Y\xedF\x97\xebp?m\xb9\xe3\xb2\x02\x15K\'\x99f\xbc\xc4R\\p\x03\x80\xf6\xe5\xa3<wg \xc9n2\x10\xabw1\x05\xcd\xec}\t\x8d\xa8(\xea\xc2\x12\xf1\xdc{\x9c\x8aU\xa8.\xac\x8c\xfa\xd4\xeb\xc0\x1dm\xdbt\xd1\xb0H6\x18\xe9}\xc6B\xd9\x8f\xb4}\xf3Xu[\xafY\xc4I\xb8\t\xe1\xa7\'\x1c\x1a\x8dK6\xaf\xf9\xda\xe9b\xbf\xaf\x8b\xe4\xd0\xac\xfa\x03\xb1\x03\x02\xe3\x9c\x0f \xfa&\x99\x1dS\xe1n6<\x15)\xd2K\xb0+mo\x01\xb2\xff\xec\xa6l\xdc\x9eUwO\xcc\xe8nEu\xf8V\n\xd5\x95\x94\x15\xad\x12z\xc6\xa6\xb4Af\xf8\x88Y\xe3p\x8a\x01x\xb41\xd6I-\xce\xdfDD\x1aZ\xeeM#\x8d\x05\xda\xc8&\xa7\x83\xc1U\x81\xefd\x0eQ\xb0-\xb4P\xc8J\xc6\x00|\xc1\x81\xd5t\x0fJ\x9d;E\xe0\x8e\x05\x89\xec\x81\xf2\xc8\xed=\xa5\xa6\xa5\x8c\xf5\\r\xfe3>9\x06))\xb5(a\xb0y\xef*\\f\xc7\x92\x0e)\x8cD\xb5m\xc9\xaf\x7f\x8d\x0b\xb9\xa64)\xe4\xd1\xe8\x1e\x86\xd0SB\xec\x83&\x91\x88\xab\xc0-\xdb\xcc\xbc K{\xc2=\x95\xfb\x1eG\xc8.<\xab\xe6 \x95bKf\x9c\x9a\xc9_\xd7\xa5Ys\xb1r\x12\xa1f;\xc5I\xabV\xcf \xcb\t\x1f-\x99\x90`\x80\x8d\xf3\xd8B\x86\r\x9e\xf5U|\xb0\x7f[e\x05\\t\xae\x90R\x16\x05\xb4\xc50\xb6S\xa9\xef\x84\xcb\'\x8d\xe2\x89\xa7|\x01\x011\xf3\x85\xd7\xf9P&\x85\n\x13\xbe*\r>\xbd\xe7\x0c\xbaG\n\x18\xd5\xa0y"7\xa0\xef\xcb\x8cW\xd9\\\xdf\x9d\x84\xd6\xf86\x04\x07 \x1f\xb0\x17\x89\xbd5\xce\xe2\x82\x9b\xb2\xcfh\x956Y\x9eJ\xb6\xc6s\xe1\x81\x9c\x80\xaf\x93\xb2\nT\xa6\xb2x\xe1a\x0ed\x16\xd2\x94n\xac\xbe=\r\x19D\xea,\xee\xc7\x03"r\x7f\x16yLT\x00\x11\xdcQ\x05\x80O\xc2c\x04o\x08\xbb\xd8\x16\x9b\x87\xfb\xc0\x9a\xe4\x9d\xf5\t,V1\x19uj\xb7\x9d\x01w\xb5BP\xc3\xd2\x89\xd4\xfc\xe1L\xbdq\x9e\xe2\x97\xedAnA\x00\xae\xc4t\xd4\xbe,\x06\x97\x98\xcd\x8b\x1b\xe0\xe0\xe2.\xab\x88Fj\xef\x0fx\xbb\xb5\n\xb4p=#\\\xb5x\x1eg*\x0f\xa5#tZ\n N\r\x0bP"\xe5\x92\x0e\xa5^\x85\xa4\x1c\x8c\x16\x19\x04\xb4\xcb\x7f\x15w\xf9\x10\x83\x14:\x84\x887\xb1\x84\xd4\xca}\xd4Y\xaf%\t]\xbd4V\xdb\xf1\xf9\xc7^\xc3n`0\xd4\x15(A\x96L\x03\xac\xab\'\x94l(\x1f\r\xae\xd7\xc1h\'\xad~\xc7\'i\xb3`x\x94*\xbe\x98P\xe2\x04n\xf2\x1a\x14\xbeh\xcf\tq)\x97L\x1a\x12\xab\xaf\xf2\xfc\xde@\xbc\xde/N\x03\xee\xac\xd6F\xee\x9d\xea\xc5:2\x84\x92\x06\xe1\xfc\xd9V\x1f\xdb\xdb\x9bd\xb6\x813R|\xb2\x17`\xaa\xec\x06\xf5\x9bS\xb8\x89\x9dd\x9e\xa0,\xe7\xfb\xec\x04\x8e\xea\xee\x16\xa4\xf6\xd0*\xb1\n\xd6\'!\xf0|\x87\x98J\x1c\x84\xd8\xf8\x12\xf4\x7f\x1d\x83\xff\xc4\xa5\xea\x1f\xe9v\x9f\xa5\x1e\xfa\xb0\x1b@\x82\xab\x18\xbf\x03\xe6\x0b\xd7T4\xb0\x05\xb0V8//(\xc7\xb3\xa3`\x0e\x01\x10F\x9d\xd6\x8bm\xce\xcd\x9dD\xce\xe5\x1fa\x0e\xd7Z\x0e')
fake.md5(raw_output=False)
# '1fc01de206601529272fa77308f9b4e1'
fake.sha1(raw_output=False)
# 'eec39070b4d484e338cb7fed42120e301d64c3ec'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# 'ba568aacf34ff7d668001cd2d7c38fe14c2b6bcd6b105195b0a3235a1f98a1c6'
fake.uuid4()
# 'd3de31f0-76d6-f06f-f4e3-6190611f020c'
fake.language_code()
# u'ca'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Church'
fake.name_female()
# u'Christy Aguilar'
fake.prefix_male()
# u'Dr.'
fake.prefix()
# u'Dr.'
fake.name()
# u'Chelsea Mason'
fake.suffix_female()
# u'PhD'
fake.name_male()
# u'Nicholas Finley DDS'
fake.first_name()
# u'Lisa'
fake.suffix_male()
# u'Jr.'
fake.suffix()
# u'DDS'
fake.first_name_male()
# u'Raymond'
fake.first_name_female()
# u'Christina'
fake.last_name_female()
# u'Smith'
fake.last_name()
# u'Bradford'
fake.prefix_female()
# u'Dr.'
faker.providers.phone_number
¶
fake.phone_number()
# u'+421 39 388 5167'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'Tallerova 188\n088 89 Str\xe1ne pod Tatrami',
# 'birthdate': '1996-12-02',
# 'mail': u'mccarthyderek@atlas.sk',
# 'name': u'Randy Ortiz',
# 'sex': 'M',
# 'username': u'ldiaz'}
fake.profile(fields=None, sex=None)
# { 'address': u'Z\xe1hradn\xedcka 2921\n841 08 Bansk\xe1 Bystrica',
# 'birthdate': '2012-01-14',
# 'blood_group': 'B-',
# 'company': u'Jones',
# 'current_location': (Decimal('-63.0186605'), Decimal('-104.449160')),
# 'job': 'Doctor, general practice',
# 'mail': u'phillipselizabeth@post.sk',
# 'name': u'Glenn Mcgrath',
# 'residence': u'Zrinsk\xe9ho 92\n007 54 L\xe1b',
# 'sex': 'M',
# 'ssn': u'822-35-8622',
# 'username': u'youngdaniel',
# 'website': [ u'http://wilson.com/',
# u'http://adams.sk/',
# u'http://www.miller.com/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'upvnPRvkRLaVKSFnrysu',
# 9687,
# u'JmOcXOmfpchXtGccpCMs',
# u'https://www.brady.com/explore/app/tag/privacy.htm',
# 5420,
# u'lsnXZxxCLpFXuqqGrDQk',
# u'hxZyDMBcJpmfliBGOtgg',
# u'qsingh@centrum.sk',
# u'kXlaeOALZsfSBiTkOaVw',
# u'https://williams.com/',
# 9182,
# 9695)
fake.pystr(min_chars=None, max_chars=20)
# u'MRkwNcibTyJgwbIqVOUc'
fake.pystruct(count=10, *value_types)
# ( [ 93270302916.121,
# datetime(2000, 1, 2, 19, 10, 10),
# 84.1581,
# 3071508458292.4,
# 7324,
# u'BeLxuiYgWWfsRVwWbNiK',
# u'https://mcguire.sk/blog/list/tag/post.jsp',
# 2811,
# u'hCnABHnxYORJnRhHqZoL',
# u'millergordon@gmail.com'],
# { u'asperiores': datetime(1998, 8, 8, 22, 43, 51),
# u'deleniti': 496,
# u'expedita': 6.8822853153,
# u'ipsa': Decimal('1032087.1748'),
# u'maiores': u'gXUcZIqhnSzrlwWTdCoI',
# u'nam': 4784,
# u'necessitatibus': u'aokobSdPgZfeMomZTenr',
# u'nobis': datetime(1992, 3, 21, 0, 28, 45),
# u'occaecati': 7478,
# u'voluptatibus': u'lqzLdCtWeuRtoVGfGdUy'},
# { u'consectetur': { 3: 3380961.651662,
# 4: [ u'https://www.smith.com/list/home.html',
# u'https://ward.sk/main/',
# -9364737436349.38],
# 5: { 3: u'dLIzQBVjtfvWzTdhmISu',
# 4: 5390,
# 5: [6.690608, u'olORNLKVkdBDtveHsJZW']}},
# u'facere': { 9: 2761,
# 10: [ u'gicMxHthfvuLrVcqjsLA',
# u'HHHXKpJNxspziUtHRCIX',
# 5275],
# 11: { 9: u'UpiheMISSWcCnbEdlSjg',
# 10: 9941,
# 11: [u'GlycKpqgNCFdBSBGJmeO', 9483]}},
# u'fugit': { 8: 7863.963,
# 9: [9630, 9872, 5236313.436],
# 10: { 8: u'hzaaEhkWWswtsPkzzAFx',
# 9: u'waOfGjkImBPEaZKDnnnL',
# 10: [325, u'hdbKAzhdQdqPCyfHaRlT']}},
# u'laborum': { 5: u'eCJGoRfgmmvUlDwnHwqD',
# 6: [ 1022,
# u'https://sullivan.sk/posts/search/',
# 625993261043437.0],
# 7: { 5: u'suaiHAfHmgXwTExTaKVq',
# 6: u'http://tran.sk/list/tag/main.htm',
# 7: [u'https://www.evans.sk/', 8889]}},
# u'libero': { 4: u'rDGTknKeifzaGZhPMGRQ',
# 5: [ u'TDawJgZaemOagowwpIDN',
# u'http://baird.com/wp-content/privacy/',
# u'ipLlFyXvUqQSKAEsBTsY'],
# 6: { 4: u'NtmejeYNZVaPsQtsgZhc',
# 5: 3535,
# 6: [u'knnFOqIFLeTjZiIVFlxP', 4065]}},
# u'nulla': { 6: u'james58@pobox.sk',
# 7: [ u'pUytWWBSypuoWPuQBaXH',
# 8481,
# Decimal('7.087575749E+14')],
# 8: { 6: u'stokesstephen@azet.sk',
# 7: u'suNCgXbQJetzkJofmvBO',
# 8: [ u'http://www.sims.com/',
# u'PosWNFAsMBWupjHjGxGr']}},
# u'possimus': { 7: u'hIjOmAcKTESmGNXDUrHl',
# 8: [ Decimal('-9.54014567063E+14'),
# datetime(2003, 10, 9, 8, 20, 46),
# u'http://www.cox.com/'],
# 9: { 7: u'RptSZGzbSMWmzduOqljq',
# 8: u'tbJwdiitFzdeUAaEnUSB',
# 9: [ u'https://www.moore.com/register.php',
# 3925]}},
# u'quia': { 0: Decimal('4.9586859297E+11'),
# 1: [ 3305,
# u'vzCFDPLlOwQhRlatmClE',
# u'shannonbenson@azet.sk'],
# 2: { 0: u'kaPfBQKVpDGOhaQwiVvk',
# 1: datetime(1991, 11, 5, 6, 56, 20),
# 2: [4476, Decimal('3.8272244204E+11')]}},
# u'ratione': { 2: u'http://www.johnson.sk/category/tag/about.html',
# 3: [ u'TfDeLcpEVLzOocFBEByS',
# u'aPXLBDbHtyXPmZLExHgZ',
# u'cyBvYcJREeSqOHcVDMir'],
# 4: { 2: u'KGCNKpwtogbfTvnRmnNU',
# 3: datetime(1991, 10, 16, 16, 53, 33),
# 4: [ 75112064353.1631,
# datetime(1985, 1, 14, 7, 57, 19)]}},
# u'sapiente': { 1: datetime(2011, 12, 15, 0, 35, 33),
# 2: [ Decimal('-4606.7'),
# u'keyaaron@azet.sk',
# u'NKISppOUeimwGVEjOXYH'],
# 3: { 1: u'MYyBKyAUreaslOqRUZUx',
# 2: 73885771381.438,
# 3: [ Decimal('-423.51627'),
# Decimal('9.04509594385E+12')]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -942208049.89
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('9.37484795774E+12')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'oxGjPaMNHfSgkCRIFldO',
# u'https://sanchez.com/posts/category/tag/faq.htm',
# Decimal('-857057.7'),
# u'http://jones.com/',
# u'DbzosdsDDvJoeurugCkm',
# u'tZXSoAeQdxFNRVMmAqge',
# u'LSdmDSngHvlOyBlMRhsO',
# u'gsimon@chello.sk',
# datetime(1986, 8, 24, 16, 41, 6),
# 3290,
# u'JZUsqwIKSOQAAFBAgcTm',
# 9443,
# u'https://www.hall.com/search/privacy.html']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 2848,
# u'zkmlIdDETyGWfktccagU',
# datetime(1984, 6, 17, 22, 14, 1),
# Decimal('4.93111954091E+13'),
# u'GYzTVWXqPRGyGQyuRDSW',
# u'QgBsLyNRiufFQIMiqdnw',
# 88321959007.0,
# Decimal('38.79421'),
# datetime(1976, 4, 23, 13, 41, 43))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([546, u'smithdaniel@atlas.sk', datetime(1973, 2, 27, 0, 34, 49), 2215, u'larsenerica@szm.sk', u'HJnPEtuTQouZasyGpNIF', datetime(1977, 6, 7, 21, 1, 58), u'ImKGvIZKiDTNROZLxnHq', datetime(2010, 7, 17, 9, 53, 48), 6900, u'VzmNFcRBWpkOpGlFqZHZ', u'fordjoseph@inmail.sk'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'ad': -41710280.61569,
# u'assumenda': u'LXKyZXfgJYPEEnJnfdue',
# u'atque': 7811,
# u'labore': u'rBdnRrahmZcqhVwQZtgr',
# u'magni': 5576,
# u'numquam': u'joiGmPXEquDwPTeJvtuJ',
# u'repellendus': 6178,
# u'reprehenderit': u'http://www.schmitt.sk/',
# u'sunt': u'http://www.hawkins.sk/categories/homepage.html'}
fake.pyint()
# 4557
faker.providers.ssn
¶
fake.ssn()
# u'793-38-0099'
faker.providers.user_agent
¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (Windows 95; gv-GB; rv:1.9.1.20) Gecko/2012-05-14 13:33:08 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.99.(Windows NT 5.1; zh-SG) Presto/2.9.184 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 4.0'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.1; Trident/4.1)'
fake.user_agent()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_5; rv:1.9.2.20) Gecko/2013-01-05 01:59:19 Firefox/8.0'
fake.chrome()
# u'Mozilla/5.0 (Windows 95) AppleWebKit/5340 (KHTML, like Gecko) Chrome/14.0.879.0 Safari/5340'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_5_4'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; lo-LA) AppleWebKit/531.14.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6531.14.3'