fake.latitude()
# Decimal('9.219955')
fake.street_name()
# u'\u092e\u093e\u0928\u0926\u0940\u092a \u0936\u094d\u0930\u0940\u0935\u093f\u092e\u0932'
fake.address()
# u'50 \u092c\u0928\u093e\n\u0905\u0932\u0940\u0917\u0922-995339'
fake.street_address()
# u'09/2771 \u092a\u093e\u091f\u093f\u0932'
fake.postcode()
# u'360014'
fake.longitude()
# Decimal('-64.777832')
fake.country()
# u'\u091c\u093e\u092a\u093e\u0928'
fake.city_name()
# u'\u0905\u092e\u0930\u094b\u0939\u093e'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('36.175995')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'41/86'
fake.country_code()
# u'TV'
fake.city()
# u'\u0905\u0928\u0928\u094d\u0924\u092a\u0941\u0930'
fake.state()
# u'\u0924\u094d\u0930\u093f\u092a\u0941\u0930\u093e'
fake.ean(length=13)
# u'5613028329074'
fake.ean13()
# u'3281672172586'
fake.ean8()
# u'15811134'
fake.rgb_css_color()
# u'rgb(153,243,188)'
fake.color_name()
# u'DeepSkyBlue'
fake.rgb_color_list()
# (144, 208, 170)
fake.rgb_color()
# u'153,3,173'
fake.safe_hex_color()
# u'#cc0000'
fake.safe_color_name()
# u'maroon'
fake.hex_color()
# u'#18e310'
fake.company()
# u'\u0939\u0947\u0917\u0921\u0947-\u0938\u0947\u0928\u093e\u0927\u0940\u0936'
fake.company_suffix()
# u'LLC'
fake.catch_phrase()
# u'Team-oriented interactive software'
fake.bs()
# u'productize visionary communities'
fake.credit_card_security_code(card_type=None)
# u'4958'
fake.credit_card_provider(card_type=None)
# u'VISA 16 digit'
fake.credit_card_full(card_type=None)
# u'Voyager\n\u0930\u091c\u0928\u0940 \u091a\u094c\u0939\u093e\u0928\n869967222816787 01/25\nCVC: 931\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '09/24'
fake.credit_card_number(card_type=None)
# u'373186809919299'
fake.currency_code()
# 'MNT'
fake.date_time_ad()
# datetime.datetime(753, 12, 6, 15, 47, 49)
fake.month()
# '01'
fake.am_pm()
# 'AM'
fake.timezone()
# u'Pacific/Tongatapu'
fake.iso8601()
# '1976-06-11T15:53:36'
fake.date_time()
# datetime(2014, 5, 13, 18, 56, 29)
fake.month_name()
# 'August'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 10, 16, 1, 55, 39)
fake.unix_time()
# 504128658
fake.day_of_week()
# 'Friday'
fake.day_of_month()
# '07'
fake.time(pattern="%H:%M:%S")
# '22:55:30'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1990, 4, 2, 17, 36, 45)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 1, 15, 39, 49)
fake.year()
# '2007'
fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 5, 8, 51, 52)
fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2014, 12, 31, 7, 37, 53)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2014, 11, 7, 13, 34, 22)
fake.century()
# u'XIII'
fake.date(pattern="%Y-%m-%d")
# '1975-11-30'
fake.time_delta()
# datetime.timedelta(6545, 57637)
fake.mime_type(category=None)
# u'text/xml'
fake.file_name(category=None, extension=None)
# u'saepe.mov'
fake.file_extension(category=None)
# u'html'
fake.ipv4()
# u'253.99.88.147'
fake.url()
# u'http://.com/'
fake.company_email()
# u'16@.info'
fake.uri()
# u'http://www..com/post/'
fake.domain_word(*args, **kwargs)
# u''
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=694\xd7165&w=694&h=165'
fake.tld()
# u'net'
fake.free_email()
# u'p@gmail.com'
fake.slug(*args, **kwargs)
# u'corrupti-mollitia'
fake.free_email_domain()
# u'gmail.com'
fake.domain_name()
# u'.com'
fake.uri_extension()
# u'.html'
fake.ipv6()
# u'4210:0787:3ec8:db08:2a9e:9b4d:5a2c:bc69'
fake.safe_email()
# u'51@example.com'
fake.user_name(*args, **kwargs)
# u'.'
fake.uri_path(deep=None)
# u'app/main/categories'
fake.email()
# u'.@.org'
fake.uri_page()
# u'home'
fake.mac_address()
# u'fc:f6:a3:2a:03:5c'
fake.job()
# 'Press photographer'
fake.text(max_nb_chars=200)
# u'Sint non facere ut ducimus ut repudiandae. Consectetur unde dignissimos distinctio consequuntur. Minus iure optio quod nulla sunt qui at. Molestiae rerum nulla molestiae ab consequuntur.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Placeat et voluptas rerum.'
fake.word()
# u'et'
fake.paragraphs(nb=3)
# [ u'Officiis dignissimos asperiores totam vel harum. Voluptatem ipsum laboriosam omnis. Odit dignissimos dolorum voluptatem quidem. Nesciunt sed sit quidem ea minima.',
# u'Sunt veniam itaque dolor quae necessitatibus recusandae voluptas. Et quaerat a aut et. Eligendi deleniti facere commodi id officia exercitationem molestias.',
# u'Aut nihil quas ut non assumenda fugiat. Perferendis error non dolores et.']
fake.words(nb=3)
# [u'corrupti', u'dolor', u'debitis']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Ipsam voluptate atque et eum optio quaerat. Totam qui sit doloribus est voluptas optio tempore autem. Cum nesciunt aut itaque totam quia excepturi et.'
fake.sentences(nb=3)
# [ u'Qui voluptatem dolores aliquam omnis voluptas.',
# u'Cupiditate quam ab recusandae ut et illo.',
# u'Quia et architecto nam aliquid excepturi eos nihil.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'uQmYxaWR0Y'
fake.locale()
# u'pt_FI'
fake.md5(raw_output=False)
# 'a4bd420e1385b8ee0f645000f71aeaf1'
fake.sha1(raw_output=False)
# '258bbff970098736fe3e96e3b9667b146d45e0f3'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# '0e9686bc34fc3d42b1a54d4f2b5b0978797e6c4a6335bb469dd3fd2e2eb1e466'
fake.uuid4()
# '0f51d821-71f2-4b85-93dd-23ef400ce9b3'
fake.language_code()
# u'ru'
fake.boolean(chance_of_getting_true=50)
# False
fake.last_name_male()
# u'\u0921\u093e\u0928\u0940'
fake.name_female()
# u'\u0915\u093e\u0928\u094d\u0924\u0940 \u0915\u0943\u0937\u094d\u0923\u0928'
fake.prefix_male()
# ''
fake.prefix()
# ''
fake.name()
# u'\u0932\u0924\u093e, \u0930\u091c\u0928\u0940'
fake.suffix_female()
# ''
fake.name_male()
# u'\u092d\u0930\u0924 \u0915\u0943\u0937\u094d\u0923\u093e'
fake.first_name()
# u'\u0905\u0928\u0941\u092a\u092e'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'\u0938\u0941\u0932\u092d\u093e'
fake.first_name_female()
# u'\u0930\u0924\u0928'
fake.last_name_female()
# u'\u0938\u0947\u0928\u093e\u0927\u0940\u0936'
fake.last_name()
# u'\u0932\u0924\u093e'
fake.prefix_female()
# ''
fake.phone_number()
# u'08544 340552'
fake.simple_profile()
# { 'address': u'31/0380 \u095c\u093e\u0932\n\u091a\u0902\u0921\u0940\u0917\u0922-987973',
# 'birthdate': '1996-07-03',
# 'mail': u'f@hotmail.com',
# 'name': u'\u0932\u094b\u0926\u0940, \u0936\u094d\u092f\u093e\u092e\u093e',
# 'sex': 'M',
# 'username': u'74'}
fake.profile(fields=None)
# { 'address': u'98 \u0939\u0947\u0917\u0921\u0947\n\u091a\u0902\u0921\u0940\u0917\u0922-280599',
# 'birthdate': '1982-01-29',
# 'blood_group': '0+',
# 'company': u'\u0932\u093e\u0932, \u0936\u094d\u0930\u0940\u0935\u093f\u092e\u0932 and \u092e\u0939\u093e\u0930\u093e\u091c',
# 'current_location': (Decimal('65.533383'), Decimal('-59.972211')),
# 'job': 'Copywriter, advertising',
# 'mail': u'13@yahoo.com',
# 'name': u'\u0906\u0939\u0942\u091c\u093e, \u0906\u0936\u093e',
# 'residence': u'99/81 \u0910\u0936\u094d\u0935\u0930\u094d\u092f\u093e \u0932\u094b\u0926\u0940\n\u0926\u094d\u0935\u093e\u0930\u093e\u0930\u0938\u094d\u0935\u0940\u0915\u0943\u0924\u093f 039772',
# 'sex': 'M',
# 'ssn': u'282-33-5952',
# 'username': u'68',
# 'website': [ u'http://www..com/',
# u'http://.org/',
# u'http://.com/',
# u'http://www..info/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'31@.net', u'Repudiandae maxime.', u'Id repudiandae.', Decimal('-9496611.8257'), u'Iure non ea vel.', u'http://.com/search/list/terms/', u'42@yahoo.com', u'Necessitatibus.', Decimal('67.4203224'), u'http://.biz/main.htm', u'Ut provident sed.', u'Autem voluptas.', u'Illo quibusdam.', u'00@.info'])
fake.pystr(max_chars=20)
# u'Rerum vitae omnis.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -286324797575812.0
fake.pystruct(count=10, *value_types)
# ( [ u'Eius praesentium.',
# 9146,
# u'Consequuntur.',
# 7755,
# u'Omnis id rerum.',
# u'Iste sunt corrupti.',
# u'Enim expedita quia.',
# datetime(2011, 2, 4, 11, 7, 25),
# Decimal('57049.0'),
# u'http://.net/tags/search/explore/search/'],
# { u'consectetur': 7809,
# u'dicta': 5075,
# u'ea': u'Non eligendi iste.',
# u'harum': u'Alias et suscipit.',
# u'hic': u'http://.com/category/main.htm',
# u'numquam': u'Similique molestiae.',
# u'sit': 519,
# u'ut': 5443},
# { u'ex': { 1: Decimal('-3.46576683'),
# 2: [6255, datetime(2003, 1, 30, 11, 29, 59), u'.@.info'],
# 3: { 1: u'Consequatur.',
# 2: u'http://.org/',
# 3: [3359, u'Id aliquam.']}},
# u'expedita': { 4: Decimal('-2.47564047986E+12'),
# 5: [7351, u'.@hotmail.com', u'u@gmail.com'],
# 6: { 4: Decimal('6.3949530245E+13'),
# 5: Decimal('48144732.193'),
# 6: [ datetime(2006, 7, 18, 9, 51, 51),
# u'Nobis amet.']}},
# u'minus': { 3: Decimal('-486359794.283'),
# 4: [ u'Quia possimus.',
# u'http://www..com/explore/main/category/terms.htm',
# datetime(1991, 8, 24, 5, 24, 6)],
# 5: { 3: 7060465575077.21,
# 4: -7094576136317.0,
# 5: [2121, u'Autem tempora.']}},
# u'odio': { 0: u'x@gmail.com',
# 1: [u'Aperiam nihil cum.', -906061.933818, u'09@.com'],
# 2: { 0: -4990417921.98,
# 1: u'http://.net/faq.php',
# 2: [ u'Odit enim numquam.',
# u'Dicta architecto ea.']}},
# u'quae': { 6: u'http://www..org/blog/search/tag/about.html',
# 7: [9835, 706, u'Ipsa et voluptatem.'],
# 8: { 6: 4771,
# 7: 9630,
# 8: [ u'Dolor sed ullam sed.',
# datetime(1983, 2, 23, 17, 6, 47)]}},
# u'quia': { 9: datetime(1982, 7, 15, 22, 0, 26),
# 10: [ datetime(1996, 11, 15, 1, 32, 19),
# u'82@.com',
# u'Nostrum fugit sunt.'],
# 11: { 9: 5416,
# 10: u'http://.com/tag/search/explore/main/',
# 11: [ u'Voluptatibus.',
# u'Fuga velit illum et.']}},
# u'similique': { 8: u'Recusandae officia.',
# 9: [ 974487331762215.0,
# u'http://www..info/login.html',
# u'Expedita voluptas.'],
# 10: { 8: u'In exercitationem.',
# 9: u'Assumenda dolores.',
# 10: [ Decimal('-2147.16127651'),
# u'Repudiandae et.']}},
# u'tempore': { 7: u'Est consequuntur.',
# 8: [ u'Et tenetur deserunt.',
# u'28@.info',
# u'Fugit nihil non.'],
# 9: { 7: u'http://.biz/',
# 8: datetime(1983, 7, 16, 0, 55, 28),
# 9: [u'http://www..com/author/', u'.@.com']}},
# u'voluptas': { 5: datetime(1979, 11, 10, 16, 15, 42),
# 6: [ datetime(1994, 1, 4, 12, 14, 48),
# u'Et minima ut omnis.',
# u'Perferendis est.'],
# 7: { 5: u'Dolorum voluptas.',
# 6: 3224,
# 7: [ Decimal('-893148629.78'),
# datetime(1991, 6, 15, 20, 37, 19)]}},
# u'voluptate': { 2: 8712,
# 3: [datetime(1983, 2, 13, 20, 11, 37), 6986, 2433],
# 4: { 2: u'Illo velit officiis.',
# 3: datetime(1986, 1, 27, 2, 46, 26),
# 4: [u'Magni eum ullam.', u'Voluptatem.']}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-73.5778888')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'.@.com',
# u'Similique.',
# u'http://www..com/faq/',
# datetime(1977, 11, 20, 20, 3, 53),
# u'Dolorum doloribus.',
# 9813,
# u'Voluptatibus cumque.',
# 1977,
# u'i@.com']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'http://.net/',
# u'Deserunt nihil.',
# u'68@.com',
# u'35@.com',
# u'Numquam dolores.',
# 1165,
# u'Est eligendi aut et.',
# 73436992493.26,
# 969394438453449.0,
# 9812,
# u'http://www..info/',
# 2586,
# datetime(2005, 12, 1, 22, 38, 36),
# 4653,
# u'Voluptate sed ut.')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Voluptatem quisquam.', u'Dolorem harum eum.', u'Suscipit quod rerum.', u'Fuga possimus optio.', u'http://www..org/', u'42@.org', Decimal('902420916.388'), u'Nisi et dolore et.', -925420627.7, datetime(2004, 10, 7, 3, 47, 46), u'Inventore in.', u'Velit repudiandae.', u'Veritatis occaecati.'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'doloribus': u'http://.biz/about.jsp',
# u'ducimus': datetime(1994, 12, 7, 4, 54, 14),
# u'enim': -4.78,
# u'hic': -9393123.811,
# u'ipsam': u'Perferendis eum et.',
# u'maiores': 9627,
# u'molestiae': datetime(1984, 9, 11, 15, 18, 59),
# u'quam': u'34@yahoo.com',
# u'rerum': 8706,
# u'sit': u'Voluptas molestiae.',
# u'voluptatem': 3926}
fake.pyint()
# 6390
fake.ssn()
# u'639-09-5944'
fake.mac_processor()
# u'U; PPC'
fake.firefox()
# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; en-US; rv:1.9.1.20) Gecko/2013-09-19 23:40:57 Firefox/14.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.80.(Windows NT 5.0; it-IT) Presto/2.9.173 Version/11.00'
fake.windows_platform_token()
# u'Windows NT 6.1'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trident/3.1)'
fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/3.1)'
fake.chrome()
# u'Mozilla/5.0 (Windows 95) AppleWebKit/5360 (KHTML, like Gecko) Chrome/15.0.878.0 Safari/5360'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_5_3'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; sl-SI) AppleWebKit/533.22.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6533.22.1'