fake.latitude()
# Decimal('-32.9350715')
fake.street_name()
# u'Jeruzal\xe9msk\xe1'
fake.address()
# u'\u0160ev\u010d\xedkova 8/7\n555 13 B\u011bl\xe1 pod Bezd\u011bzem'
fake.street_address()
# u'Jasn\xe1 I 1'
fake.postcode()
# u'117 91'
fake.longitude()
# Decimal('21.561454')
fake.country()
# u'Ji\u017en\xed S\xfad\xe1n'
fake.city_name()
# u'Lib\u010dice nad Vltavou'
fake.street_suffix_long()
# u'n\xe1m\u011bst\xed'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-137.060451')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'5'
fake.country_code()
# u'WS'
fake.street_suffix_short()
# u'n\xe1m.'
fake.city()
# u'Semily'
fake.state()
# u'Jihomoravsk\xfd kraj'
fake.ean(length=13)
# u'7563770035182'
fake.ean13()
# u'6359180617725'
fake.ean8()
# u'95356464'
fake.rgb_css_color()
# u'rgb(255,196,133)'
fake.color_name()
# u'BlanchedAlmond'
fake.rgb_color_list()
# (165, 64, 233)
fake.rgb_color()
# u'230,95,125'
fake.safe_hex_color()
# u'#113300'
fake.safe_color_name()
# u'aqua'
fake.hex_color()
# u'#9de28d'
fake.company()
# u'\u0160imek Holub o.s.'
fake.company_suffix()
# u'o.s.'
fake.credit_card_security_code(card_type=None)
# u'410'
fake.credit_card_provider(card_type=None)
# u'Voyager'
fake.credit_card_full(card_type=None)
# u'American Express\nEduard Posp\xed\u0161ilov\xe1\n370688111974956 03/20\nCID: 1863\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '07/19'
fake.credit_card_number(card_type=None)
# u'3088701813988641'
fake.currency_code()
# 'BSD'
fake.date_time_ad()
# datetime.datetime(512, 5, 16, 19, 53, 5)
fake.month()
# '04'
fake.am_pm()
# 'PM'
fake.timezone()
# u'Africa/Lubumbashi'
fake.iso8601()
# '2007-06-25T18:40:51'
fake.date_time()
# datetime(1970, 11, 30, 13, 3, 8)
fake.month_name()
# 'April'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 6, 17, 14, 5, 29)
fake.unix_time()
# 1014889690
fake.day_of_week()
# 'Monday'
fake.day_of_month()
# '08'
fake.time(pattern="%H:%M:%S")
# '15:15:38'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2011, 3, 3, 4, 44, 28)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 4, 8, 32, 19)
fake.year()
# '1988'
fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 5, 8, 51, 49)
fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2014, 3, 3, 9, 59, 45)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2014, 1, 17, 14, 26, 49)
fake.century()
# u'IV'
fake.date(pattern="%Y-%m-%d")
# '2000-03-09'
fake.time_delta()
# datetime.timedelta(16092, 40566)
fake.mime_type(category=None)
# u'model/example'
fake.file_name(category=None, extension=None)
# u'qui.bmp'
fake.file_extension(category=None)
# u'mp4'
fake.ipv4()
# u'8.73.25.186'
fake.url()
# u'http://www.hjkov.cz/'
fake.company_email()
# u'vladimira.kadlecova@polkov.cz'
fake.uri()
# u'http://www.tpnek.com/'
fake.domain_word(*args, **kwargs)
# u'kopeck'
fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/685/520'
fake.tld()
# u'cz'
fake.free_email()
# u'pavel92@chello.cz'
fake.slug(*args, **kwargs)
# u'in-sed-nihil'
fake.free_email_domain()
# u'email.cz'
fake.domain_name()
# u'urbanov.cz'
fake.uri_extension()
# u'.html'
fake.ipv6()
# u'78ee:4be8:44c4:1aa2:3e7b:4cac:4b7e:c679'
fake.safe_email()
# u'zjelinek@example.org'
fake.user_name(*args, **kwargs)
# u'opolakova'
fake.uri_path(deep=None)
# u'list'
fake.email()
# u'novakova.alzbeta@seznam.cz'
fake.uri_page()
# u'main'
fake.mac_address()
# u'0b:3e:be:99:23:a6'
fake.job()
# 'Production engineer'
fake.text(max_nb_chars=200)
# u'Occaecati autem aliquam eum consequuntur qui itaque aut optio. Voluptas molestiae non dolore et omnis.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Distinctio quaerat non error ratione.'
fake.word()
# u'voluptas'
fake.paragraphs(nb=3)
# [ u'Nihil aut iure consequatur itaque nemo eum non. Quia ab nam ut qui placeat qui sapiente. Consequuntur error asperiores ea doloribus.',
# u'Qui eveniet unde veritatis iste. Id ab consequatur voluptate tempore et rerum earum. Molestiae rerum sit consequatur velit natus quis et.',
# u'Aut inventore dolorum est. Est quas tempora ea consequatur accusantium porro. Porro qui delectus dignissimos delectus. Est est dolores inventore quia qui alias provident quod.']
fake.words(nb=3)
# [u'fugiat', u'omnis', u'maxime']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Quasi est dolores occaecati et omnis ut. Saepe et saepe impedit et fugit aut. Aliquid quo necessitatibus dolores id excepturi. Nisi laudantium dolores et quia labore occaecati velit recusandae.'
fake.sentences(nb=3)
# [ u'Aut quibusdam voluptatem eum.',
# u'Quia possimus sunt numquam minus.',
# u'Inventore necessitatibus voluptates enim qui nisi sint ad.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'1imjl6idBO'
fake.locale()
# u'ru_NP'
fake.md5(raw_output=False)
# '7573ad7fb5e749276810fbd0453f3a59'
fake.sha1(raw_output=False)
# 'b6121c62db5a781c43155b6198d8a9d6330f20ef'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '9c54639f9ccc09a64c3e0c07f0779b5fbe2287cd7adb6182c2a1038d8a569e74'
fake.uuid4()
# '1cd91274-8ba0-4be0-8bcb-5369fdae696b'
fake.language_code()
# u'es'
fake.boolean(chance_of_getting_true=50)
# False
fake.last_name_male()
# u'Kr\xe1l'
fake.name_female()
# u'Franti\u0161ek Bene\u0161'
fake.prefix_male()
# u'Ing.'
fake.prefix()
# u'Mgr.'
fake.name()
# u'Kry\u0161tof \u0160t\u011bp\xe1nek'
fake.suffix_female()
# u'Th.D.'
fake.name_male()
# u'Kristina Bl\xe1hov\xe1'
fake.first_name()
# u'Alexandra'
fake.suffix_male()
# u'Th.D.'
fake.suffix()
# u'Ph.D.'
fake.first_name_male()
# u'Eduard'
fake.first_name_female()
# u'Radka'
fake.last_name_female()
# u'\u0158\xedhov\xe1'
fake.last_name()
# u'\u0160\u0165astn\xe1'
fake.prefix_female()
# u'pan\xed'
fake.phone_number()
# u'738 337 549'
fake.simple_profile()
# { 'address': u'U D\xe1lnice 9/9\n494 76 Jev\xed\u010dko',
# 'birthdate': '2007-05-13',
# 'mail': u'ivana.sedlackova@centrum.cz',
# 'name': u'Zden\u011bk Van\u011bk',
# 'sex': 'F',
# 'username': u'blaha.robert'}
fake.profile(fields=None)
# { 'address': u'S\xe1mova 72\n516 29 Husinec',
# 'birthdate': '1973-07-23',
# 'blood_group': 'B+',
# 'company': u'Va\u0148kov\xe1 Tich\xe1 o.s.',
# 'current_location': (Decimal('-21.6860225'), Decimal('-81.132533')),
# 'job': 'Ecologist',
# 'mail': u'moravcova.monika@email.cz',
# 'name': u'Julie Ku\u010derov\xe1',
# 'residence': u'Spolupr\xe1ce 459\n786 53 Vroutek',
# 'sex': 'F',
# 'ssn': u'330-60-2452',
# 'username': u'blazek.alois',
# 'website': [u'http://www.urban.cz/', u'http://fiala.com/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'stastna.alzbeta@email.cz',
# u'Sit voluptatem.',
# 407,
# u'Ducimus iusto alias.',
# u'Sunt aperiam ea.',
# 2800,
# u'http://www.ha.cz/category/',
# u'Eum laborum cumque.',
# 2323,
# u'Vel voluptatum.',
# Decimal('855495402.771'))
fake.pystr(max_chars=20)
# u'Sequi quis aliquam.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -1452.5261
fake.pystruct(count=10, *value_types)
# ( [ -8849.0,
# u'Et odio doloribus.',
# u'Nemo tempore ex.',
# datetime(2015, 6, 19, 2, 17, 36),
# 6954,
# u'http://www.vesel.com/home/',
# u'Veniam omnis quia.',
# Decimal('-5.79695497506E+14'),
# u'http://www.kopeck.cz/main.htm',
# -97148129367609.0],
# { u'aliquid': u'Non unde et hic.',
# u'aut': Decimal('990420953604'),
# u'eveniet': u'Asperiores sequi.',
# u'labore': u'Fugiat incidunt.',
# u'quo': u'Nihil dolorum.',
# u'rerum': datetime(1971, 4, 11, 2, 38, 14),
# u'sint': u'http://vesel.cz/search/',
# u'ut': 26440621156.565,
# u'vel': u'Et fuga accusantium.'},
# { u'aut': { 7: u'Ut eum tempore.',
# 8: [ datetime(1971, 3, 4, 1, 19, 37),
# datetime(1976, 3, 1, 16, 57, 16),
# 3868],
# 9: { 7: 5976,
# 8: u'Sunt libero et ut a.',
# 9: [datetime(1985, 3, 25, 7, 48, 2), 4835]}},
# u'eaque': { 1: 8094,
# 2: [8755, u'Qui debitis.', u'Ipsum quia dolorem.'],
# 3: { 1: datetime(1991, 10, 30, 5, 32, 26),
# 2: u'Ut perferendis.',
# 3: [u'Voluptatem.', 2866]}},
# u'enim': { 4: datetime(2005, 5, 29, 15, 56, 49),
# 5: [1858, u'http://vakov.cz/', u'Possimus sunt quae.'],
# 6: { 4: 1646454912870.23,
# 5: Decimal('-3.00266727703E+12'),
# 6: [566.7164626, Decimal('94.733101818')]}},
# u'error': { 5: u'Esse sint dolores.',
# 6: [ -9001896778.37801,
# Decimal('9.242'),
# datetime(1971, 10, 14, 22, 44, 53)],
# 7: { 5: u'Deserunt voluptates.',
# 6: datetime(1991, 12, 5, 21, 29, 45),
# 7: [ u'Corrupti.',
# datetime(2006, 8, 9, 13, 0, 10)]}},
# u'et': { 2: Decimal('66.3402396796'),
# 3: [u'Natus molestias hic.', u'At dolorem qui.', -2.0],
# 4: { 2: 132,
# 3: u'Aut quasi est nihil.',
# 4: [-785.57, Decimal('3149781.18238')]}},
# u'perspiciatis': { 6: 710.911,
# 7: [ 9181,
# u'Perferendis veniam.',
# Decimal('-4.06856014738E+14')],
# 8: { 6: Decimal('-42452865677.8'),
# 7: u'dvorakova.pavla@post.cz',
# 8: [8439, u'Sunt esse.']}},
# u'quae': { 0: 35444020.1883,
# 1: [ 3811,
# u'http://doleal.com/index/',
# u'fialova.denisa@post.cz'],
# 2: { 0: u'simek.jiri@post.cz',
# 1: u'hajek.lubos@chello.cz',
# 2: [ u'http://www.machov.com/post/',
# u'Maiores iure vel.']}},
# u'ut': { 9: 318664726915.56,
# 10: [ u'ksimek@centrum.cz',
# datetime(1979, 7, 23, 8, 57, 52),
# u'Excepturi.'],
# 11: { 9: Decimal('18705645867.4'),
# 10: u'kucerova.nela@post.cz',
# 11: [ datetime(2010, 11, 19, 6, 43, 52),
# u'Consequuntur.']}},
# u'veritatis': { 8: 856,
# 9: [5265, u'Delectus eos quia.', 3898],
# 10: { 8: -128569021.890337,
# 9: -41237230.8666,
# 10: [ u'Consectetur.',
# u'sarka.soukupova@gmail.com']}},
# u'voluptatibus': { 3: datetime(1985, 4, 27, 0, 25, 18),
# 4: [ Decimal('48.43111'),
# u'Iusto possimus qui.',
# 308],
# 5: { 3: Decimal('4644.72743043'),
# 4: u'Est tempora cumque.',
# 5: [ -86.3563958149,
# datetime(1975, 2, 5, 12, 21, 56)]}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-656393357665')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 5236,
# u'Necessitatibus.',
# u'Et dolorem sapiente.',
# -36823.4906776,
# u'stanislava66@volny.cz',
# Decimal('54161004202.2'),
# 3351,
# 181451.348287,
# 6596,
# u'Similique dolores.']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'Quo mollitia atque.',
# Decimal('-4.84763329317E+12'),
# 1095,
# u'http://dvok.cz/category/categories/search/',
# u'http://nmec.com/category/',
# u'Aut quaerat.',
# Decimal('286889125661'))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([64, Decimal('7.97188328535E+14'), u'milos.stastny@volny.cz', 4001, u'lkadlecova@seznam.cz', u'Quis est qui qui.', u'Quae autem nihil.', u'Odit porro aut.'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'aperiam': u'Nobis et mollitia.',
# u'et': 524.5654525,
# u'modi': datetime(1985, 5, 27, 18, 47, 6),
# u'nemo': u'Ipsa atque dolorem.',
# u'non': u'vlcek.bohumil@centrum.cz',
# u'odit': u'http://www.vank.cz/',
# u'quis': u'http://pokorn.com/search/tag/search/index/',
# u'sint': u'Voluptatum quo.',
# u'ullam': Decimal('176382571522')}
fake.pyint()
# 6584
fake.ssn()
# u'536-58-3418'
fake.mac_processor()
# u'U; Intel'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2011-09-27 13:57:12 Firefox/10.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.80.(X11; Linux i686; en-US) Presto/2.9.179 Version/11.00'
fake.windows_platform_token()
# u'Windows 95'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trident/4.0)'
fake.user_agent()
# u'Mozilla/5.0 (Windows 95; it-IT; rv:1.9.1.20) Gecko/2010-03-31 22:49:00 Firefox/3.8'
fake.chrome()
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5311 (KHTML, like Gecko) Chrome/14.0.893.0 Safari/5311'
fake.linux_processor()
# u'x86_64'
fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_6_2'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; it-IT) AppleWebKit/535.28.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6535.28.7'