fake.latitude()
# Decimal('-15.9188315')
fake.street_name()
# u'\u65b0\u8208\u8def'
fake.address()
# u'511 \u5609\u7fa9\u7e23\u81ea\u5f37\u8def68\u865f'
fake.street_address()
# u'\u6c11\u6cbb\u8857184\u865f'
fake.postcode()
# u'838'
fake.longitude()
# Decimal('-98.596773')
fake.country()
# u'\u5df4\u8c9d\u591a'
fake.city_name()
# u'\u53f0\u6771\u7e23'
fake.secondary_address()
# u'0\u6a13'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-60.453197')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'647\u865f'
fake.country_code()
# u'CD'
fake.city()
# u'\u53f0\u6771\u7e23'
fake.ean(length=13)
# u'7672601675838'
fake.ean13()
# u'7137981768506'
fake.ean8()
# u'02541662'
fake.rgb_css_color()
# u'rgb(126,65,116)'
fake.color_name()
# u'YellowGreen'
fake.rgb_color_list()
# (179, 162, 134)
fake.rgb_color()
# u'127,226,46'
fake.safe_hex_color()
# u'#aa0000'
fake.safe_color_name()
# u'lime'
fake.hex_color()
# u'#674638'
fake.company_suffix()
# u'\u6709\u9650\u516c\u53f8'
fake.company()
# u'\u4e00\u7d71\u8d85\u5546'
fake.company_prefix()
# u'\u5fb7\u6c4e'
fake.credit_card_security_code(card_type=None)
# u'645'
fake.credit_card_provider(card_type=None)
# u'JCB 15 digit'
fake.credit_card_full(card_type=None)
# u'JCB 15 digit\n\u4f73\u6167 \u5e2d\n180027905215765 02/17\nCVC: 731\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '08/22'
fake.credit_card_number(card_type=None)
# u'5491157711693187'
fake.currency_code()
# 'DJF'
fake.date_time_ad()
# datetime.datetime(51, 8, 29, 19, 37, 46)
fake.month()
# '02'
fake.am_pm()
# 'PM'
fake.timezone()
# u'Asia/Urumqi'
fake.iso8601()
# '2011-03-07T07:09:34'
fake.date_time()
# datetime(2011, 4, 30, 4, 55, 2)
fake.month_name()
# 'August'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 1, 31, 2, 20, 46)
fake.unix_time()
# 681935008
fake.day_of_week()
# 'Saturday'
fake.day_of_month()
# '27'
fake.time(pattern="%H:%M:%S")
# '07:33:50'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1986, 2, 11, 2, 12, 37)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 17, 13, 47, 18)
fake.year()
# '1999'
fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 30, 15, 31, 27)
fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2013, 1, 9, 4, 25, 15)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2014, 4, 27, 14, 41, 31)
fake.century()
# u'VI'
fake.date(pattern="%Y-%m-%d")
# '2012-06-25'
fake.time_delta()
# datetime.timedelta(11729, 18505)
fake.mime_type(category=None)
# u'model/mesh'
fake.file_name(category=None, extension=None)
# u'ut.jpeg'
fake.file_extension(category=None)
# u'wav'
fake.ipv4()
# u'72.95.156.66'
fake.url()
# u'http://.org/'
fake.company_email()
# u'.@nuiqlo.com'
fake.uri()
# u'http://www..net/homepage.html'
fake.domain_word(*args, **kwargs)
# u'nuiqlo'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=641\xd7336&w=641&h=336'
fake.tld()
# u'biz'
fake.free_email()
# u't@gmail.com'
fake.slug(*args, **kwargs)
# u'tempora-id-vero-nam'
fake.free_email_domain()
# u'hotmail.com'
fake.domain_name()
# u'.com'
fake.uri_extension()
# u'.html'
fake.ipv6()
# u'8801:699a:15a6:e653:2cc1:9f61:8ee6:2b3c'
fake.safe_email()
# u'.@example.net'
fake.user_name(*args, **kwargs)
# u'23'
fake.uri_path(deep=None)
# u'categories'
fake.email()
# u'68@.info'
fake.uri_page()
# u'category'
fake.mac_address()
# u'00:48:f4:d6:2a:58'
fake.job()
# 'Retail manager'
fake.text(max_nb_chars=200)
# u'Dolorem minus sunt minus nostrum. Maxime consectetur quasi nobis commodi omnis eaque. Molestiae id temporibus quasi dolor.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Sit quo qui sunt libero ea corporis.'
fake.word()
# u'culpa'
fake.paragraphs(nb=3)
# [ u'Magni quis animi eum. Maxime officia ipsum dolor alias delectus deserunt sed.',
# u'Qui iure cupiditate magnam consequatur repellat. Eligendi eum consectetur minima eos. Eos sint quaerat eaque perferendis possimus nihil. Et occaecati dolores fugit maiores id ut. Consectetur voluptatem labore qui rerum quasi.',
# u'Aut rerum vel sint veniam. Reprehenderit a explicabo blanditiis aut et ab. Quia totam hic in vitae rem asperiores. Labore quo autem animi a sed tempore.']
fake.words(nb=3)
# [u'et', u'quia', u'deleniti']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Possimus qui et mollitia. Ullam sed beatae aut corporis. Veritatis saepe quas perferendis alias nam inventore. Sint in quibusdam iste possimus.'
fake.sentences(nb=3)
# [ u'Expedita asperiores officiis fugit enim.',
# u'In esse ab laborum illum.',
# u'Dolores est repellendus ducimus aut repellat molestias.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'3Jb@0p$w9*'
fake.locale()
# u'it_SD'
fake.md5(raw_output=False)
# 'ba053f6008973c47b442d046134af7f8'
fake.sha1(raw_output=False)
# 'eb44ad08b3ef9e59f022bdcc9c95deba06d7dc9a'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '88facb50d524e0d525238e6e64544fb75049de77eee9047daca6c30c8282c345'
fake.uuid4()
# 'c6a2a9ec-34e6-4378-8f5c-afc247475739'
fake.language_code()
# u'el'
fake.boolean(chance_of_getting_true=50)
# True
fake.last_name_male()
# u'\u5bc7'
fake.name_female()
# u'\u7f8a\u60e0\u96ef'
fake.prefix_male()
# ''
fake.prefix()
# ''
fake.name()
# u'\u5c1a\u96c5\u742a'
fake.suffix_female()
# ''
fake.name_male()
# u'\u4e95\u4fe1\u5b8f'
fake.first_name()
# u'\u5091\u514b'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'\u51a0\u9716'
fake.first_name_female()
# u'\u96c5\u6587'
fake.last_name_female()
# u'\u5132'
fake.last_name()
# u'\u9215'
fake.prefix_female()
# ''
fake.phone_number()
# u'0982-200382'
fake.simple_profile()
# { 'address': u'14195 \u53f0\u5357\u5e02\u6210\u529f\u8857203\u865f',
# 'birthdate': '2008-09-30',
# 'mail': u'j@hotmail.com',
# 'name': u'\u82b1\u627f\u7ff0',
# 'sex': 'M',
# 'username': u'y'}
fake.profile(fields=None)
# { 'address': u'85441 \u9023\u6c5f\u7e23\u6b63\u7fa9\u8def457\u865f',
# 'birthdate': '1990-08-14',
# 'blood_group': 'A+',
# 'company': u'\u570b\u4e2d\u92fc\u9435\u6709\u9650\u516c\u53f8',
# 'current_location': (Decimal('86.490018'), Decimal('24.779939')),
# 'job': 'Armed forces training and education officer',
# 'mail': u'11@yahoo.com',
# 'name': u'\u9f4a\u90c1\u96ef',
# 'residence': u'342 \u5c4f\u6771\u7e23\u6c11\u65cf\u8def6\u865f',
# 'sex': 'M',
# 'ssn': u'U897849979',
# 'username': u's',
# 'website': [ u'http://.com/',
# u'http://www..info/',
# u'http://.com/',
# u'http://www..com/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'http://.biz/explore/terms/',
# u'http://.com/explore/tags/main.html',
# datetime(2013, 11, 25, 13, 5, 42),
# 5428,
# u'Nobis eius aut.',
# u'.@yahoo.com',
# 7916,
# 4297,
# 8390,
# 9612,
# u'http://www..net/posts/categories/tag/privacy/',
# 1462,
# u'http://www..org/']
fake.pystr(max_chars=20)
# u'Distinctio est.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 70850.952
fake.pystruct(count=10, *value_types)
# ( [ datetime(2010, 10, 16, 8, 51, 20),
# u'http://www.ayhoo.com/home.htm',
# -6250.368,
# u'Fugiat et saepe.',
# u'Ipsa temporibus.',
# u'Occaecati et et.',
# 6593,
# u'Nesciunt est.',
# Decimal('8100.366'),
# u'Labore qui earum.'],
# { u'architecto': u'.@.com',
# u'corporis': u'Voluptatem dolores.',
# u'est': u'Provident.',
# u'et': u'Ad qui voluptate ut.',
# u'iste': u'Sed et sunt.',
# u'odit': u'Velit fugit omnis.',
# u'quia': datetime(1990, 6, 24, 17, 57, 54),
# u'quos': u'Provident natus.',
# u'vitae': 8211},
# { u'commodi': { 1: -18408.3,
# 2: [ datetime(2000, 1, 20, 22, 0, 20),
# u'.@.com',
# u'http://www..org/main/list/main.asp'],
# 3: { 1: u'Totam ducimus vel.',
# 2: 88.712,
# 3: [610, u'Molestias ut.']}},
# u'dolor': { 5: u'.@yahoo.com',
# 6: [ datetime(2004, 9, 29, 22, 48, 35),
# u'http://www..info/categories/main/homepage/',
# u'Est dolore et rerum.'],
# 7: { 5: datetime(1970, 11, 10, 0, 15, 31),
# 6: u'Delectus atque modi.',
# 7: [7617, u'http://www..com/category/']}},
# u'et': { 7: datetime(1982, 11, 10, 13, 23, 3),
# 8: [ u'Laboriosam commodi.',
# u'Qui adipisci.',
# datetime(1995, 5, 31, 2, 14, 10)],
# 9: { 7: u'Quibusdam nemo.',
# 8: 997770.4632962,
# 9: [86.61223378691, 1636]}},
# u'harum': { 3: u'http://.info/homepage/',
# 4: [u'Est eligendi eos.', u'.@hotmail.com', u'z@.org'],
# 5: { 3: u'Aut sint maiores.',
# 4: 3772,
# 5: [ Decimal('-7.26727501915E+14'),
# u'Quae fugiat nam.']}},
# u'illum': { 6: u'Voluptas aut vel.',
# 7: [u'n@.com', u'http://.com/index/', u'Omnis qui.'],
# 8: { 6: 1551,
# 7: u'http://.com/author/',
# 8: [u'Quia sit sit ullam.', u'Itaque enim.']}},
# u'labore': { 9: u'Culpa quia earum.',
# 10: [ u'Accusamus expedita.',
# u'Sit et eius ut.',
# datetime(1992, 12, 19, 2, 55, 19)],
# 11: { 9: u'Quae doloremque.',
# 10: u'http://www..org/',
# 11: [ 9264160006004.0,
# datetime(1986, 6, 24, 5, 55, 55)]}},
# u'magnam': { 2: datetime(2012, 12, 23, 7, 27, 37),
# 3: [ u'Deleniti aspernatur.',
# u'Corrupti id.',
# datetime(1977, 1, 24, 21, 49, 32)],
# 4: { 2: datetime(1978, 2, 14, 9, 52, 32),
# 3: u'http://nuiqlo.org/homepage/',
# 4: [ Decimal('-681272693.616'),
# u'Ea et in sequi.']}},
# u'nihil': { 0: Decimal('4.121'),
# 1: [ Decimal('9380080295.5'),
# u'Libero saepe.',
# u'Hic ipsum possimus.'],
# 2: { 0: 637.2343415,
# 1: Decimal('26530438484.4'),
# 2: [u'Nihil eum facere.', 791]}},
# u'rerum': { 8: datetime(1988, 10, 30, 1, 12, 51),
# 9: [ -9916661549.88,
# datetime(2000, 6, 18, 3, 50, 9),
# u'http://bim.com/tag/category/privacy.asp'],
# 10: { 8: u'http://www..com/about/',
# 9: 2533,
# 10: [ Decimal('-9.78252843335E+12'),
# u'http://.com/search/list/blog/author.php']}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('915444289.922')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'Alias sit placeat.',
# u'Repellat ab ducimus.',
# u'Distinctio.',
# u'Dolor esse.',
# u'Et vel fuga quia ut.',
# u'.@.com',
# 8155,
# u'Expedita officiis.',
# u'Dolorem.']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'Omnis occaecati.',
# Decimal('-8251.0'),
# -501205294.0,
# 10481790872.0,
# Decimal('18086835966.3'),
# u'Molestiae velit vel.',
# u'Nihil nobis velit.')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Et sit voluptas.', u'http://www..com/wp-content/posts/category/home/', 7521, u'Qui animi atque.', 485.8088406, u'.@.org', -41472745608.0, Decimal('7.31488104177E+12'), 9713, u'Sint exercitationem.', -761675299.197765, datetime(2008, 12, 31, 10, 39, 52), -503910.0])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'beatae': datetime(1983, 9, 28, 11, 19, 59),
# u'dignissimos': u'Officia minus velit.',
# u'dolore': -199169190388.59,
# u'facilis': u'.@gmail.com',
# u'impedit': Decimal('-8.74772074555E+14'),
# u'magnam': 1162,
# u'minus': 612,
# u'nulla': u'Totam sit ex.',
# u'optio': u'Aperiam et iure.',
# u'porro': u'.@gmail.com',
# u'quaerat': u'.@hotmail.com',
# u'quia': Decimal('562761.0'),
# u'recusandae': datetime(2012, 3, 1, 11, 39, 44)}
fake.pyint()
# 5834
fake.ssn()
# u'I293976060'
fake.mac_processor()
# u'Intel'
fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.2; sl-SI; rv:1.9.1.20) Gecko/2014-08-24 14:39:43 Firefox/9.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.66.(X11; Linux x86_64; it-IT) Presto/2.9.166 Version/11.00'
fake.windows_platform_token()
# u'Windows 98'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.1)'
fake.user_agent()
# u'Opera/8.35.(Windows NT 6.1; en-US) Presto/2.9.180 Version/12.00'
fake.chrome()
# u'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/5320 (KHTML, like Gecko) Chrome/15.0.853.0 Safari/5320'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_8_1'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; it-IT) AppleWebKit/531.1.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6531.1.3'