Language sk_SK

faker.providers.address

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

fake.street_name()
# u'Var\u0161avsk\xe1'

fake.address()
# u'Prie\u010dna 1/4\n422 22 Kravany'

fake.street_address()
# u'Sochorova 33'

fake.postcode()
# u'030 66'

fake.longitude()
# Decimal('-47.285362')

fake.country()
# u'Maldivy'

fake.city_name()
# u'Pal\xedn'

fake.street_suffix_long()
# u'ulica'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'56'

fake.country_code()
# u'SL'

fake.street_suffix_short()
# u'ul.'

fake.city()
# u'Vojtovce'

fake.state()
# u'Trnavsk\xfd kraj'

faker.providers.barcode

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

fake.ean13()
# u'6452057055047'

fake.ean8()
# u'67781560'

faker.providers.color

fake.rgb_css_color()
# u'rgb(225,250,24)'

fake.color_name()
# u'LightPink'

fake.rgb_color_list()
# (52, 149, 212)

fake.rgb_color()
# u'207,131,102'

fake.safe_hex_color()
# u'#774400'

fake.safe_color_name()
# u'yellow'

fake.hex_color()
# u'#935263'

faker.providers.company

fake.company()
# u'Sawayn Rowe k.s.'

fake.company_suffix()
# u'a.s.'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'Diners Club / Carte Blanche'

fake.credit_card_full(card_type=None)
# u'Mastercard\nKesha Konopelski\n5199265992385087 04/18\nCVV: 014\n'

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

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

faker.providers.currency

fake.currency_code()
# 'MMK'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(1264, 12, 3, 16, 15, 20)

fake.month()
# '02'

fake.am_pm()
# 'AM'

fake.timezone()
# u'America/Bogota'

fake.iso8601()
# '1994-06-30T05:03:35'

fake.date_time()
# datetime(1992, 12, 31, 12, 9, 43)

fake.month_name()
# 'September'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 4, 15, 16, 27, 35)

fake.unix_time()
# 1083835986

fake.day_of_week()
# 'Tuesday'

fake.day_of_month()
# '07'

fake.time(pattern="%H:%M:%S")
# '07:32:09'

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1987, 9, 24, 14, 28, 18)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 25, 21, 45, 30)

fake.year()
# '1983'

fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 30, 15, 31, 26)

fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2012, 4, 10, 21, 37, 12)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2012, 9, 20, 22, 58)

fake.century()
# u'XVIII'

fake.date(pattern="%Y-%m-%d")
# '1997-09-12'

fake.time_delta()
# datetime.timedelta(3533, 15134)

faker.providers.file

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

fake.file_name(category=None, extension=None)
# u'consequatur.wav'

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

faker.providers.internet

fake.ipv4()
# u'20.115.146.49'

fake.url()
# u'http://www.kohler.sk/'

fake.company_email()
# u'breitenberg.washington@keeling.com'

fake.uri()
# u'http://www.reichel.com/'

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

fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/695/968'

fake.tld()
# u'com'

fake.free_email()
# u'hackett.evelyne@inmail.sk'

fake.slug(*args, **kwargs)
# u'qui-distinctio'

fake.free_email_domain()
# u'chello.sk'

fake.domain_name()
# u'romaguera.sk'

fake.uri_extension()
# u'.html'

fake.ipv6()
# u'465a:e3d1:4625:5136:5387:1442:f51b:960a'

fake.safe_email()
# u'cremin.durward@example.com'

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

fake.uri_path(deep=None)
# u'search/tag/explore'

fake.email()
# u'sporer.antonette@azet.sk'

fake.uri_page()
# u'homepage'

fake.mac_address()
# u'f4:61:8d:4c:cc:46'

faker.providers.job

fake.job()
# 'Trading standards officer'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Enim veritatis odio nihil qui molestias. Natus minima vel itaque quia et. Beatae debitis non illo est ut ex praesentium autem.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Iure quos quia cumque dolorum sequi voluptas.'

fake.word()
# u'fuga'

fake.paragraphs(nb=3)
# [   u'Qui sint voluptates et et magnam architecto quod. Sapiente ut ut nulla sequi voluptatum possimus ut.',
#     u'Praesentium inventore animi sed placeat laudantium dolore consectetur. Est maiores odio ut saepe quaerat. Omnis ipsum nisi in vitae dignissimos.',
#     u'Explicabo velit pariatur quam cumque quia qui. Error voluptas sed pariatur similique ut rerum. Harum iste atque id vel ut.']

fake.words(nb=3)
# [u'atque', u'sit', u'aut']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Eligendi totam itaque dolorem nihil accusantium pariatur explicabo quas. Sapiente quae occaecati id adipisci assumenda aut accusantium. Dolorem velit perferendis est in. Corrupti ipsam magni sed eum unde.'

fake.sentences(nb=3)
# [   u'Aspernatur in ullam quia minus.',
#     u'Qui nam modi accusantium sed dolorem qui nesciunt.',
#     u'Dolorem deserunt fuga id expedita maxime omnis.']

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'AIKLsJ@v7y'

fake.locale()
# u'cn_CO'

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

fake.sha1(raw_output=False)
# '3fca9df0ffef13ed9f16bc915a5b4367bc25803f'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '8dd8ad42025c2ef37bf321fc09c27ffe342820a86c3949419c4252c37669324a'

fake.uuid4()
# '3d8ef26d-8dcb-40a6-9b1c-a94a4bba72ff'

fake.language_code()
# u'es'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Kilback'

fake.name_female()
# u'Beryl Pouros'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Mr.'

fake.name()
# u'Shaniya Armstrong'

fake.suffix_female()
# u'PhD'

fake.name_male()
# u'Dr. Lawerence Powlowski'

fake.first_name()
# u'Auther'

fake.suffix_male()
# u'MD'

fake.suffix()
# u'DDS'

fake.first_name_male()
# u'Cleve'

fake.first_name_female()
# u'Ruth'

fake.last_name_female()
# u'Jewess'

fake.last_name()
# u'Waters'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+421 34 623 2097'

faker.providers.profile

fake.simple_profile()
# {   'address': u'Ulica Pri ga\u0161tanovej 9930\n314 70 Hri\u010dovsk\xe9 Podhradie',
#     'birthdate': '1981-01-10',
#     'mail': u'ozella57@atlas.sk',
#     'name': u'Dr. Slade Klein Jr.',
#     'sex': 'M',
#     'username': u'ebradtke'}

fake.profile(fields=None)
# {   'address': u'Ulica 29. augusta 15\n509 74 Vy\u0161n\xe1 Hutka',
#     'birthdate': '2003-09-01',
#     'blood_group': '0+',
#     'company': u'Abshire a.s.',
#     'current_location': (Decimal('30.312683'), Decimal('-118.547748')),
#     'job': 'Engineer, biomedical',
#     'mail': u'cummerata.olene@centrum.sk',
#     'name': u'Miss Vivian Schmidt',
#     'residence': u'Molecova 910\n732 26 Bu\u010dany',
#     'sex': 'F',
#     'ssn': u'712-18-0181',
#     'username': u'mitchell.geary',
#     'website': [u'http://www.rippin.sk/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   8964,
#     8023,
#     u'Natus aut eum non.',
#     -405417149.11,
#     u'Est in perspiciatis.',
#     u'russel.roni@atlas.sk',
#     u'Excepturi nihil.',
#     u'http://orn.sk/wp-content/main/',
#     2885,
#     u'schoen.marcy@szm.sk',
#     u'Ab in explicabo.',
#     u'Quis reprehenderit.']

fake.pystr(max_chars=20)
# u'Quod et modi.'

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

fake.pystruct(count=10, *value_types)
# (   [   u'Esse id voluptatem.',
#         65228841.2,
#         3021,
#         u'Vel voluptas.',
#         7101,
#         u'Est minima saepe.',
#         u'http://fay.com/search/tags/login.htm',
#         u'Sequi reiciendis.',
#         37,
#         u'A quis et rem qui.'],
#     {   u'dicta': Decimal('-4902257398.0'),
#         u'distinctio': 5822164.0,
#         u'enim': u'Quia qui qui est.',
#         u'et': 7767,
#         u'facilis': u'Minus velit neque.',
#         u'nam': u'Quae cupiditate.',
#         u'necessitatibus': -72.6563,
#         u'nemo': u'Odio ut quas ea sed.',
#         u'non': 5640,
#         u'qui': u'Sapiente ipsam.'},
#     {   u'eum': {   5: u'Est aut sint vero.',
#                     6: [   u'Fugit fugit.',
#                            u'http://nader.com/',
#                            u'Qui ipsum dolorem.'],
#                     7: {   5: Decimal('-720.3083'),
#                            6: u'Delectus et omnis.',
#                            7: [   datetime(1972, 5, 3, 8, 28, 13),
#                                   u'Ea tempora nihil.']}},
#         u'fuga': {   8: u'Illum quis quas.',
#                      9: [4986, Decimal('-5.60340413514E+12'), 3377],
#                      10: {   8: Decimal('698641.7442'),
#                              9: u'http://www.harris.com/faq.php',
#                              10: [8944, Decimal('855777188591')]}},
#         u'magni': {   1: u'joell45@gmail.com',
#                       2: [   datetime(1993, 9, 13, 4, 21, 35),
#                              u'Et qui eaque et.',
#                              Decimal('461262964.8')],
#                       3: {   1: 6025,
#                              2: u'Cupiditate unde ut.',
#                              3: [6346, -318833911251.781]}},
#         u'nobis': {   4: u'Laborum blanditiis.',
#                       5: [   Decimal('8.72071925948E+13'),
#                              Decimal('-96572974.1768'),
#                              Decimal('1.21085458')],
#                       6: {   4: u'Nulla vero.',
#                              5: u'Excepturi qui sed.',
#                              6: [   u'Rerum quia quod.',
#                                     u'Laudantium iure qui.']}},
#         u'quia': {   7: 8372,
#                      8: [   u'Et quisquam.',
#                             u'hintz.bethel@atlas.sk',
#                             u'Aut qui rerum.'],
#                      9: {   7: datetime(1992, 12, 2, 3, 23, 54),
#                             8: u'Impedit quia.',
#                             9: [   datetime(1999, 8, 6, 11, 46, 42),
#                                    Decimal('-160778451.0')]}},
#         u'quo': {   6: u'keebler.raul@zoznam.sk',
#                     7: [1517, u'rempel.edsel@post.sk', u'Rerum tenetur.'],
#                     8: {   6: u'Ipsa recusandae.',
#                            7: 4468,
#                            8: [   datetime(2002, 9, 6, 1, 37, 29),
#                                   u'http://www.jacobs.sk/about/']}},
#         u'rem': {   3: 6102,
#                     4: [   u'Qui fuga voluptates.',
#                            datetime(2013, 2, 11, 3, 16, 47),
#                            u'Voluptates ut omnis.'],
#                     5: {   3: u'Perspiciatis.',
#                            4: u'Qui doloribus aut.',
#                            5: [4562, u'Eius itaque alias.']}},
#         u'sunt': {   9: Decimal('-4.07047115389E+13'),
#                      10: [   u'Aut quasi.',
#                              u'Non excepturi cum.',
#                              Decimal('-45897.8639918')],
#                      11: {   9: u'Qui blanditiis.',
#                              10: u'Ut quaerat natus.',
#                              11: [   datetime(1989, 9, 2, 19, 18, 57),
#                                      -8552.62195]}},
#         u'voluptas': {   0: u'Fuga sequi nihil in.',
#                          1: [   datetime(1971, 6, 6, 16, 58, 27),
#                                 u'Voluptatem qui et.',
#                                 Decimal('6.57564743114E+12')],
#                          2: {   0: u'http://www.wehner.sk/main.jsp',
#                                 1: 84052.855990247,
#                                 2: [   u'Earum deleniti.',
#                                        datetime(1984, 1, 19, 19, 39, 50)]}},
#         u'voluptatem': {   2: u'Illum vitae ut at.',
#                            3: [   u'Eligendi nobis.',
#                                   u'Aut iure et nobis.',
#                                   u'Dolor facilis illo.'],
#                            4: {   2: 16986053121.3012,
#                                   3: datetime(2002, 11, 16, 16, 40, 34),
#                                   4: [u'Eligendi.', u'dosinski@atlas.sk']}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime(1989, 12, 8, 6, 46, 3),
#     u'abernathy.rome@azet.sk',
#     u'http://wiza.sk/',
#     2944,
#     6753,
#     Decimal('58.0'),
#     u'goodwin.geoffrey@gmail.com',
#     u'harris.elgie@chello.sk',
#     Decimal('-873928734.0'),
#     u'Sunt deserunt.']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'http://kilback.sk/search/',
#     u'Est a numquam.',
#     datetime(1978, 2, 22, 1, 39, 47),
#     Decimal('-736815.925004'),
#     u'Optio nisi facilis.',
#     u'http://www.schneider.com/about/',
#     -337.7440692,
#     u'http://www.kihn.sk/author/',
#     u'Quasi qui corporis.',
#     9719,
#     u'Ut optio tempore.',
#     2620,
#     1054)

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'http://www.bechtelar.sk/explore/posts/categories/index/', 6755, u'http://goyette.sk/', u'becker.raelyn@post.sk', u'Et et quas et.', u'http://www.mosciski.sk/list/wp-content/register.php', u'denesik.monna@zoznam.sk', Decimal('48380.5555997'), u'Autem cum aliquam.', u'Est tenetur.', u'In vitae debitis.'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'consequuntur': Decimal('-9.638'),
#     u'cum': 9168,
#     u'hic': u'Earum qui magnam.',
#     u'necessitatibus': u'Laborum ipsam ut.',
#     u'officiis': u'Quaerat sed.',
#     u'omnis': 1087,
#     u'reiciendis': u'Quis nihil cum est.',
#     u'rem': 5422,
#     u'saepe': u'jlarson@chello.sk',
#     u'temporibus': 458,
#     u'voluptatem': datetime(1976, 10, 28, 6, 41, 30)}

fake.pyint()
# 7969

faker.providers.ssn

fake.ssn()
# u'378-97-6193'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.1; sl-SI; rv:1.9.2.20) Gecko/2012-08-21 12:43:18 Firefox/10.0'

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

fake.opera()
# u'Opera/9.39.(X11; Linux x86_64; en-US) Presto/2.9.189 Version/12.00'

fake.windows_platform_token()
# u'Windows NT 5.01'

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

fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/3.1)'

fake.chrome()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5320 (KHTML, like Gecko) Chrome/14.0.881.0 Safari/5320'

fake.linux_processor()
# u'x86_64'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2 rv:5.0; sl-SI) AppleWebKit/531.41.7 (KHTML, like Gecko) Version/4.1 Safari/531.41.7'