fake.latitude()
# Decimal('-47.049961')
fake.street_name()
# u'\u0926\u093e\u0926\u093e'
fake.address()
# u'52/8633 \u0906\u0926\u093f\u0924\u094d\u092f \u091c\u092e\u093e\u0928\u0924\n\u0905\u0939\u092e\u0926\u093e\u092c\u093e\u0926-271058'
fake.street_address()
# u'950 \u0928\u0930\u0947\u0928\u094d\u0926\u094d\u0930 \u0927\u093e\u0932\u0940\u0935\u093e\u0932'
fake.postcode()
# u'759744'
fake.longitude()
# Decimal('131.756667')
fake.country()
# u'\u092c\u094b\u0938\u094d\u0928\u093f\u092f\u093e'
fake.city_name()
# u'\u0905\u092e\u0930\u094b\u0939\u093e'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('151.142203')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'672'
fake.country_code()
# u'CV'
fake.city()
# u'\u092e\u094b\u0915\u094b\u0915\u091a\u0941\u0902\u0917'
fake.state()
# u'\u0905\u0938\u092e'
fake.ean(length=13)
# u'0274077583364'
fake.ean13()
# u'2773043362210'
fake.ean8()
# u'62417730'
fake.rgb_css_color()
# u'rgb(77,242,226)'
fake.color_name()
# u'SaddleBrown'
fake.rgb_color_list()
# (144, 232, 236)
fake.rgb_color()
# u'243,67,72'
fake.safe_hex_color()
# u'#885500'
fake.safe_color_name()
# u'maroon'
fake.hex_color()
# u'#72eac7'
fake.company()
# u'\u0921\u093e\u0930, \u0922\u0940\u0902\u0917\u0930\u093e and \u092e\u093e\u0928\u0947'
fake.company_suffix()
# u'Ltd'
fake.catch_phrase()
# u'Seamless interactive hardware'
fake.bs()
# u'maximize open-source systems'
fake.credit_card_security_code(card_type=None)
# u'204'
fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'
fake.credit_card_full(card_type=None)
# u'Mastercard\n\u0905\u091c\u093f\u0924 \u0917\u093e\u092f\u0915\u0935\u093e\u0921\n5528144203935224 09/21\nCVV: 589\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '12/18'
fake.credit_card_number(card_type=None)
# u'4933614493978409'
fake.currency_code()
# 'STD'
fake.date_time_ad()
# datetime.datetime(915, 3, 28, 12, 40, 51)
fake.month()
# '10'
fake.am_pm()
# 'PM'
fake.timezone()
# u'Africa/Libreville'
fake.iso8601()
# '1990-12-07T16:58:06'
fake.date_time()
# datetime(1999, 1, 26, 0, 50, 29)
fake.month_name()
# 'May'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 9, 21, 0, 31, 34)
fake.unix_time()
# 824260706
fake.day_of_week()
# 'Saturday'
fake.day_of_month()
# '10'
fake.time(pattern="%H:%M:%S")
# '09:08:41'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1991, 5, 24, 19, 35, 15)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 24, 19, 35, 57)
fake.year()
# '1994'
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(2011, 11, 15, 0, 15, 14)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2015, 4, 7, 10, 32, 4)
fake.century()
# u'IV'
fake.date(pattern="%Y-%m-%d")
# '1974-12-13'
fake.time_delta()
# datetime.timedelta(1895, 53387)
fake.mime_type(category=None)
# u'video/quicktime'
fake.file_name(category=None, extension=None)
# u'est.html'
fake.file_extension(category=None)
# u'avi'
fake.ipv4()
# u'81.213.29.147'
fake.url()
# u'http://www..org/'
fake.company_email()
# u'.@.net'
fake.uri()
# u'http://.com/blog/tag/main/index/'
fake.domain_word(*args, **kwargs)
# u''
fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/929/803'
fake.tld()
# u'com'
fake.free_email()
# u'.@gmail.com'
fake.slug(*args, **kwargs)
# u'officia-odio'
fake.free_email_domain()
# u'gmail.com'
fake.domain_name()
# u'.org'
fake.uri_extension()
# u'.jsp'
fake.ipv6()
# u'e763:5fb6:69cc:7096:186d:9ba5:aac3:e5a6'
fake.safe_email()
# u'h@example.com'
fake.user_name(*args, **kwargs)
# u'71'
fake.uri_path(deep=None)
# u'app/tag/main'
fake.email()
# u'f@.info'
fake.uri_page()
# u'about'
fake.mac_address()
# u'aa:71:df:b5:65:de'
fake.job()
# 'Insurance risk surveyor'
fake.text(max_nb_chars=200)
# u'Nulla animi totam quas dolore ratione dolores at. Non eveniet reprehenderit vero similique sit eius sit architecto.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Minima qui excepturi voluptates ut explicabo consectetur vel.'
fake.word()
# u'laudantium'
fake.paragraphs(nb=3)
# [ u'Aut et cumque officiis enim eum quo alias. Ut impedit nihil eum maxime odit. Sequi aspernatur at beatae et dolorem sint quisquam. Consequatur expedita quia ea rerum deleniti pariatur. Officia voluptas nesciunt deleniti nisi culpa voluptas accusamus molestiae.',
# u'Minus nam est placeat inventore itaque. Enim beatae suscipit accusantium quo alias voluptas. Est quia aut fugit quia qui.',
# u'Numquam ea commodi nisi ea vel similique. Quae earum non inventore. Est nesciunt aut sed sit quos sed voluptatem.']
fake.words(nb=3)
# [u'debitis', u'cumque', u'laudantium']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Provident aliquid qui aperiam et ut fugiat. Deserunt aut eum ut provident repellat hic magnam. Voluptatem minus totam eos laudantium officia velit.'
fake.sentences(nb=3)
# [ u'Voluptas laboriosam repudiandae hic fuga.',
# u'Omnis rerum consequatur quidem mollitia.',
# u'Dicta alias quisquam magnam corrupti officiis iusto.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'M%M3+hPtDd'
fake.locale()
# u'en_SO'
fake.md5(raw_output=False)
# '323cf20de932864762158daf0bcb002d'
fake.sha1(raw_output=False)
# 'eb93af9ae66f3402a82ae0ee6f8af92a739c00da'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '49081da62cf0505ac74e70f074719696eed283ce3ca8a5574f921e70ad06e7f0'
fake.uuid4()
# '01496481-e6de-45f4-b81a-2a5d6968d094'
fake.language_code()
# u'de'
fake.boolean(chance_of_getting_true=50)
# True
fake.last_name_male()
# u'\u092e\u0926\u0928'
fake.name_female()
# u'\u0905\u0902\u0915\u093f\u0924\u093e \u092e\u093e\u0928\u0947'
fake.prefix_male()
# ''
fake.prefix()
# ''
fake.name()
# u'\u0905\u0902\u0915\u0941\u0930 \u0926\u0942\u092c\u0947'
fake.suffix_female()
# ''
fake.name_male()
# u'\u092a\u094d\u0930\u0926\u0940\u092a \u092c\u093e\u0932\u0915\u0943\u0937\u094d\u0923\u0928'
fake.first_name()
# u'\u0907\u0928\u094d\u0926\u094d\u0930\u091c\u093f\u0924'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'\u091c\u0917\u0928\u094d\u0928\u093e\u0925'
fake.first_name_female()
# u'\u091a\u0947\u0924\u0928\u093e'
fake.last_name_female()
# u'\u092e\u0939\u093e\u0935\u0940\u0930'
fake.last_name()
# u'\u0926\u093e\u0930\u093e'
fake.prefix_female()
# ''
fake.phone_number()
# u'05915 916547'
fake.simple_profile()
# { 'address': u'2/3 \u0905\u092d\u092f \u0922\u0940\u0902\u0917\u0930\u093e\n\u092b\u093e\u0926\u0930 536871',
# 'birthdate': '2007-10-03',
# 'mail': u'.@yahoo.com',
# 'name': u'\u092e\u093e\u0928\u0947, \u091c\u092f\u0928\u094d\u0924\u0940',
# 'sex': 'F',
# 'username': u'.'}
fake.profile(fields=None)
# { 'address': u'51/126 \u0905\u0930\u094b\u095c\u093e\n\u0905\u0917\u0930\u0924\u0932\u093e 262391',
# 'birthdate': '1985-10-22',
# 'blood_group': 'AB-',
# 'company': u'\u0926\u0941\u0906 and Sons',
# 'current_location': (Decimal('17.664555'), Decimal('-11.862578')),
# 'job': 'Barrister',
# 'mail': u'.@hotmail.com',
# 'name': u'\u0924\u0943\u0937\u094d\u0923\u093e \u0917\u0930\u094d\u0917',
# 'residence': u'235 \u0935\u093f\u0935\u0947\u0915 \u0915\u0943\u0937\u094d\u0923\u093e\n\u0926\u093e\u0932\u0916\u094b\u0932\u093e-137936',
# 'sex': 'M',
# 'ssn': u'414-08-5212',
# 'username': u'p',
# 'website': [u'http://.net/', u'http://.com/', u'http://www..com/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Architecto porro.', -90504.46475, Decimal('-275278190332'), u'Non suscipit sed.', 5897, u'http://.org/tag/posts/search.htm', u'http://.com/main/terms/', datetime(1991, 2, 11, 6, 28, 19), 41.68751, u'Nihil deleniti ut.', -25566.132, u'Quia totam deserunt.', datetime(2006, 1, 12, 11, 5, 28)])
fake.pystr(max_chars=20)
# u'Asperiores voluptas.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 4701425.8277
fake.pystruct(count=10, *value_types)
# ( [ u'.@gmail.com',
# u'Nesciunt sint.',
# 9386,
# u'Quia sed sit.',
# 791955.294037567,
# 1811,
# -5.305,
# 7766,
# 7915,
# Decimal('36615.905')],
# { u'aut': 2399,
# u'culpa': 922.777442685084,
# u'est': u'Nihil facere ad.',
# u'quas': 9869,
# u'quibusdam': u'Explicabo.',
# u'rerum': datetime(1976, 7, 15, 0, 11, 51),
# u'sunt': datetime(1986, 11, 30, 14, 36, 47),
# u'temporibus': u'Expedita modi odit.',
# u'ut': u'Sit voluptas eos.'},
# { u'atque': { 1: 4162839095567.9,
# 2: [ 4260,
# u'http://www..com/explore/terms/',
# datetime(2004, 5, 17, 21, 11, 49)],
# 3: { 1: u'Nemo aut molestias.',
# 2: u'Assumenda cum omnis.',
# 3: [94195.5757, u'.@yahoo.com']}},
# u'et': { 9: Decimal('58494.7'),
# 10: [ u'Labore impedit.',
# u'Quo porro aut.',
# u'Quia consequatur ut.'],
# 11: { 9: 8081,
# 10: Decimal('6487323.9424'),
# 11: [ u'Laudantium nihil.',
# u'Harum perspiciatis.']}},
# u'nihil': { 0: u'http://.com/',
# 1: [u'Natus rerum.', u'Distinctio magnam.', -3143.0],
# 2: { 0: u'Incidunt numquam.',
# 1: -93284526518451.0,
# 2: [ u'28@.com',
# datetime(1998, 5, 24, 17, 34, 5)]}},
# u'quasi': { 7: u'Corporis quo.',
# 8: [ Decimal('-850726.678014'),
# -7769396403200.62,
# u'Consequuntur quidem.'],
# 9: { 7: 2916,
# 8: u'Asperiores vero.',
# 9: [u'Dolorem nihil qui.', u'.@.com']}},
# u'quisquam': { 6: u'.@hotmail.com',
# 7: [ 1108,
# u'Distinctio.',
# datetime(2009, 8, 13, 14, 52, 36)],
# 8: { 6: Decimal('-3.92327415508E+12'),
# 7: -59.0,
# 8: [u'Eaque et aut.', u'f@yahoo.com']}},
# u'reiciendis': { 8: u'.@.info',
# 9: [ u'56@hotmail.com',
# datetime(2004, 1, 1, 13, 47, 14),
# 6658],
# 10: { 8: 7086,
# 9: 1188,
# 10: [u'Assumenda ipsam.', u'a@.com']}},
# u'saepe': { 5: u'http://www..org/author.html',
# 6: [ u'Qui optio esse.',
# u'Ad id provident qui.',
# u'http://www..biz/'],
# 7: { 5: u'Sed laudantium est.',
# 6: u'Earum non ea vel.',
# 7: [ u'Sit natus culpa et.',
# Decimal('5.3665916931E+12')]}},
# u'sit': { 4: Decimal('-7.81197126157E+12'),
# 5: [6380, u'Ut fuga labore.', 8510],
# 6: { 4: 2462,
# 5: datetime(1998, 12, 29, 19, 44, 7),
# 6: [Decimal('-58984616053.0'), u'Ea doloribus.']}},
# u'veritatis': { 2: Decimal('558.0'),
# 3: [ u'.@gmail.com',
# u'Enim est et et nam.',
# Decimal('-7.27581301118E+13')],
# 4: { 2: u'Natus accusamus.',
# 3: u'http://.net/author/',
# 4: [3706, Decimal('839.72644')]}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-886205330.0')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'Tempore.',
# u'Iusto quae placeat.',
# 1960.17821485478,
# u'b@yahoo.com',
# u'Non pariatur saepe.',
# 5810,
# 7117,
# u'Laborum aut earum.',
# u'Animi officia nihil.',
# 6584]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'Dolores distinctio.',
# 3972,
# 5298,
# u'Quos asperiores.',
# 7975,
# u'Architecto.',
# 6556575679.807,
# Decimal('-86558660882.1'),
# u'http://.net/categories/login/',
# u'52@.org',
# datetime(1977, 3, 10, 8, 42, 42),
# u'Et nisi autem est.',
# 9823)
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Nostrum aliquid.', u'Vitae dolores est.', 7205, u'Et sint excepturi.', u'http://.com/main/search/main/author.htm', u'Quibusdam mollitia.', -67510.501104, Decimal('56.500910621'), 4180395652711.11, 3030, 43.441626330951, 636606669.26, u'Ea ut nisi.'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'alias': 256634233624939.0,
# u'aliquam': u'Veritatis ut.',
# u'consequatur': u'Fuga rerum.',
# u'dicta': Decimal('-3.14519249896E+13'),
# u'in': u'Facere laudantium.',
# u'iure': datetime(1979, 4, 26, 17, 4, 37),
# u'maiores': Decimal('359580787.961'),
# u'minus': 5043,
# u'omnis': 3718,
# u'quo': datetime(1976, 11, 28, 3, 57, 59),
# u'rem': -7601.41039844,
# u'rerum': u'Est in pariatur.',
# u'sit': Decimal('-29.0'),
# u'ut': 1.914773909}
fake.pyint()
# 6372
fake.ssn()
# u'752-66-7775'
fake.mac_processor()
# u'U; PPC'
fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; rv:1.9.2.20) Gecko/2010-05-14 16:13:07 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.76.(Windows 98; it-IT) Presto/2.9.188 Version/12.00'
fake.windows_platform_token()
# u'Windows 95'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/4.1)'
fake.user_agent()
# u'Opera/8.81.(X11; Linux x86_64; en-US) Presto/2.9.176 Version/11.00'
fake.chrome()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5322 (KHTML, like Gecko) Chrome/14.0.848.0 Safari/5322'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_8_3'
fake.safari()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_4 rv:6.0; sl-SI) AppleWebKit/533.25.5 (KHTML, like Gecko) Version/4.0 Safari/533.25.5'