Language sk_SK¶
faker.providers.address¶
fake.address()
# 'Panenská 6\n828 60 Andrejová'
fake.building_number()
# '7'
fake.city()
# 'Palárikovo'
fake.city_name()
# 'Prietržka'
fake.city_suffix()
# 'Ville'
fake.country()
# 'Namíbijská republika'
fake.country_code(representation="alpha-2")
# 'SY'
fake.postcode()
# '513 04'
fake.state()
# 'Bratislavský kraj'
fake.street_address()
# 'Záhradnícka 76'
fake.street_name()
# 'Viedenská cesta'
fake.street_suffix()
# 'Street'
fake.street_suffix_long()
# 'ulica'
fake.street_suffix_short()
# 'ul.'
faker.providers.automotive¶
fake.license_plate()
# '137 ZVY'
faker.providers.bank¶
fake.bank_country()
# 'GB'
fake.bban()
# 'XPON2222836430219'
fake.iban()
# 'GB54DUJA6669286235490'
faker.providers.barcode¶
fake.ean(length=13)
# '1675135852924'
fake.ean13()
# '0090355548944'
fake.ean8()
# '82302504'
faker.providers.color¶
fake.color_name()
# 'AliceBlue'
fake.hex_color()
# '#dbecbf'
fake.rgb_color()
# '72,132,21'
fake.rgb_css_color()
# 'rgb(103,181,95)'
fake.safe_color_name()
# 'black'
fake.safe_hex_color()
# '#ffbb00'
faker.providers.company¶
fake.bs()
# 'revolutionize out-of-the-box synergies'
fake.catch_phrase()
# 'Team-oriented systematic extranet'
fake.company()
# 'Green'
fake.company_suffix()
# 's.r.o.'
faker.providers.credit_card¶
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '04/23'
fake.credit_card_full(card_type=None)
# 'Diners Club / Carte Blanche\nCathy Lewis\n30217023359692 09/29\nCVC: 006\n'
fake.credit_card_number(card_type=None)
# '4603085734125786797'
fake.credit_card_provider(card_type=None)
# 'Diners Club / Carte Blanche'
fake.credit_card_security_code(card_type=None)
# '777'
faker.providers.currency¶
fake.cryptocurrency()
# ('AUR', 'Auroracoin')
fake.cryptocurrency_code()
# 'SRN'
fake.cryptocurrency_name()
# 'TRON'
fake.currency()
# ('JOD', 'Jordanian dinar')
fake.currency_code()
# 'GBP'
fake.currency_name()
# 'Cayman Islands dollar'
faker.providers.date_time¶
fake.am_pm()
# 'PM'
fake.century()
# 'V'
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2018-05-24'
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1990, 6, 27)
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 11, 4)
fake.date_object(end_datetime=None)
# datetime.date(1993, 9, 8)
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1989, 2, 6)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2013, 11, 21)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 12, 9)
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 11, 3)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 9, 24)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1991, 3, 4, 10, 52, 26)
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(989, 12, 2, 3, 8, 27)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2017, 9, 23, 21, 13, 15)
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 11, 4, 4, 46, 20)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2014, 6, 25, 22, 21, 11)
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 9, 1, 14, 48, 24)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 1, 4, 9, 48)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 7, 15, 8, 18, 32)
fake.day_of_month()
# '17'
fake.day_of_week()
# 'Saturday'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 11, 30)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 11, 5, 21, 13, 6)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1986-02-20T22:13:58'
fake.month()
# '10'
fake.month_name()
# 'June'
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 10, 26)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 10, 11, 6, 58, 9)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '01:54:11'
fake.time_delta(end_datetime=None)
# datetime.timedelta(0)
fake.time_object(end_datetime=None)
# datetime.time(21, 35, 21)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object Provider.time_series at 0x7f59e793a138>
fake.timezone()
# 'Atlantic/Reykjavik'
fake.unix_time(end_datetime=None, start_datetime=None)
# 42874919
fake.year()
# '1979'
faker.providers.file¶
fake.file_extension(category=None)
# 'mp3'
fake.file_name(category=None, extension=None)
# 'dolore.gif'
fake.file_path(depth=1, category=None, extension=None)
# '/quos/assumenda.mp3'
fake.mime_type(category=None)
# 'message/partial'
fake.unix_device(prefix=None)
# '/dev/xvde'
fake.unix_partition(prefix=None)
# '/dev/vdy3'
faker.providers.geo¶
fake.coordinate(center=None, radius=0.001)
# Decimal('28.058481')
fake.latitude()
# Decimal('77.071464')
fake.latlng()
# (Decimal('-44.8403895'), Decimal('85.388771'))
fake.local_latlng(country_code="US", coords_only=False)
# ('34.09611', '-118.10583', 'San Gabriel', 'US', 'America/Los_Angeles')
fake.location_on_land(coords_only=False)
# ('45.53929', '-122.38731', 'Troutdale', 'US', 'America/Los_Angeles')
fake.longitude()
# Decimal('-108.888189')
faker.providers.internet¶
fake.ascii_company_email(*args, **kwargs)
# 'melissa78@vaughn.com'
fake.ascii_email(*args, **kwargs)
# 'mauricebyrd@centrum.sk'
fake.ascii_free_email(*args, **kwargs)
# 'patrick55@azet.sk'
fake.ascii_safe_email(*args, **kwargs)
# 'juanolson@example.org'
fake.company_email(*args, **kwargs)
# 'phillipmorgan@harris.com'
fake.domain_name(*args, **kwargs)
# 'hunt.com'
fake.domain_word(*args, **kwargs)
# 'bryant'
fake.email(*args, **kwargs)
# 'qjackson@szm.sk'
fake.free_email(*args, **kwargs)
# 'ramirezlinda@gmail.com'
fake.free_email_domain(*args, **kwargs)
# 'pobox.sk'
fake.hostname(*args, **kwargs)
# 'srv-78.schneider.sk'
fake.image_url(width=None, height=None)
# 'https://www.lorempixel.com/710/405'
fake.ipv4(network=False, address_class=None, private=None)
# '198.51.105.22'
fake.ipv4_network_class()
# 'c'
fake.ipv4_private(network=False, address_class=None)
# '172.16.56.115'
fake.ipv4_public(network=False, address_class=None)
# '169.56.11.68'
fake.ipv6(network=False)
# '36a6:77e0:e84e:1754:2387:d8ca:a158:d86c'
fake.mac_address()
# 'ad:81:6b:28:77:22'
fake.safe_email(*args, **kwargs)
# 'ywolfe@example.net'
fake.slug(*args, **kwargs)
# 'sequi-sapiente-sint'
fake.tld()
# 'sk'
fake.uri()
# 'http://www.zimmerman.com/main.php'
fake.uri_extension()
# '.php'
fake.uri_page()
# 'index'
fake.uri_path(deep=None)
# 'search/main/tags'
fake.url(schemes=None)
# 'https://franklin.com/'
fake.user_name(*args, **kwargs)
# 'vgould'
faker.providers.isbn¶
fake.isbn10(separator="-")
# '0-498-23647-1'
fake.isbn13(separator="-")
# '978-1-5088-4785-4'
faker.providers.job¶
fake.job()
# 'Prison officer'
faker.providers.lorem¶
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# ('Omnis nam asperiores dolorum at excepturi. Sed sunt earum aspernatur ducimus '
# 'incidunt exercitationem. Eaque dicta ducimus occaecati animi omnis est '
# 'harum.')
fake.paragraphs(nb=3, ext_word_list=None)
# [ 'Voluptates cumque recusandae debitis neque maiores delectus. Distinctio '
# 'molestias optio facilis enim. Fugiat laborum quae earum quod. Nesciunt '
# 'rem architecto eum enim esse dolorum.',
# 'Sint dolorem neque error. Accusantium doloremque facere labore '
# 'reiciendis. Consequatur dolorum quibusdam saepe cum quisquam.',
# 'Voluptates deleniti alias. Molestias repudiandae iure velit nam '
# 'recusandae consequatur. Quod inventore voluptate.']
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Non quam quaerat voluptatem at ex corrupti qui.'
fake.sentences(nb=3, ext_word_list=None)
# [ 'Officiis sunt hic consectetur.',
# 'Vero excepturi impedit vel quisquam accusantium.',
# 'Nostrum facere dolores nesciunt repudiandae natus id earum.']
fake.text(max_nb_chars=200, ext_word_list=None)
# ('Repellendus inventore incidunt nisi. Est voluptates alias fuga rerum alias '
# 'delectus quis.')
fake.texts(nb_texts=3, max_nb_chars=200, ext_word_list=None)
# [ 'Id sequi qui quibusdam. Natus blanditiis earum officiis libero ullam '
# 'illum.\n'
# 'Minima cum laboriosam vel fugiat. Omnis reprehenderit delectus.',
# 'Dolorum praesentium earum magni a. Itaque culpa itaque voluptas labore.',
# 'Blanditiis voluptas ex ipsa pariatur doloremque. Incidunt eveniet fugit '
# 'veritatis culpa laborum dolore. Odit alias dolor.']
fake.word(ext_word_list=None)
# 'tempore'
fake.words(nb=3, ext_word_list=None, unique=False)
# ['dolores', 'quibusdam', 'illo']
faker.providers.misc¶
fake.binary(length=1048576)
# (b'\xea\xafy\xb3\xe9\\Y\xc5W6[\x99\r)\x8dK\xed\xd7\xf1>\xb5c\x17\x1b\x89<AB'
# b'\x8ct\xf3\xfd*l;@\xa7\xd9\xb8^\x17$\xddA\xf8\xce\x8a+\x04N\xd4\xe5C\xbb\xb0V'
# b',p\xa9\x1d\xa5\x9bCU\xc6\x98y\x81.Q\x97\xec!\xd6\xd7\x07\x88\xbe\xe0['
# b'\xb2\xb8kf\xa9\x90\x9cCm\xc2X\x7f\xf7\x1b~\xab\xcb\xd3\x1dT\x1b\xba\x93\x81'
# b'\x93\x92\x92<\xc4X\xb0\x83\xc7E\xf2\x1cfB%|B6\x96<3\xe9\x08\xc2\xe67\x8c]'
# b';\xd3\xebX\xafxj<\x96\x93\xa3\xdfw\xed\xea\n\xa1\xc1$9\x16\x99%\x88'
# b'\xdd\xcak\xbc\xcc\x90\xf3\xfb\xd2b\x01s\xa3\xfb*\x8dN\xd7\x90sJ\x1eeD'
# b'\xcd\x9d`\xech\xb8\xb8fi\xef\xa5\xf5b\xe2\x92\xddY)5\x94oG\xb7\x96%\xac\xe8H'
# b'\xd7\xcc\x98l\xe8\x9e\xe9Mm\x0eVn;\x8a\xd2q/\xe7A\xdfn\x1c$^\x83}j\x08'
# b"\xe5\x11e\xf3\xf9^'\xb4{\x18q\x98jF\xc9\xedrV\x9b6W*B\xcdS\xf5[\xeb"
# b'\xca\x01K)\xbb\xf06P\xd3\x8aIx\xc8\xef:\xe3\xf77\xea!\x98\x99\xb9\xca'
# b'k\x00\x89\xc0~\xc5B\xeb\x7f]\x07\x85\xe6!&\xc3+\xa8\x80P>\xa1\x81=\xf9KY\xd3'
# b'\x9a\xf5s\xf4\r\xbf\xe8\x920Zh\xae\xf0\x8ee\x8c\x1b7\xf2\x15!\xcct\xdaj7/Z'
# b'\x89\xef\x02\xb3\x84Q\xb50\x93\xa17.\x86\xb0\x19\x11k\xcfh\x8aX0\xf8\xe7'
# b'\x95u@8[\x14\x82\xb4\xac\xd7\x81\x9a\x81\xc2\xfb9{\xd1\x19\x1b\xa0Z\xa2\x0b'
# b'!\x1d\xd4\xfeSQ\xd9\xeco\xf7\x04\x02x\xc6:t\xc6#\x0e\x90\xacp_\xc5'
# b'\xf5\xf7/\xa6)`4\xc5\xe3U\x83w\\h\xe2\xa9\xc6I\x1aw\xd3\t\x89K\xfc\xc52\xca'
# b'5\x9b|\xf0\x0c\x9f\xba\xc7"\xef\x08ea\xc3\n\x9f!wFauu\x08\xc09\xd4\xcb\xc4'
# b'X\x02\x06\xce\xe6\x0b\xb8Q\xff\xeeO]&\xd0\xe7k\xcfW;s5i\x1eh\xac\xf1\x04t'
# b'\xb0iG\x91\xd9v4\t?\x9f1\xb7\xfeb\xb1\xb10\x99p\x18.fB\xe3\x87\xde+\xa1'
# b'\x02\xef[\x7fW\x00\x8fL\xa7\xba\x12\x1a\xf3@\xc9\x17m\xb1\x9a\x0b'
# b'\xc6A\xf3\xc3\xd4mB\xb4r\xc3\xa7\xf52\xd2\xaa\xf6\xf5\xdb\xbe\xb4vmE\xe6'
# b'C\xb1!\xd9Q\x0cb\xd2\xb0\r\xb5\x17\\6\x81\xdd\xb2sG\x90\xa9\xf6m\x00'
# b"\x10*\xfc\xad\x9f'\x87\xf7h>\\\\b\x03\xb9\xf0\xbdo\x97\x19\x89\xc2\x99\x05"
# b"\x0f\x05\xbaD8\x9f\xc5?.\xa8\x08\xd5n\x8b\xc2'\xefC'Zp\x92\x9a\xa0"
# b'\x14^\x83\x04\xa3\xb1\xed"\x19r\xd9;|\x88\x18T`\x86\x93\x17\x9e>\xe9\x00'
# b'g;\xf7K&#\x8f\x12\xe6\xa7\xacI\xd5\xe9\x99\xa1\xad\xfa\x11\xcdA\x1cJ\x8e'
# b'\x911\x99\x0c\xd5c\xaa\x10\xb7@,\xcbS\xbd[\xdbl\xe1e\xd9\xe7\x1d\xe2\xb2'
# b'\x10,\xb7d{\xae\xac\t\x98\x9b\xe6]O\x9e\xa9\xc3\nB\x8b\xb3\x153\xd3k/\xc3cV'
# b'Twk\x15O\xcftXS\xf6O/\x12\xf2F\xb2\xd4\xef-\xd0\x19\x8a\xe5\xdb8\x01s\xa6'
# b'\xdb\xea\xdb\xa6\xa4\xc7\xb6\xe7QH\xbc\xff\x01\x08\xe36,5\x1cB$y\xe3\x18'
# b'6^V\x97\xca\xda\xb0u[23\xeaD\xde\x0cn$~\x871;\x1c\xdcH\xe8m\x8fp'
# b'\x05/\xc4\xfc\xaa\xf6\x97\xd5\x89\x84\x8b\x15\xb6\xfe\xa7 <\xfc\xf1\xd1'
# b'K\x9b\xc8T\xbc\x97\xf3\x13,\x05\xc9\xbd\x12-j\xe5\xb42\xa8\xed;\xc0L\x84'
# b"uN\x91=\x8doi&0\x0f\x8c'\x9b\x8cO$w\xd2\x0e\xb8\xb7U/8\xf3\xe6\x85\x15"
# b'\xfa\xdbP\xfc\xecnz\xdav{\xf5\xc9z\xcaw4\xf6\xf2\xe4\xd1z\x11\xb8d\xb2\xa77#'
# b'\xea\xb3\x16\x08\x849yl\x91\x00\x87\xe1}\xa8\xc0\xb5&\xf7\x18G'
# b'\xfa\xab\x82\xccuewD\x7f\xe77\xfb\xb8\x1c\xb2m\xf0\xfc\x8a5\x8d@\xf4\xe2'
# b'\xe2\xb2\xcaw\x01\x95\xbeT5\x91\x0f\xbd\xb9\xf1\xb7\xf6\x9a\xba\x06('
# b'\xe5\x97\xd5\xf0\x91\xcf\x19;\xee\x96m$\xa4\\%+\x83\xea\xfc\xe2*\x11\xac\xd8'
# b'\xc5\xf4\x0b\xe8\n\xb6b\xe7q9H\xea')
fake.boolean(chance_of_getting_true=50)
# False
fake.md5(raw_output=False)
# '59dd0ea422625198863adc4e76fc3481'
fake.null_boolean()
# None
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# '&1oxHWjRcl'
fake.sha1(raw_output=False)
# '628a86438edbb4a030799ceccaffd9cdf2be0b86'
fake.sha256(raw_output=False)
# '43ad645281401d505a3dd7bc72560e8441758404c7d27efc07685f6250056ca3'
fake.uuid4(cast_to=<class 'str'>)
# '54ed6842-e8fc-409c-bdaf-f88e4dfe8634'
faker.providers.person¶
fake.first_name()
# 'Brian'
fake.first_name_female()
# 'Christine'
fake.first_name_male()
# 'David'
fake.last_name()
# 'Rogers'
fake.last_name_female()
# 'Smith'
fake.last_name_male()
# 'Porter'
fake.name()
# 'Tyrone Garcia'
fake.name_female()
# 'Ellen Mcfarland'
fake.name_male()
# 'Curtis Avery'
fake.prefix()
# 'Mr.'
fake.prefix_female()
# 'Mrs.'
fake.prefix_male()
# 'Mr.'
fake.suffix()
# 'DVM'
fake.suffix_female()
# 'DVM'
fake.suffix_male()
# 'II'
faker.providers.phone_number¶
fake.msisdn()
# '4446867937786'
fake.phone_number()
# '+421 948 093 182'
faker.providers.profile¶
fake.profile(fields=None, sex=None)
# { 'address': 'Osadná 108\n043 71 Čakanovce',
# 'birthdate': datetime.date(1934, 9, 6),
# 'blood_group': 'O+',
# 'company': 'Walker Garcia a.s.',
# 'current_location': (Decimal('-51.048362'), Decimal('88.921835')),
# 'job': 'Broadcast journalist',
# 'mail': 'hamiltonconnie@gmail.com',
# 'name': 'Amy Smith',
# 'residence': 'Ulica Nad Válkom 628\n811 77 Čeľadice',
# 'sex': 'F',
# 'ssn': '074-18-3912',
# 'username': 'murphybrian',
# 'website': [ 'https://villanueva.sk/',
# 'http://www.jackson.com/',
# 'https://www.fowler.com/',
# 'http://park.com/']}
fake.simple_profile(sex=None)
# { 'address': 'Tibériová 52\n088 49 Širákov',
# 'birthdate': datetime.date(1987, 8, 8),
# 'mail': 'hilljared@azet.sk',
# 'name': 'William Adkins',
# 'sex': 'M',
# 'username': 'ofloyd'}
faker.providers.python¶
fake.pybool()
# True
fake.pydecimal(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# Decimal('-11539633.0')
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { 'corporis': 130,
# 'corrupti': 'eMEefWUrKlEplVUVYxuF',
# 'earum': 4581,
# 'exercitationem': Decimal('727531716.6'),
# 'iste': 'wfMxqzlPgEoujDQQYJtL',
# 'omnis': 'ASjopKmKIVYaUMJxVzLw',
# 'optio': Decimal('891.641053'),
# 'quod': 'jonesashley@gmail.com'}
fake.pyfloat(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# 410334.19
fake.pyint(min_value=0, max_value=9999, step=1)
# 1133
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( -96.6307166124,
# datetime.datetime(1995, 6, 7, 19, 38, 20),
# 1924,
# 'pXoAxPWivsDHBJWMVeLT',
# 'WqbRmhGiFfLTtuRQYFHj',
# 4253,
# 'iNqWkbEkOhZHxbMVAjUR',
# datetime.datetime(2019, 3, 23, 17, 9, 21))
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 'http://jones.com/home.html',
# 'KVjnMarcLSrrMfWsqRqt',
# -9909.1,
# 60837789620323.0,
# 'QumxTTtFfEiVWFtAPRXT',
# 'FsmsmEBvXxvEmwePWwXv',
# 'ajzxhIRrBpfBWehZbtwI']
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'FoYzVXRytBdfVUNzcEJh', -26.5677228329, Decimal('53189081759923.9'), 'hieMZSJciXNZEiKqxHGH', 'https://mcintyre.com/app/list/tag/main.htm', 'bcVZoosoigHmGYZVgTbn', 'hcRzcUoVFSXpgWVkvDgT', 'ZtQiuKuTBkKHVzcKFKee'}
fake.pystr(min_chars=None, max_chars=20)
# 'OPyDYLerfQKnLgWNTAGg'
fake.pystruct(count=10, *value_types)
# ( [ datetime.datetime(1985, 7, 17, 10, 10, 10),
# Decimal('-4065713608371.6'),
# 'cSzsqwLEWYmMwvSvVQdk',
# 'http://www.ramirez.sk/',
# 'http://swanson.sk/blog/categories/index/',
# 'http://george.com/',
# 6091,
# 'AEyeLMPJwhjdxEKBEFfF',
# 'EuJqOAIOtUExjAZWrPrW',
# 8867],
# { 'autem': datetime.datetime(2007, 12, 1, 4, 40, 34),
# 'corporis': datetime.datetime(1998, 2, 21, 17, 9, 57),
# 'corrupti': Decimal('-7178339305652.0'),
# 'cupiditate': 8977,
# 'explicabo': 'HZLdfHtXBHSOrYQTuhqX',
# 'laboriosam': 'https://www.martinez.com/explore/categories/login.htm',
# 'nihil': 'https://www.clark.com/',
# 'tenetur': 'PVJfPBnTtXfwUIfoaisn',
# 'voluptate': datetime.datetime(1973, 12, 18, 13, 6, 10)},
# { 'ab': { 1: 8292,
# 2: [ 'WwQfNuFeQEOcevnmMsgJ',
# 'https://www.evans.sk/posts/wp-content/privacy/',
# 'garciacrystal@atlas.sk'],
# 3: { 1: 'pKntDjLpQYXOPXHDdFzm',
# 2: 922,
# 3: [ 'hDlGEZbnfmwrycbNqFBH',
# datetime.datetime(1977, 2, 25, 8, 1, 45)]}},
# 'accusamus': { 5: 10798581969.55,
# 6: [ 'gFPQIisgwmnUyLGDBipj',
# 'tcjBgPkWBFDfieUpLiuA',
# 'sOOTupVZvkNlJTpbCyXO'],
# 7: { 5: 'SwKdOEIGMuXqqbEaoMRq',
# 6: 'SdhEgMEyyJXFnSlGtdtU',
# 7: [ 'mooreamanda@chello.sk',
# datetime.datetime(1985, 6, 16, 5, 30)]}},
# 'autem': { 9: 1929,
# 10: [ datetime.datetime(1970, 8, 12, 20, 30, 3),
# datetime.datetime(1989, 6, 27, 7, 3, 30),
# 'heIqUYEXxvYgeNkncyjw'],
# 11: { 9: 'VdfRHIeGkOpiagbwggoH',
# 10: 712,
# 11: [9331, 'daZTqqkNnJDbqwZZYapa']}},
# 'ducimus': { 2: 'hunterdawn@szm.sk',
# 3: [ 'qgarza@chello.sk',
# 'ACSSrVvDuSuyCRDmIjRc',
# 'vArzGktDecRjskXaGATO'],
# 4: { 2: 'https://burton.com/author.php',
# 3: 'ITPxsEESQuwAtTRRpQXr',
# 4: [ 'linda21@zoznam.sk',
# 'QxJnHrjQlCgcaGCqJEjm']}},
# 'fugiat': { 7: 'wwYqyoFKNMnwGGOJRvdP',
# 8: [ 'vUbUGIKFYgTkjyiipuHB',
# datetime.datetime(1981, 7, 3, 12, 27, 39),
# 'UTErMBGMshSrAEqNIrgx'],
# 9: { 7: 'RoMQfyOeolkJIeZYUXsI',
# 8: 'DNeVVAPrIRyQQSvBurNr',
# 9: ['raymondjason@post.sk', 7984]}},
# 'fugit': { 0: 'PBpuJZttWMmNukvjsGhz',
# 1: [ Decimal('-932354735030.0'),
# 'cgutierrez@szm.sk',
# 'SpcKOxethJrqQWrcEyjY'],
# 2: { 0: 'sAtBkarAalXpWmynZeDw',
# 1: 6364,
# 2: [6066, Decimal('-306617618.0')]}},
# 'recusandae': { 4: 7283,
# 5: [ 'aBKRQGAZpTrqSTnZNZej',
# 'BcZYaothfTYPooQBjWRS',
# 'AHxDJYyIRrGhhZwZZedG'],
# 6: { 4: 'FMvneRuvImNVXsPYXWjJ',
# 5: 'KSxgKNWwXUkEfAxttYZM',
# 6: [55.5, -8774944.601651]}},
# 'repudiandae': { 8: datetime.datetime(1987, 10, 5, 13, 54, 37),
# 9: [4556, 5168500867.77014, 1097],
# 10: { 8: 'https://wilson.sk/explore/about.htm',
# 9: 'omargraham@atlas.sk',
# 10: [ 'fyDDBdQxOruPSrdGKQdZ',
# 'novuOWGfnoQAGFUJEspN']}},
# 'velit': { 3: 'CjhtZFVfTWycIVMGqbNf',
# 4: ['wuKaGnSwoGWTBcWDHAAg', 2595, 9788],
# 5: { 3: datetime.datetime(1999, 8, 13, 9, 13, 51),
# 4: 'tyextWJXwhrKYsYdJceD',
# 5: [ datetime.datetime(2009, 12, 19, 3, 40, 53),
# 'GxIxosIfCUwcdWJAVZMY']}},
# 'vero': { 6: Decimal('-2.261985334332'),
# 7: ['bauereric@post.sk', -5.347, 'GtrkzyeyVNdwhNwTZZWZ'],
# 8: { 6: datetime.datetime(2001, 6, 28, 14, 55, 21),
# 7: Decimal('-57074206950221.0'),
# 8: [ 'yAOEGqiBGqUkhGMIdzzo',
# 'melendezkevin@gmail.com']}}})
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 2112,
# datetime.datetime(1986, 6, 14, 5, 3, 35),
# 'pjones@inmail.sk',
# 'EOpJoVosjsOTOwerTTRP',
# -138517.1961162,
# 'gYjAUyAYoUGDwshvrAgT',
# 'https://rogers.com/',
# 'YWyyUhboUWDnWtFhAynp',
# Decimal('-5164012.64'),
# datetime.datetime(1990, 7, 11, 7, 51, 29),
# 'fDQVhjUwavbBNMPNLvZM')
faker.providers.ssn¶
fake.ssn()
# '443-99-1540'
fake.vat_id()
# 'SK2184054850'
faker.providers.user_agent¶
fake.android_platform_token()
# 'Android 5.1'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (Windows NT 6.2) AppleWebKit/532.2 (KHTML, like Gecko) '
# 'Chrome/32.0.819.0 Safari/532.2')
fake.firefox()
# ('Mozilla/5.0 (Windows NT 4.0; fi-FI; rv:1.9.2.20) Gecko/2017-01-04 12:27:02 '
# 'Firefox/3.8')
fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/5.1)'
fake.ios_platform_token()
# 'iPad; CPU iPad OS 5_1_1 like Mac OS X'
fake.linux_platform_token()
# 'X11; Linux x86_64'
fake.linux_processor()
# 'x86_64'
fake.mac_platform_token()
# 'Macintosh; PPC Mac OS X 10_6_3'
fake.mac_processor()
# 'Intel'
fake.opera()
# 'Opera/9.33.(X11; Linux i686; lzh-TW) Presto/2.9.168 Version/11.00'
fake.safari()
# ('Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; da-DK) '
# 'AppleWebKit/532.19.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 '
# 'Safari/6532.19.1')
fake.user_agent()
# 'Opera/9.95.(X11; Linux x86_64; mt-MT) Presto/2.9.182 Version/12.00'
fake.windows_platform_token()
# 'Windows NT 5.0'