Language ar_EG¶
faker.providers.address
¶
fake.state_abbr(include_territories=True)
# 'AR'
fake.street_address()
# '3143 Charles Points Apt. 903'
fake.military_state()
# 'AP'
fake.country()
# 'Belgium'
fake.postcode()
# '49603'
fake.secondary_address()
# 'Apt. 727'
fake.military_apo()
# 'PSC 4823, Box 7523'
fake.military_dpo()
# 'Unit 0246 Box 4532'
fake.street_suffix()
# 'Center'
fake.postcode_in_state(state_abbr=None)
# '29413'
fake.state()
# 'Maryland'
fake.city_prefix()
# 'East'
fake.building_number()
# '60223'
fake.city_suffix()
# 'haven'
fake.postalcode()
# '13673'
fake.postalcode_in_state(state_abbr=None)
# '35057'
fake.zipcode_plus4()
# '36934-7497'
fake.zipcode()
# '09479'
fake.country_code(representation="alpha-2")
# 'BS'
fake.postalcode_plus4()
# '59842-5997'
fake.address()
# '8990 Rodriguez Village Apt. 373\nEast Ryan, MA 29505'
fake.military_ship()
# 'USNV'
fake.street_name()
# 'Elizabeth Spurs'
fake.zipcode_in_state(state_abbr=None)
# '20331'
fake.city()
# 'Port Kimberly'
faker.providers.automotive
¶
fake.license_plate()
# 'FTS-4269'
faker.providers.bank
¶
fake.iban()
# 'GB75JTUG8989996305969'
fake.bank_country()
# 'GB'
fake.bban()
# 'IHHY2424978344817'
faker.providers.barcode
¶
fake.ean(length=13)
# '2411252963087'
fake.ean13()
# '9765743278857'
fake.ean8()
# '84777102'
faker.providers.color
¶
fake.safe_color_name()
# 'black'
fake.rgb_css_color()
# 'rgb(136,67,85)'
fake.rgb_color()
# '219,253,204'
fake.safe_hex_color()
# '#223300'
fake.color_name()
# 'Linen'
fake.hex_color()
# '#68c3b3'
faker.providers.company
¶
fake.catch_phrase()
# 'Integrated user-facing middleware'
fake.bs()
# 'scale ubiquitous e-services'
fake.company_suffix()
# 'PLC'
fake.company()
# 'Mahoney Inc'
faker.providers.credit_card
¶
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '05/27'
fake.credit_card_number(card_type=None)
# '4685361470642612'
fake.credit_card_security_code(card_type=None)
# '769'
fake.credit_card_provider(card_type=None)
# 'Mastercard'
fake.credit_card_full(card_type=None)
# 'Discover\nVincent Woods\n6011997996381274 12/21\nCVC: 844\n'
faker.providers.currency
¶
fake.currency()
# ('NIO', 'Nicaraguan córdoba')
fake.cryptocurrency_code()
# 'KOI'
fake.currency_name()
# 'Seychellois rupee'
fake.currency_code()
# 'NZD'
fake.cryptocurrency()
# ('NEO', 'NEO')
fake.cryptocurrency_name()
# 'DigitalNote'
faker.providers.date_time
¶
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 1, 22)
fake.day_of_week()
# 'الأحد'
fake.century()
# 'الثامن'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(730, 8, 3, 1, 2, 58)
fake.month()
# '11'
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 1, 5)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2018, 8, 10)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 1, 18, 22, 47, 38)
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 1, 5)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2015, 12, 1)
fake.year()
# '1976'
fake.am_pm()
# 'م'
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2018, 5, 26)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2005-07-04T17:13:24'
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1982, 12, 7, 17, 1, 7)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1985-04-08'
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7efd97df4468>
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1992, 5, 3, 20, 56, 58)
fake.timezone()
# 'إفريقيا/لاغوس'
fake.time_object(end_datetime=None)
# datetime.time(16, 38, 59)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '11:27:33'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1930, 1, 6)
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 8, 6, 16, 13, 34)
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 1, 22, 17, 7, 49)
fake.day_of_month()
# '17'
fake.unix_time(end_datetime=None, start_datetime=None)
# 664702876
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 2, 3)
fake.date_object(end_datetime=None)
# datetime.date(1990, 3, 28)
fake.month_name()
# 'يوليو'
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2008, 3, 26, 8, 22, 59)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 1, 17, 4, 21, 59)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 12, 28)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 2, 9, 23, 54, 39)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 1, 17, 19, 9, 10)
fake.time_delta(end_datetime=None)
# datetime.timedelta(8313, 45710)
faker.providers.file
¶
fake.file_extension(category=None)
# 'webm'
fake.file_path(depth=1, category=None, extension=None)
# '/doloremque/distinctio.mov'
fake.unix_partition(prefix=None)
# '/dev/sdy3'
fake.mime_type(category=None)
# 'application/postscript'
fake.unix_device(prefix=None)
# '/dev/sdd'
fake.file_name(category=None, extension=None)
# 'dolorum.gif'
faker.providers.geo
¶
fake.longitude()
# Decimal('158.515478')
fake.latitude()
# Decimal('33.7564715')
fake.latlng()
# (Decimal('-68.3188375'), Decimal('-121.386822'))
fake.local_latlng(country_code="US", coords_only=False)
# ('41.72059', '-87.70172', 'Evergreen Park', 'US', 'America/Chicago')
fake.location_on_land(coords_only=False)
# ('59.80917', '30.38167', 'Shushary', 'RU', 'Europe/Moscow')
fake.coordinate(center=None, radius=0.001)
# Decimal('122.974852')
faker.providers.internet
¶
fake.ipv4_network_class()
# 'c'
fake.ascii_safe_email(*args, **kwargs)
# 'odyer@example.com'
fake.safe_email(*args, **kwargs)
# 'richard80@example.net'
fake.url(schemes=None)
# 'https://www.james.info/'
fake.image_url(width=None, height=None)
# 'https://placekitten.com/456/401'
fake.email(*args, **kwargs)
# 'martinjim@gmail.com'
fake.ascii_company_email(*args, **kwargs)
# 'burtonbarbara@huff.com'
fake.uri()
# 'http://www.hale-ford.com/blog/blog/wp-content/author/'
fake.company_email(*args, **kwargs)
# 'nathan27@parker.net'
fake.ascii_email(*args, **kwargs)
# 'connor11@gmail.com'
fake.mac_address()
# 'e4:fa:aa:7c:05:4d'
fake.user_name(*args, **kwargs)
# 'michellegolden'
fake.domain_word(*args, **kwargs)
# 'horton'
fake.free_email_domain(*args, **kwargs)
# 'yahoo.com'
fake.ipv4_public(network=False, address_class=None)
# '169.255.93.26'
fake.ascii_free_email(*args, **kwargs)
# 'ann01@hotmail.com'
fake.ipv4_private(network=False, address_class=None)
# '172.28.152.162'
fake.ipv4(network=False, address_class=None, private=None)
# '192.175.138.103'
fake.uri_page()
# 'login'
fake.uri_path(deep=None)
# 'explore'
fake.slug(*args, **kwargs)
# 'id-repellendus'
fake.domain_name(*args, **kwargs)
# 'hill.com'
fake.uri_extension()
# '.htm'
fake.hostname(*args, **kwargs)
# 'web-72.ellis.info'
fake.free_email(*args, **kwargs)
# 'brianblankenship@hotmail.com'
fake.tld()
# 'com'
fake.ipv6(network=False)
# '7abe:f57d:c014:e9c8:e8e5:ba23:e0de:369c'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# '0-87032-191-9'
fake.isbn13(separator="-")
# '978-0-9953613-5-5'
faker.providers.job
¶
fake.job()
# 'Armed forces technical officer'
faker.providers.lorem
¶
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Iure ipsa cum.'
fake.words(nb=3, ext_word_list=None, unique=False)
# ['ipsam', 'sequi', 'eos']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# 'Consequatur maxime recusandae recusandae dolorem nostrum.'
fake.word(ext_word_list=None)
# 'itaque'
fake.text(max_nb_chars=200, ext_word_list=None)
# ('Rem temporibus eius consectetur minima reiciendis. Cum magnam officia '
# 'nesciunt. Quae possimus hic iure aut nulla quos.\n'
# 'Vel delectus voluptatum in qui. Est eaque esse quidem molestias amet '
# 'debitis.')
fake.paragraphs(nb=3, ext_word_list=None)
# [ 'Ratione soluta magni at necessitatibus. A dignissimos eum illo quisquam '
# 'molestias.',
# 'Enim molestiae odio placeat harum mollitia. Voluptatum ipsam et qui '
# 'corporis ut. Ex a ducimus fugiat.',
# 'Ab enim maiores a odio. Ullam veniam dolor magnam nihil voluptatibus '
# 'placeat.']
fake.sentences(nb=3, ext_word_list=None)
# [ 'Dolore sequi quis odio illum asperiores.',
# 'Id qui commodi nam quidem fuga occaecati.',
# 'Consequatur id eaque.']
faker.providers.misc
¶
fake.sha1(raw_output=False)
# '88e8ba61ce4eb0902f0c76a5e6a118e55e531d93'
fake.null_boolean()
# False
fake.language_code()
# 'zu'
fake.locale()
# 'kk_KZ'
fake.uuid4(cast_to=<class 'str'>)
# '1bfef8a7-372b-4ecd-aff6-738438376cdb'
fake.md5(raw_output=False)
# '519a19b64f6cfd85b12d178dfa41ea8e'
fake.binary(length=1048576)
# (b'{\x845\x13_{\x7f\xd1\xea\x0b4\x9dG0\xe0^o\xe0\xee}t\xfew\xb9\xd5Tj\xe1'
# b"r\xeec7\xb6\x0c`'\xf2(|\xba\xfe\x7fb\xf3\x9f\xdd=rh\x1aeU/\x8f\xd5{"
# b'5\xeaF\xb8\xb3~e2\xfc\xc4\xe8\x8e4\xbf\xb8p@\xd3\x96\xf4z\x12\xde\x97'
# b'w\x90\x8d\xff\xf1"\xd0\xefl\xa9\xf2\x0bUv\x8a\x80\xae\xcdJ\xe4'
# b'\x9f\x7f\xb6\xcf\xab\xcd\xeaRT\x1e?5{\xb2\xc2\xa5\xb2\xe9]\xc3\xbd\xee\xbdb'
# b'\x08\xc1\xb2\xb0\xf7E\xadT\xe5\x81k\x985\xb3H\xd6BR\x8a\xff\n\xc9#\x8d'
# b"\xa59N\x88y\xcaW\xac$U&\x00\x81\xf1'\xeb\x008\xb9\xad\xb6\xc7\xb0\xc6"
# b'\xb2=\x95\x0e\x95\xea\x9a\x9b\xc4\xf9\xca\x18\xd8\x0e\xdc\xf3\xb3\x83g\xec'
# b']`%\xf5\xcaH\x9a\x85C{\x08\xf97\xcc\xe4\x1b\xd9\xb4sy\x10\x85\xd5\xea'
# b"0'\xf2\xc5\x1c\x95n\xa6&s\xc4\x8b\x87\xb9\xc1I\xfaY\x8d\xe0\x80$\xba&%GM\xcf"
# b'\xd5xa\xa9~\xf4\xbe\xe0cax\xec{\x02\x19\xc8\x89\xd9\xa1\xd3$`G\xb7\x04v\xea)'
# b'\xe5\xeb\xd9\x80\xd8qN\x06\xc4\xfc\xc2\x01H\xe6\xadcn]\xea),\xd22\x1f'
# b'&\xe0:\x95N\x13\xb5r\xa8o\x11\x04B\x8d\xbd\xc0F\x9d\x06\xf4\xd3Q\xbb\x02'
# b'\\\x7f\x8e\xaf\xbeS\x92\xbc\xa4X\xb2\xa2;\r\xe2\xf0\xc7\xcc\x86\xb2'
# b'\x87\xcav/vp\x11u\n\xf47\xc5P\x90\xca \xbd\x12S\xe2f\xa5m\x05'
# b'\x18\xc0\xbc\xd3F\xde\xfd\xb9\x8a\x90\xde\xf2\xe7\x86F4\xe5c\x00\xd5R\x8bx]'
# b'\x07).}\xa7q*\x8d\xf0T\xbc!\xa0^I\xea\xd1\xc3\x91\xbcM\x81=\x1b\x10\x8c\x99@'
# b'\x15\xce\xa5\xac58\\\x93\xeeR\xf4\x90\xb9H\xae\n\x83\x03Q\rt\xad\xf7\x85'
# b'iH\xf5\x0fZ\xe6\xc5NR\xa7s\x94?\xb8-A\xbbhY"W\xc7%\x84\x89;W\x88(h\x87f'
# b'\xf4\x9a\xf9\xa6p\x8c\xd3c\xc0d($Hu\xf2e\xd2\xe8\xe2[c\xbb\x7f\x7f'
# b'\xff@\x17\xb0\xa9\x15\x17#\xe6.\xcfx?\x90*)^\xf4D\x14a\xf9h\x83M{\xa7,'
# b'"\x1e.\xe0\x05/\x07\x0e\x1b9[\x04\xac\x0c\x0fWMF.\xf0~2\xa8bb\xd8X~'
# b'\x9d\xc2~rB\xf7%I0\xdc\xf6x\xa4"v\x14\xc3#\xf8Q\xc7\xeb\x87\xe8*\xd9t\xf5'
# b'\xf7\xe2l\xa2`\xa3\xbe\x98\xa0\xe3F/\x91\x8e\\\xd8R\x9e.{\xd2*ekL7\xe3\x93'
# b'\xed\xf9\nW\x13\xf0\x91m\x82\x1c\xbe\r\nlj\x97\xa9\xaa]{\xfbLq\xa1'
# b'1\xa5\xcb\x98\xbf\x83\xe5\x97{\x17{.\xf8\xb9\xe27\xce\xbb\xc2\xf4G\xb8u\xe0'
# b'\x15\xec\xf0\x1b/*7\x06\xf0\xac\xa3\xbbviS%\xbc\x16\n\xf8\xc4\x12M\xb1'
# b'\x1d\xf1\xac\x9fF]a!!\x95y \xd8\xca\xf4s\x9c\xcf\x8d&\x1e\x03YB'
# b'\x06\xef\x99\x81!\x9adY@\x97\xdaX\xac*f(\xe58\xad\xcf\x1c\xa2\\\x98'
# b'8\xd1\xaaK9\xd5\x16\xe5~?\x8c?\x00+\x15<\x8dw\xfaYq\xf8.\xbe~6DM'
# b'\xcb\xbc\xbb\xbfh\xcb\xdc\x98\x05\xe4cm}>\xc5\x80.R\xda=a\x8b+E\x02=\x1d['
# b'n+N\xe3)\xa5\x01\\\xdc\xa5\x17Z\xd8\xc4B\xccu\xc0\xaav\xd2M\xd5A8\x96\xe9k'
# b'*\xe0#+l\xcc\x95\xcc{\xde\x1a\xf3u\xc0f\xce\xceLe\x8e\xfa:\xe4\x11'
# b'\x9a\x15\xea&@\x00\xd4\xad>\xfe\xb2\x98m\xba\xaa\xda\xf1\xb3\xe0\xb3'
# b'\xa1jT\xc0\x9b\xa5f\xdc\x9f\xc4\x88\xd5j!!\x01\xe5\x1b\xbb\x18\xc1\xaaZ\x13'
# b'\x0e\x90\xf4\x89x\x82MK\xa0\xbfv.9\xf9Q\xa9\x18\xc9\x9d\xe6\xe3/\xb5\xb0'
# b'\x1bSN\xe6cg\x042\xb2J)\xf3D\xc8\xe2\x00>S\x18(\x1f\x9c\xb6AJ\xdd\xacb'
# b"\xb4?\xd0\xcc2\xdeV\xdd\n\x9b\x0e\xc4\x04\xd0&\xc7'\xc4\xa2\x8b"
# b'\xed\x99\xe2\x99r\xa8\xc1\x8c\xa8\xf1j=\xb8T|y\xe8.!\x00o\xdc\xd9&'
# b'\xe6\xf1\xe7}f\x13\xddu(\xd4j\x165\x87\x01\xae\xdbJ\xc7d$h\n\xd0'
# b'\xbb\x10\xb8-\xb5&\xdb\xd5_\xf4\xa5d\x15D\x80s\x1e\xb3*\xce\x17 \xac\xb7')
fake.sha256(raw_output=False)
# 'da87ca6777bb372ace72520bf9d00a33e3917af2d2c02dd2e6ffff287d97d9f9'
fake.boolean(chance_of_getting_true=50)
# True
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# 'h35JIJ8c8)'
faker.providers.person
¶
fake.last_name_female()
# 'Wright'
fake.suffix_male()
# 'MD'
fake.prefix()
# 'Mr.'
fake.suffix()
# 'DDS'
fake.name()
# 'Charles Davila'
fake.prefix_female()
# 'Miss'
fake.last_name()
# 'Hall'
fake.first_name()
# 'Lisa'
fake.first_name_male()
# 'Andrew'
fake.name_male()
# 'Aaron Williams'
fake.first_name_female()
# 'Amanda'
fake.prefix_male()
# 'Dr.'
fake.last_name_male()
# 'Craig'
fake.name_female()
# 'Wanda Greer'
fake.suffix_female()
# 'MD'
faker.providers.phone_number
¶
fake.msisdn()
# '8841206913049'
fake.phone_number()
# '(650)978-9963x389'
faker.providers.profile
¶
fake.profile(fields=None, sex=None)
# { 'address': '9694 Catherine Overpass Suite 321\nPereztown, OR 68060',
# 'birthdate': datetime.date(1949, 3, 4),
# 'blood_group': 'AB-',
# 'company': 'Kaufman PLC',
# 'current_location': (Decimal('-34.435413'), Decimal('-14.639615')),
# 'job': 'Therapist, horticultural',
# 'mail': 'elizabethross@gmail.com',
# 'name': 'Dorothy Edwards',
# 'residence': '388 Austin Vista\nDanielhaven, SC 36275',
# 'sex': 'F',
# 'ssn': '320-47-6528',
# 'username': 'carterharold',
# 'website': [ 'http://www.marshall-king.com/',
# 'http://smith.com/',
# 'http://walsh-tucker.org/']}
fake.simple_profile(sex=None)
# { 'address': '7850 Lyons Branch\nLake Mary, PA 77485',
# 'birthdate': datetime.date(1928, 11, 6),
# 'mail': 'ajones@gmail.com',
# 'name': 'Amy Rogers',
# 'sex': 'F',
# 'username': 'swansonwendy'}
faker.providers.python
¶
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { 'amet': 5017,
# 'culpa': 'https://roberts.com/index.php',
# 'cumque': 'MduleagrFSbBFwgbnfjo',
# 'dignissimos': datetime.datetime(1974, 3, 24, 13, 59, 41),
# 'fugit': 1382,
# 'magni': 'VOdvbeCXpxltGOtmOpzh',
# 'quos': Decimal('-552076592661899.0')}
fake.pybool()
# False
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 'https://anderson-rodriguez.org/login.asp',
# 3693,
# 6555,
# 853,
# 'http://www.patterson.net/explore/main/privacy.html',
# 3353496.3,
# 7879]
fake.pystruct(count=10, *value_types)
# ( [ -54691441.10198,
# 'http://hayes.biz/',
# 'GemmMEGYnWAqhchZnZKy',
# Decimal('321969580901591.0'),
# datetime.datetime(1995, 7, 8, 19, 14, 49),
# 'https://www.rogers.com/',
# 'http://garcia-farmer.org/app/wp-content/terms/',
# 'https://www.jacobs.com/',
# Decimal('42900.34'),
# 'iwzLWlfgdMLCeFNgaDjM'],
# { 'aperiam': -347809096949744.0,
# 'asperiores': 'http://www.smith.org/about.html',
# 'autem': 'http://rios.biz/main/explore/home.jsp',
# 'corrupti': 87118.819,
# 'dolorem': 'https://oliver-miller.com/privacy.html',
# 'enim': 'julian38@stanton-fitzpatrick.com',
# 'fuga': -97920.260825,
# 'odio': 'https://www.miller-glenn.com/blog/search/about.htm',
# 'placeat': 'zzsrKETSCzcTXiLcoLav',
# 'sunt': Decimal('-949.8922')},
# { 'a': { 6: 'BekpBoyoplOyyLvbNtLL',
# 7: [ 'mreynolds@delgado.info',
# 'VIUzWkqWnZiPDxkhnxAD',
# 'brownwendy@hotmail.com'],
# 8: {6: 8029, 7: 'tBqnvnXrkXlRmXigpvfW', 8: [7313, 2878]}},
# 'at': { 7: 'https://www.davidson-turner.com/posts/posts/posts/terms.htm',
# 8: ['PXEMbRkQaLEztoCNKVMx', 4873, 7814],
# 9: { 7: datetime.datetime(1988, 11, 2, 6, 45, 56),
# 8: 'hadams@nichols-pham.com',
# 9: [ -32797.98,
# 'http://www.brown.com/app/posts/index/']}},
# 'debitis': { 1: 'xALNyivrWpESFNzWeDOM',
# 2: [ 'okCDjhiPDYTlIuonHlwi',
# 'bcYWLwvrySsCDodqXAKH',
# 676.89324],
# 3: { 1: 5558,
# 2: -279426.82464,
# 3: [ 'SkvNxsDAKluqIclyaiYC',
# 'wUYJCNNGfnYmqgRVcpri']}},
# 'ea': { 2: 'http://hernandez.com/about/',
# 3: [-6116490550.2, 9540, 2011],
# 4: { 2: 'yUmIwelwcbzqDKHMWoab',
# 3: Decimal('-6114.11642207'),
# 4: [288, 'PUNWdUDpAzNPJiUQEtXp']}},
# 'et': { 8: 'anthonywheeler@hale.com',
# 9: [ 'ryansusan@gmail.com',
# 'cxyEMGDnYROThrvoOFzb',
# 'https://short.com/login/'],
# 10: { 8: 'davisamber@ross.com',
# 9: 'jacquelinebauer@romero.info',
# 10: ['LQOkzxGIfmZQLKfOicvm', -9032761767.19739]}},
# 'expedita': { 4: 'BfnYNHyNserVBuvQSUmk',
# 5: [ 'yzdZOxlpthuLhOxSZTOu',
# 'qeVqpLtfqDxwOizKuslQ',
# 6515],
# 6: { 4: 1492,
# 5: 'mxkfMMwdYBCByhJilrkJ',
# 6: [ 'lfvYBlYJkVMjJRdWQsUd',
# datetime.datetime(2000, 1, 16, 12, 47, 19)]}},
# 'fuga': { 9: 4831,
# 10: [ Decimal('-5206934088.2'),
# 'aHwoyupVgRCAlJKOTqqo',
# 2594],
# 11: { 9: 'https://jones-hamilton.com/post.htm',
# 10: 'vObUcClcoNgYXjqEgFab',
# 11: [ 'https://www.lewis.com/main/list/main/category.htm',
# Decimal('116918173.72257')]}},
# 'maiores': { 0: 'PNgAEZOpVuWIoQZwQLFd',
# 1: [ -3094849199.62147,
# 'http://boyer-wagner.com/category.php',
# 283130678497.57],
# 2: { 0: 4560,
# 1: 'ugJpPyabRqMtijPyuYrp',
# 2: [ Decimal('88051.584685022'),
# datetime.datetime(2003, 12, 20, 4, 42, 58)]}},
# 'modi': { 3: Decimal('774.786'),
# 4: ['VKvSSpZnkoJaQKOOwTPH', 'YXpKHcVOYjBQmKPJdyWO', 7432],
# 5: { 3: 'nlopez@bradley-wright.info',
# 4: datetime.datetime(1973, 9, 8, 9, 6, 5),
# 5: ['HDRCsNNlZbfzGTBTweYz', 4592]}},
# 'voluptatibus': { 5: -28021.796996,
# 6: [ 3258,
# 'IWXUXuYXfOgQuCWBxEta',
# 'sara09@rios.com'],
# 7: { 5: 943149.264686493,
# 6: datetime.datetime(1980, 11, 22, 9, 53, 58),
# 7: [ 'dEMvMtjieRugxVuGKEAy',
# 'qYZIBgYgxddBbjyOGDSO']}}})
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'PSEPfNcOmztsiRvnceNJ', 7202, 8808, Decimal('437247534126.0'), 'http://valdez.com/privacy.htm', 'mhdkMzaReIzrGmwyifLO', Decimal('2111543.14'), 7765, -587.9239260059, -693688985668840.0, 'tKgFlnrwzdxwawNmIOjw', 212333792026394.0, 3583}
fake.pystr(min_chars=None, max_chars=20)
# 'fuoIjcOFGXSMyPFvTbsu'
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 'https://chung-mckinney.com/',
# 'http://www.ross.org/privacy/',
# 6054,
# 2151,
# 'AqJwsZnfRLKwvybQEPxw',
# 'TjimBLGBmNniiTEClFCV',
# 'oxhDSXxXcqRoPRUFxLwb',
# 'shannonprice@ortega.com',
# 4413,
# 'https://www.wiggins.com/app/posts/categories/home/')
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -954046557947.97
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('3827619324682.0')
fake.pyint()
# 6928
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 1180,
# 'ihernandez@gmail.com',
# 'YCLdZiUceRAfjdkkGceM',
# 'lindsey71@gmail.com',
# 'diOeYWRMNBPVXRSZUSbO',
# 'vtcpyWVFfkoRlpRLpoSq',
# 'COrNKbeZTrFRZPOMCfaf',
# Decimal('35760183.554204')]
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# '011-70-3930'
fake.ein()
# '40-1567851'
fake.itin()
# '941-73-0622'
faker.providers.user_agent
¶
fake.firefox()
# ('Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_3; rv:1.9.4.20) '
# 'Gecko/2017-02-07 10:05:11 Firefox/3.8')
fake.safari()
# ('Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/535.9.1 (KHTML, like '
# 'Gecko) Version/4.1 Safari/535.9.1')
fake.mac_processor()
# 'PPC'
fake.user_agent()
# 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/3.1)'
fake.linux_processor()
# 'x86_64'
fake.windows_platform_token()
# 'Windows NT 5.01'
fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/3.0)'
fake.linux_platform_token()
# 'X11; Linux x86_64'
fake.mac_platform_token()
# 'Macintosh; U; PPC Mac OS X 10_8_1'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_8) AppleWebKit/5322 (KHTML, '
# 'like Gecko) Chrome/30.0.807.0 Safari/5322')
fake.opera()
# 'Opera/8.19.(X11; Linux i686; bs-BA) Presto/2.9.170 Version/12.00'