Language hi_IN

faker.providers.address

fake.latitude()
# Decimal('-78.584485')

fake.street_name()
# u'\u0926\u092f\u093e\u0932'

fake.address()
# u'81/156 \u0910\u0936\u094d\u0935\u0930\u094d\u092f\u093e \u0917\u093e\u0902\u0917\u0941\u0932\u0940\n\u0916\u0921\u0917\u092a\u0941\u0930-523999'

fake.street_address()
# u'881 \u091c\u094d\u092f\u094b\u0924\u094d\u0938\u0928\u093e \u092c\u093e\u0926\u093e\u092e\u0940'

fake.postcode()
# u'898030'

fake.country_code(representation="alpha-2")
# u'NA'

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

fake.country()
# u'\u0917\u0947\u092c\u094b\u0928'

fake.city_name()
# u'\u092e\u094b\u0924\u093f\u0939\u093e\u0930\u0940'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'69'

fake.city()
# u'\u092e\u094b\u0915\u093e\u092e\u093e'

fake.state()
# u'\u0930\u093e\u091c\u0938\u094d\u0925\u093e\u0928'

faker.providers.automotive

fake.license_plate()
# u'45-Q267'

faker.providers.bank

fake.bban()
# 'XBXY1270627879307'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB97LHEY3790626630941'

faker.providers.barcode

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

fake.ean13()
# u'1976702508634'

fake.ean8()
# u'53929327'

faker.providers.color

fake.rgb_css_color()
# u'rgb(161,12,94)'

fake.color_name()
# u'ForestGreen'

fake.rgb_color()
# u'121,96,99'

fake.safe_hex_color()
# u'#ccdd00'

fake.safe_color_name()
# u'green'

fake.hex_color()
# u'#3738c9'

faker.providers.company

fake.company()
# u'\u092c\u0938\u0941-\u0926\u0924\u094d\u0924\u093e'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Persistent upward-trending Graphic Interface'

fake.bs()
# u'morph visionary interfaces'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'VISA 19 digit'

fake.credit_card_full(card_type=None)
# u'Maestro\n\u0930\u091a\u0928\u093e \u0926\u0941\u0906\n676208848678 12/21\nCVV: 634\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'BTC'

fake.currency_code()
# 'SEK'

fake.currency_name()
# 'Cambodian riel'

fake.cryptocurrency_name()
# 'Omni'

fake.cryptocurrency()
# ('USDT', 'Tether')

fake.currency()
# ('KWD', 'Kuwaiti dinar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 19, 9, 15, 31)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xf5b450a4>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1991, 6, 8, 18, 27, 7)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2011, 9, 21)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 15, 22, 28, 47)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 8, 6)

fake.day_of_week()
# 'Friday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 2, 6, 16, 53, 54)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2008, 5, 7)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2007, 10, 28, 13, 39, 59)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1975-08-02'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 31, 46)

fake.date_object(end_datetime=None)
# datetime.date(2018, 7, 18)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 7, 28)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2005-08-05T18:08:30'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 23)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2010, 10, 7)

fake.month()
# '12'

fake.year()
# '2014'

fake.day_of_month()
# '23'

fake.unix_time(end_datetime=None, start_datetime=None)
# 468577868

fake.timezone()
# u'Indian/Maldives'

fake.century()
# u'XI'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(2013, 11, 23)

fake.time_object(end_datetime=None)
# datetime.time(14, 30, 11)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 23, 23, 1, 12)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2012, 11, 28, 14, 29, 59)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '05:23:21'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 4)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 30, 14, 59, 55)

fake.month_name()
# 'April'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(531, 11, 26, 1, 54, 11)

fake.time_delta(end_datetime=None)
# datetime.timedelta(2940, 10979)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/xvdm'

fake.mime_type(category=None)
# u'application/json'

fake.file_path(depth=1, category=None, extension=None)
# u'/odio/quis.avi'

fake.unix_partition(prefix=None)
# u'/dev/vdy0'

fake.file_name(category=None, extension=None)
# u'tempora.html'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'ashokmngl@yahoo.com'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/758x517'

fake.tld()
# u'info'

fake.email(*args, **kwargs)
# u'loknaattyonhnumaan@ddhiingraa.com'

fake.url(schemes=None)
# u'https://bkssii-aahuujaa.com/'

fake.ipv4_private(network=False, address_class=None)
# '10.233.86.25'

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'index'

fake.free_email_domain(*args, **kwargs)
# u'gmail.com'

fake.safe_email(*args, **kwargs)
# u'yshkulkrnnii@example.com'

fake.ascii_email(*args, **kwargs)
# 'luuthraaessaa@loknaattyon-krssnnmuurti.com'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '205.108.21.27'

fake.ascii_company_email(*args, **kwargs)
# 'sraamshrmaa@kunnddaa.net'

fake.domain_name(*args, **kwargs)
# u'dossii.com'

fake.ipv4(network=False, address_class=None, private=None)
# '119.168.198.250'

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

fake.slug(*args, **kwargs)
# u'quam-blanditiis'

fake.uri_path(deep=None)
# u'app/app/blog'

fake.company_email(*args, **kwargs)
# u'mukeshmhaadev@dddhaal.info'

fake.uri()
# u'http://www.baaptt.com/post.php'

fake.ipv6(network=False)
# '5fa0:5114:41a4:f0b3:7e43:10c4:8515:b7da'

fake.free_email(*args, **kwargs)
# u'ltaasaavitrii@yahoo.com'

fake.ascii_safe_email(*args, **kwargs)
# 'dossiiavnii@example.com'

fake.mac_address()
# u'07:c6:f8:df:4b:2b'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-4761-2720-4'

fake.isbn13(separator="-")
# u'978-0-85571-510-6'

faker.providers.job

fake.job()
# 'Exhibitions officer, museum/gallery'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Corrupti magnam officiis esse.\nAut sapiente iusto suscipit distinctio sit illo. Facere quia dolores ab sequi. Natus deserunt animi nisi.\nAd voluptatibus doloribus deserunt fuga explicabo ducimus.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Est non voluptas eius odit eum. Modi enim accusantium voluptate in voluptate quo. Soluta reprehenderit sint porro adipisci.',
#     u'Libero debitis non expedita distinctio facere commodi sit. Enim placeat fugiat modi incidunt inventore esse. Perferendis numquam nostrum at quos recusandae sint.',
#     u'Corrupti ut id modi vitae iure. Consequuntur adipisci eos harum unde sit.']

fake.words(nb=3, ext_word_list=None)
# [u'odio', u'ex', u'sint']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Iste deleniti laborum ratione recusandae voluptatibus.',
#     u'Deserunt odio magnam itaque in est cupiditate.',
#     u'Ipsam labore illo quaerat repellendus.']

fake.word(ext_word_list=None)
# u'rem'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Autem tempore non ex nobis excepturi impedit. Et ipsum hic deserunt voluptas cum recusandae.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Consequatur modi fuga minus maiores sint.'

faker.providers.misc

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

fake.locale()
# u'hne_IN'

fake.binary(length=1048576)
# bytearray(b'#\x14\x1c\x83mc`W\xefKo\xbf\xecI\xfb\xb5\x06]s\xa0P\xd4\x87*\xea\x9b\xf7`\xf5\x1aU#\xee\xb0\xdeQN\xff\x92\xb1y@\x96}-F\xc6\xff\xe7\x98\xfb6M\xeb\xfbT\x0e\x11\x8d\x9c\x96\xcfG\xae\xac{\xfd\xfa\x1d\xec\x1c\\\xd2\x9dC\xa6\xec\x9c\xad\x0e\xb2\xec\xef\xb5\x83\x81\x1b\xc1\xa5\xaa\xab>JS\x9a\xef\xa1\xef-\xc4\xba2)\xfb\x9b\x07\x07\x1a\xf9\x92\x03r\x17\xcd\xcb}\xb8v\x88,lvy\xe2O\xbde\xd7v\x84\xe5|\xb4\x13d\xda\x7fKD\x91\xc3\x1enK\xd3#M\xea${\xe0o\xf2J\x92H4\x91\x15\xaf\xa8n\x11h\xf43\xc0\x92\x08\xfca\x8c\x05qB\xb5\xbe_g\x00NH\xc1<\xf7\xeaK\x85u]\x1e\x92\xd0\xdcU\xaa\x12\xdb\xba\t\xab\x03\xf8\x88\x19\xc8,W%\xae>3\x84]\xd4\xd2a\xba\xf8\xce\xa9\xbb\x86\'#$\x16\xc0Dc\xb3M\xcf7\x15:\x81\xf7Zy\xdb/\x84\xd6\xb0\xdbCq\xd2Vpc\xea\xf3\xe8x\xd7\xcbzp\xba\xae\xed\x023\xcc\x9d\x95\'\x18\x11\xce\xc7~9y\x8d\x1c\t\xe1=-=\xe3|m!\\\x80,\x14\xfa\x87s\r\xcc\x12?\xd2=\xa8\x81\xd9\xc2\xea3\xb6\xd8\xdc\xef\x0f\xcb\xf9L?\xcb\r\xda\'g(\xab\x0eA\x98\x1d@Q\xc3\x12\xc7\x8e\xd1R\x80w\x90<\x16\xf14\x98\x1d\x8e\xfa\xed\x03\xe55_\x80\x98L\n\xd4\x1eHK\xf5)tX3\xa6\xdcV\xdfE!\xf9\xa6\x02\x96\t\xc7\x1c\x13\xfb\xd4\x8b\x96C\x0c,Ho\xde\xaf\xfe\xf2\xc5*H;\x1d\xb2%\xf4z:Z\'\xd0\xb5v\x98k8\xbe\x97\xe5\xff7\x98\xca&s@\xef\x9d\xfb\xf7+\x8a\x9b4:z\xea\xd2\xaff\xd3\xbf*\x07\xec{)\xbd\xb9\xb3\xb5\xed(H\x14/\xbb\xa3\xaf\xbeY\xc7>x\xf4\x8c;MaQ\xc0O\xd5m\xb7<\xd1\xd6\xc3\x97\x9b\xbc\xf1\x11\xfc2?k\xda\xf7\xedE\x8cL\xdeC\x89\xc3CK\x1b5\xb6\x85Y\x8d\x10\x9bg5Q\x18+1\xd7\xf7\x9b,\xcd\xcf\x154\xe7\xbe\xb9\xb9\xbcdD\x8d2\x9aj\xa3_Ni\xe1\x84\xa4Ir\x8a\xe2\xc5\xcay\xe8\xb4s\xa8el*\x9eD\xd7b\xc2\x80\x92\xe9RO"$\xac\x1e\x0c\xd8R\x9b5\x10"\x17\x14\x06\xca=0\x1a\x92O;u"[\x9b\xbbL\xef\xdd\x89\xea\x1c \xc4Q\x11\x97\xa7\xac\xd0\x93G5k\'\xa2\xe1\xc2+\x01\xf2\xe6%\xe2\xb3\x99\x1170\x08\xeeH(\xa0\x7fZ\x96o\x7f\xbe\xb9\xdc\xdd\x85\xee\t\xce^\x83c\x03\xc9\xae\xcc\xf4;0_\x1a\xdae\x10\xa1\x9a\xdf\x82<k\xa5U\x9a\xe7\xab\xfd$\x98\xa7y$\xce\x05\xa9\xf2\xb7L\xf8;>I3\xf5\xdf\xf8\x02<\xe7\\\x19\xf4.\x9e\xa0|\x03\x16^q\\\xed\\%)d\x03\xb4\xde,\xea\xfa\xec\xc0\xd7`\x8a\xd3\x9a\x01\xc1\xef\x95N6\x980$$\x96\x8f\xc8$&\x07\x86[\x19\x0e\x9a\x00k\xf1\xae\xfb\xa8\xafm\x83\xe08,iF\x9e\x03#\xcf\xe8i\x07m-p\x1f\r\xbf\xaa$\xf2\x06\xbcm\x1a\xa9?\x9cl\xec\xcd\xce\x88\xd7\xbd\x7f\x0b\x85]\xb3\xb2-.M9\x19\xa6\xf1\xa4/\nQ\xc5b\x06\xd4i\xf6\x19y\xf0[\xbc\xbb\x919\x1eun\xf0\xfb\x9f\xd6\x1a\x9d\x02\x82\x0e#,\xe0\xc9\xa7\x19~\xc2\xfb$\xa7\x12\x04\xb1rg!e\x1aC\x187\x04\xad\\\xa80S;\xa1\x14\xe8y\xea/i\x16\x18\xe0\x82Q\x92\xa2\xe2\x19I\xf3\x01\x1c\xe4H\xc4\xf1o\xcf\xac(\xc5\xbd+\xa0\xfc1\xdc\xbc)\xaf\x89\x93\x05\xe3\xa5\xa6\xbb\x00\xf6\xe7u\x85\x95\xdb[\xb2\x06-\xe8\x99?\xf0H\xfd/\xf7\xbb\xc4(b9\x83(\xb7E\xed\xa7D\x89\x00os)\xe9\xab#\xd2\xac\xdb\x08\xc9Uo\x91\xf8\x1aG\xcb\xbdu\xbd\x91\x1f\xf0/\x97i\xecKo\x13\x058\x9b5S\xb5\xcc\xad\x8c\xf5`\x94\\\x9e#\x8e\xc0\xe5\xcc[g\x9a\x1a\xdc\x02\r\xa5N\xb18\x9c^4\xb0\xcd\xcf0\xe6u\xaf\\\x1ce\x84^,\xfd\xf0\xd6oH\xb1\x1a\x0e\x864\xcd\x8d)\x807\xb9\xd0o\xf1\xe0')

fake.md5(raw_output=False)
# '6ef05487f3489c7ebbf508fd63f48d64'

fake.sha1(raw_output=False)
# 'ddb169d57c724ae0b04dd509e44dd06b6843f8fd'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '64ed3fc7498ef98f0da52907ff4d7eeab334fceb1d76bd0fde8a4b76a90d07ca'

fake.uuid4()
# 'b4a2d4b3-8ec5-32dd-02f9-cfa3793717b1'

fake.language_code()
# u'ks'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u0936\u093f\u0930\u094b\u0933\u0947'

fake.name_female()
# u'\u092a\u0941\u0937\u094d\u092a\u093e \u092c\u093e\u0926\u093e\u092e\u0940'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.name()
# u'\u0926\u0935\u0947, \u092d\u0930\u0924'

fake.suffix_female()
# u''

fake.name_male()
# u'\u0930\u091a\u0928\u093e \u0932\u093e\u0932'

fake.first_name()
# u'\u0905\u0916\u093f\u0932'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u092e\u093e\u0932\u0924\u0940'

fake.first_name_female()
# u'\u0917\u0923\u0947\u0936'

fake.last_name_female()
# u'\u092e\u0939\u093e\u0926\u0947\u0935'

fake.last_name()
# u'\u0932\u094b\u0915\u0928\u093e\u091f\u094d\u092f\u094b\u0902'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'+91 019 2911246'

fake.msisdn()
# '6482553177247'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'0/5 \u092e\u0939\u093e\u0930\u093e\u091c\n\u092b\u0924\u0947\u0939\u0917\u0922-103559',
#     'birthdate': datetime.date(1908, 4, 23),
#     'mail': u'caudhriinrendr@hotmail.com',
#     'name': u'\u0932\u0942\u0925\u0930\u093e, \u092e\u093e\u0928\u0926\u0940\u092a',
#     'sex': 'F',
#     'username': u'shyaamaadddhaal'}

fake.profile(fields=None, sex=None)
# {   'address': u'127 \u0935\u093f\u0937\u094d\u0923\u0941 \u092c\u0928\u093e\n\u092d\u093e\u0917\u0932\u092a\u0941\u0930-069410',
#     'birthdate': datetime.date(1953, 6, 30),
#     'blood_group': 'B+',
#     'company': u'\u0932\u093e\u0932\u093e Group',
#     'current_location': (Decimal('18.6624485'), Decimal('105.208146')),
#     'job': 'Civil engineer, contracting',
#     'mail': u'govindaaddhiingraa@hotmail.com',
#     'name': u'\u0915\u093e\u0932\u093f\u0926\u093e\u0938 \u0906\u0939\u0942\u091c\u093e',
#     'residence': u'7159 \u0938\u0947\u0928\u093e\u0927\u0940\u0936\n\u091a\u0902\u0921\u0940\u0917\u0922 811490',
#     'sex': 'F',
#     'ssn': u'562-08-6270',
#     'username': u'mnnircnaa',
#     'website': [   u'https://www.dyaal.com/',
#                    u'https://www.krssnnn-bhnddaarii.org/',
#                    u'http://www.dddhaal.com/',
#                    u'http://vphaadaar-bhaart.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'UqYBXkeCvzqKwKKMgcSM', -874111.23331, datetime.datetime(1993, 3, 4, 11, 12, 26), datetime.datetime(1984, 12, 31, 18, 2, 53), u'XAUnzATlyggnNEdYOEtn', u'https://www.shrmaa.biz/index/', u'chaabraahnumaan@gmail.com', u'DCMbQhIdPcLyFHQtRwsN', datetime.datetime(2002, 1, 27, 6, 39, 12), 955, 898272145998597.0])

fake.pystr(min_chars=None, max_chars=20)
# u'asRXfSNWyyyhfPMlRuqB'

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(1991, 7, 6, 8, 7, 32),
#         6644,
#         u'HnRkxkHxxEGlWMoemnMr',
#         u'ashok09@ddaanii.com',
#         u'bxlIidwcNbKjlkcysFIQ',
#         Decimal('981158.91089'),
#         8532,
#         u'MasrFkwXcytHjfVljEWH',
#         u'http://www.baaptt.com/privacy/',
#         datetime.datetime(1994, 10, 13, 10, 59, 57)],
#     {   u'autem': u'AXKsUkAYdROsDjVqEacy',
#         u'eaque': u'paahuujaa@vaal-shirole.com',
#         u'harum': u'ikWEKwQNZOgMzalaPdev',
#         u'ipsa': Decimal('14935502046.8'),
#         u'minima': 3428,
#         u'modi': u'VGDYqinLdIxJERShAMQV',
#         u'nam': u'qsHuEzgprkQFwyhWwsqZ',
#         u'officia': Decimal('-3.219355067E+13'),
#         u'recusandae': 1744,
#         u'tempore': u'vHapIVvrYLxNCgTtrXyK'},
#     {   u'accusantium': {   7: u'QRFEZUbDLsduleLjmPFs',
#                             8: [   u'nishaapusskr@hotmail.com',
#                                    -18664.970545,
#                                    1657],
#                             9: {   7: u'abhybnaa@yahoo.com',
#                                    8: 519227384453580.0,
#                                    9: [   u'rohnsaayaa@gmail.com',
#                                           -940856366829.94]}},
#         u'aspernatur': {   1: u'indrjitbsu@laal.com',
#                            2: [   u'JRMeGErtMiOntigcjYkW',
#                                   u'TlwHPhBUYZSVELNauYyx',
#                                   u'https://www.daadaa-arodddhaa.net/categories/login.htm'],
#                            3: {   1: 1328,
#                                   2: u'yAefTCQWVSGyUwBVcCYy',
#                                   3: [   datetime.datetime(2018, 2, 25, 17, 36, 38),
#                                          1242]}},
#         u'assumenda': {   6: u'HrYxxfCIVsVNoCrwzxQx',
#                           7: [   datetime.datetime(1980, 4, 15, 10, 17, 56),
#                                  u'ZtHZLNglLLRSCYnpJPGq',
#                                  Decimal('-1.15643646027E+13')],
#                           8: {   6: u'http://mhaaraaj.com/explore/posts/list/about.asp',
#                                  7: datetime.datetime(2007, 12, 21, 15, 25, 8),
#                                  8: [   Decimal('68.61897'),
#                                         u'http://arodddhaa-gaaykvaadd.info/category/main/homepage/']}},
#         u'ea': {   3: u'vbaaptt@hotmail.com',
#                    4: [   u'cNgOoKQrgPufAqoxsale',
#                           8203,
#                           u'zjjfwtMhdhNpFMOjOLYm'],
#                    5: {   3: u'caudhriiaannd@hotmail.com',
#                           4: u'sligAaIUavKoqSdRXZRP',
#                           5: [   u'https://mngt.net/about.asp',
#                                  u'ElnJOBVSsqOiHwpBbzsc']}},
#         u'illo': {   0: datetime.datetime(1987, 1, 17, 20, 24, 21),
#                      1: [Decimal('32.31'), 198, u'WZHZxraXKMnxApTpAHpn'],
#                      2: {   0: u'ARgQIUTFFYZCUUmOWwrR',
#                             1: -7.794028,
#                             2: [   u'nNBBdkpsslqKzrLNvKDM',
#                                    u'kirnnbhnddaarii@yahoo.com']}},
#         u'incidunt': {   5: u'IUJTnrfFyVLUESHEZTrj',
#                          6: [   u'http://www.joshii.info/main.htm',
#                                 -9200.2380493357,
#                                 u'https://www.bjaaj.com/'],
#                          7: {   5: datetime.datetime(1970, 10, 23, 15, 54, 50),
#                                 6: u'omnni@gmail.com',
#                                 7: [   u'ggsTsXyqzgfQHvOnJSxx',
#                                        u'xwzhtfGKJfCPKYsOMThj']}},
#         u'iure': {   4: datetime.datetime(1982, 6, 23, 10, 8, 19),
#                      5: [1895, 5641, 900201352886775.0],
#                      6: {   4: 3979,
#                             5: 6879,
#                             6: [6974, u'lfzgpIQJfRGMXdJFjZvf']}},
#         u'laboriosam': {   2: -6.603947,
#                            3: [   u'cNLaekbMtXJyjQVgrRBC',
#                                   2779,
#                                   u'RCaqNqLkPedWzecEOlnO'],
#                            4: {   2: u'hLWFNSPGwnYcwnPxxHgA',
#                                   3: 5951,
#                                   4: [   -229.1099621,
#                                          u'http://www.bhnddaarii.com/register/']}},
#         u'officia': {   8: 8287,
#                         9: [   u'liilaa28@gmail.com',
#                                Decimal('-956930487843'),
#                                572.3354616597],
#                         10: {   8: u'http://www.mngl-agrvaal.com/categories/home/',
#                                 9: u'dRGMMNosCBnmwxUzOHTZ',
#                                 10: [   u'UxJZBGfFasuSvKpouvgK',
#                                         u'http://www.vaal.info/list/homepage.php']}},
#         u'quia': {   9: u'akhil92@yahoo.com',
#                      10: [6991, 7417, Decimal('208662078363')],
#                      11: {   9: Decimal('2.38849833666E+13'),
#                              10: 8249,
#                              11: [u'LbmKrYDPLYvlliJMyoAj', -4661753.919]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   6965,
#     163255420295.0,
#     -89092.8,
#     4021,
#     u'ycaudhrii@grg.com',
#     7296,
#     u'bDOsswVpyEcwOFTtmGTw',
#     u'wXZVgPWJWhdvWlslBvSr',
#     datetime.datetime(1998, 10, 31, 1, 4, 26),
#     u'YEuFoeviOfHIeYomKQrO',
#     u'fRGQjPJpZieOzhLCONNH',
#     Decimal('1663681.0')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime.datetime(2006, 8, 17, 13, 45, 12),
#     datetime.datetime(1997, 9, 22, 17, 35, 31),
#     datetime.datetime(2012, 1, 29, 3, 4, 12),
#     5186,
#     8913,
#     246,
#     u'aishvryaamllik@hotmail.com',
#     7834,
#     u'rLvUNHsFJPGABoFaBxgT')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1991, 9, 18, 0, 34, 1), u'LfbaahZciZFiioMSEiAy', Decimal('-7638707606.57'), 3024, u'PohTerKMWmYONEerigzK', 864235527508153.0, u'vyxtHwzQytDXiMoakvgN'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'ad': 7705,
#     u'earum': u'HQoZjCZDnxRkduXloaqo',
#     u'fuga': 777,
#     u'molestias': u'bhrtkunnddaa@joshii-gaangulii.com',
#     u'occaecati': u'https://www.shrmaa.com/homepage/',
#     u'veritatis': 7417}

fake.pyint()
# 5064

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'757-55-6139'

fake.ein()
# u'04-5303656'

fake.itin()
# u'913-90-4561'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_4; rv:1.9.5.20) Gecko/2015-04-05 01:43:10 Firefox/12.0'

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

fake.opera()
# u'Opera/8.60.(X11; Linux i686; sc-IT) Presto/2.9.164 Version/12.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_9; rv:1.9.5.20) Gecko/2018-04-13 02:02:05 Firefox/3.6.18'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/5352 (KHTML, like Gecko) Chrome/20.0.806.0 Safari/5352'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; ur-IN) AppleWebKit/531.20.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6531.20.5'