Language hu_HU¶
faker.providers.address
¶
fake.latitude()
# Decimal('28.878269')
fake.street_address_with_county()
# u'Cegl\xe9di utca 194.\nVeszpr\xe9m megye\nH-4466 F\xfcrd\u0151fa'
fake.street_name()
# u'Lajosf\xfcrd\u0151i t\xe9r'
fake.address()
# u'Dr\xe1vam\xe1rtoni utca 96.\nH-8430 pusztafalva'
fake.street_address()
# u'Mell\xe9khidai utca 106.'
fake.postcode()
# u'H-1639'
fake.country_code(representation="alpha-2")
# u'AD'
fake.longitude()
# Decimal('117.113724')
fake.country()
# u'Egyenl\xedt\u0151i-Guinea'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('80.079022')
fake.city_part()
# u'hetven'
fake.street_suffix()
# u'\xfat'
fake.city_prefix()
# u'ny\xedr'
fake.city_suffix()
# u'v\xe1r'
fake.building_number()
# u'160.'
fake.frequent_street_name()
# u'Kossuth'
fake.county()
# u'Pest'
fake.real_city_name()
# u'Szombathely'
fake.city()
# u'tam\xe1sih\xe1za'
faker.providers.automotive
¶
fake.license_plate()
# u'KVX-120'
faker.providers.bank
¶
fake.bban()
# 'JEMN4668183084063'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB62JKRF6690521467041'
faker.providers.barcode
¶
fake.ean(length=13)
# u'3750834038881'
fake.ean13()
# u'5006822509184'
fake.ean8()
# u'16940611'
faker.providers.color
¶
``faker.providers.company``
fake.company()
# u'Somogyi \xe9s Bakos Zrt.'
fake.company_suffix()
# u'Kkt.'
fake.catch_phrase()
# u'Multi-channeled zero administration application'
fake.bs()
# u'expedite transparent metrics'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'147'
fake.credit_card_provider(card_type=None)
# u'Discover'
fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nAnna Fekete\n4044431954266 04/20\nCVC: 548\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '09/24'
fake.credit_card_number(card_type=None)
# u'3514632907872785'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'SRN'
fake.currency_code()
# 'BHD'
fake.currency_name()
# 'Paraguayan guarani'
fake.cryptocurrency_name()
# 'Bitcoin'
fake.cryptocurrency()
# ('PPC', 'Peercoin')
fake.currency()
# ('XPF', 'CFP franc')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 5, 18, 10, 35)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xf5af6824>
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(1995, 12, 28, 7, 22, 29)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2017, 1, 10)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 12, 11, 26, 39)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 30)
fake.day_of_week()
# u'szombat'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 1, 11, 12, 26, 10)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2000, 5, 15)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2001, 10, 28, 16, 18, 23)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1986-02-25'
fake.am_pm()
# 'PM'
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(2003, 3, 31)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 2)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2010-10-21T13:27:53'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 29)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2009, 2, 18)
fake.month()
# '11'
fake.year()
# '2007'
fake.day_of_month()
# '07'
fake.unix_time(end_datetime=None, start_datetime=None)
# 944966819
fake.timezone()
# u'Atlantic/Reykjavik'
fake.century()
# u'II'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1983, 4, 28)
fake.time_object(end_datetime=None)
# datetime.time(0, 43, 57)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 7, 5, 16, 9, 6)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2002, 7, 25, 0, 24, 3)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '20:21:10'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 2)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 20, 19, 10, 20)
fake.month_name()
# u'november'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1505, 5, 13, 4, 47, 21)
fake.time_delta(end_datetime=None)
# datetime.timedelta(6687, 5606)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/xvdb'
fake.mime_type(category=None)
# u'message/rfc822'
fake.file_path(depth=1, category=None, extension=None)
# u'/quas/delectus.csv'
fake.unix_partition(prefix=None)
# u'/dev/sda6'
fake.file_name(category=None, extension=None)
# u'rerum.mp4'
fake.file_extension(category=None)
# u'mov'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'lajosszabi@yahoo.com'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=209x464&w=209&h=464'
fake.tld()
# u'com'
fake.email(*args, **kwargs)
# u'reka15@gmail.com'
fake.url(schemes=None)
# u'http://papp.info/'
fake.ipv4_private(network=False, address_class=None)
# '192.168.194.206'
fake.user_name(*args, **kwargs)
# u'katalin83'
fake.uri_extension()
# u'.jsp'
fake.uri_page()
# u'terms'
fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'
fake.safe_email(*args, **kwargs)
# u'edinanagy@example.net'
fake.ascii_email(*args, **kwargs)
# 'emolnar@sarkozi.biz'
fake.ipv4_network_class()
# u'c'
fake.ipv4_public(network=False, address_class=None)
# '171.196.69.209'
fake.ascii_company_email(*args, **kwargs)
# 'magyarszabolcs@barna.com'
fake.domain_name(*args, **kwargs)
# u'molnar.biz'
fake.ipv4(network=False, address_class=None, private=None)
# '233.204.185.211'
fake.domain_word(*args, **kwargs)
# u'molnar'
fake.slug(*args, **kwargs)
# u'expedita'
fake.uri_path(deep=None)
# u'wp-content/explore/category'
fake.company_email(*args, **kwargs)
# u'eniko04@tith.com'
fake.uri()
# u'https://www.szabi.biz/search.html'
fake.ipv6(network=False)
# '4d35:ce5a:642e:2be2:6608:524c:6f67:6747'
fake.free_email(*args, **kwargs)
# u'zoltanolah@yahoo.com'
fake.ascii_safe_email(*args, **kwargs)
# 'wnagy@example.org'
fake.mac_address()
# u'df:90:54:8a:f1:9a'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-16-181595-2'
fake.isbn13(separator="-")
# u'978-1-4494-4656-7'
faker.providers.job
¶
fake.job()
# u'P\xe9k'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Eligendi explicabo eum ullam enim. Culpa reiciendis nostrum eos dicta. Est tempora sequi.\nOdio nisi inventore voluptates aut. Beatae odio perferendis quia. Cupiditate sit esse excepturi commodi.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Aliquam doloremque officia error odit nesciunt. Cum culpa aliquid sunt. In doloremque temporibus distinctio. Adipisci deserunt ullam iste veritatis sit.',
# u'Perferendis id iusto. Perferendis asperiores aliquam illum repellendus sequi.',
# u'Tenetur enim necessitatibus tempore pariatur. Soluta quae libero expedita adipisci reiciendis dolorem.']
fake.words(nb=3, ext_word_list=None)
# [u'dolor', u'id', u'eveniet']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Porro veniam explicabo accusantium repudiandae.',
# u'Optio ullam perferendis minima quam.',
# u'Quia necessitatibus magnam aspernatur.']
fake.word(ext_word_list=None)
# u'cupiditate'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Ab provident fugit accusamus amet enim facere quas. Saepe exercitationem quasi. Minima dolorum necessitatibus aperiam aspernatur velit.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Unde accusantium sapiente sint a.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'_K6CCAyf%$'
fake.locale()
# u'shs_CA'
fake.binary(length=1048576)
# bytearray(b'\xc3\x0f\x1c\xa1\x0c\xa1\x07\xec%`\xab\xfe\xc8\xda\x8axd\xef:\x9f%\xe2\xceX\x88\x93\xf0\xee\xe9\xf7\xf3s)\xe8\xdb\xb4\x04\xa1\xe0\xf0\x82P\xa0\xb2\x00\xa2\x97\xd7{\xf3\x95\xd1\xfb\xd5\x13\x0fcG\x04\xb6\x99\xb1\x82]\xa0\xa0K\xe4\x02\xd9\xbf\xa1\xbf9gszp\x82\xbb\x8dI\xb9\x16O2&\x89!\xd0\xbe1,\xaa\xbd\xe2\xf8\xef\'\x0e\xd2\x9ab\x12\x9b\x01\x1a/*=\xbd\xa2\x1cp\x8ab\xc5\xd9\xbf\x97J&F\xce\xfeU\xc8\xef\x02\xccO\xbe\xa2\xac\xde\x1d\x1d\x01\xd3\xf5\xe3#|\xf4:v\xac\x8a=\xa4\xd3V\xde\xd7,\xfa\\,1\x9e,_\xadM\xd2\xe3\x1a\x8c\x7f\xed\xdc\xe8\xd5c\x8a\xbe\x1e:~\xe7\x8e\xf1\xdcQ\xbe\xab\xba~\x12\xb9s\x0eD\x8a\xd3^Y\x86\xd5\xd3\x8b}\x8dC\x92\x92?j\xf6"\xd6\x9a\xf5_\xfa\xa5u\t5\x80\x1f\x183a,9\xb9\xbe\xc3\xf8@P\xe7q\xb9\xc2N<\xb7t\xfd\xc4U\x9c}Y\xe4w\x08\xc9S\xa3\xab\xa8f\x12\x8b]\xea\xf7\xad\xef{\x10\xcd\xa0\x95\xfcI\x065_\xac<\xd3\x9c&\xc2\xe0\x16\xbd\xb9D\x98\x1e\x0e@\xdat\x9c\xdf\x14\xe4\x95`]&\xcc\xb5\'\x16\xd5{u\xa6\xb8h\xc2;O\'O<9\xb4\x02\xb0\x05\xda;:\xdcs\xb5\xb3m3\x118\x8fkz\xbcQ\xa7(\xcb\xf2:yA\x95\xa9A\x15\xbf\x12A\xf9\x02\xa6\x1f\x10]v\x08\xb7I&\xf1\x18\xbd1&\xf5BmK\xe1\xc8\xea\xc5\xa3\x97\xb0\xbe\xe2\xd1@\xc9\'\xac1\xc6\xbd\x06y\xf9\x8eS8\xa5\x0fd\xd4YE\xc9\xa8\xe5\xb4\x8f\x87\xebK\xa3\xf3gk\xc1\x1d\xaa\xc5bye\x9d]\xb1C\xc2\xe0\xfe\x10Z\x1f\xdc[\xfc\x1a#\xca\x88\x8c\xa2\xa2\x9d\xd8\nt\xa9\xa5\x08\x83\x95\x89\x0fm\x02.\xd6nLD\xb4\xcf\x84Ll\x82\xaa\x9c\xc9\xb6\x0bm3}\xbc\x9a\x9a\x1c\x05\xefVg>\xcaY\x98\xa7\xa6G\xf5J\x16a*\x8aY\xec\x17\xb2\xac\xa6N\x83k\x1dy\xb4\xd8\x9d\xfbP\xcb\xda\xf1\x1a\x95\xc2\x02>\xd4\xd8\x1fx\x9f\xbf\x99Q\xcaN\x8b;\x1c5U\xb6\xce\x94\xb0\x99\xcf\xc8\xa7\xd3\xa6&\x859\x94w\'\x19\xa5_@\xf6/\xea\xcc\xf4\xd85\xbf6\x0b\xefW@\xa5\xf8y\xd5\xd4\xaa]\x8a\x86\xae~i\xd1&W\xa6\xc2g\xa8e\x06\xda\xd49{\xd1,!EF\x0f\x83\xc2Q=\x8dC\xd8D.`\xeaN\x12TT\x10j:C\xee\xca\x85\x18O\x82\xde2Y\xdf\xf2I.\xf2\x94\xef\x14\xa0\xaa\xb6s}"N\xb6H\x18?\xfb"\x13\xf8[\x9f\xcb\xd55\xe75\x9bi\x10\x95\x07r\x14\xddpA\xe5BV\x14Q\x1c\xe6\x7f\x8c$\x0c1\x02\xdf.Q\xb4\x88a(BJ^\xd0\n1\xaf\x92\x84\x12Y\xb6\x83\xec\xb46!\xba\xd5\'\xf2\xfb\x08iKu,\xa6L3\xdb\x85\xef\xb9\x82\x0f\xc0\xa8\x8f\xcf\xc7\xb3>\x04\xe2"\'f\xc8\xe0Q\xdb\xb7\xcc^\x18u\x89c\xff\xcaf[\xb0\x88\xf1\xc1(DS]\xe6#\xf0\x15\x0b\xe7\xa8f\xbd\xf5\xd9\x01 Zx\xbc!\x16\x13 5\xf3*\xd3\x17_r"\x86\x02,c)0,=\xe2pf\x81\xb3Lk\xbe\xe1\x1c\xb1lT*I\x88\'\xc4\xf3G\x06=yr\xfc\x83P\xf8\\f\x8f\xe2L%\xfa\xcdr[\xe8a\xaa8\x8b\xa5\xb4\x0b\xbb`\xb5\x05\xb1<?\x9c\t\x94O\x1d\xfd\xce\xban\x92Ys\x9a\x0f\x86%Y$o\xc3*\x13\xa9f\xd3O\x98\xf6\xb3\xd8z>uh\x13\xca]\x1fA\xc6\xf8%m )/\x97\xd0\x0e\x97\xb2\x93gb7\xa2\x1c\xf3\xf6\xa8\xd32\xaa\xc7\x1bw\x9f\xbb\x0f\x10\xad\x90\xe7\x08\x97\xb0\xf0\x10\x06m2\xfe\xfb:I#f\x13\xaa\x1c\xe0`J}\xc0\xad,\xbdC\xe4g\xea{=X\x19\xca\xe7\x93\x8aU\xa4\xac*\xfbU\x9e\x98\x11\x8e\x14a\x10\xe8\x9e\xb1\xbf\xc4\xf9\x9b\x9c\x15cC\xdc\xca\x01z\x04_RB\xe3g\xd3*\x0f\x82\xc3\x08W;\x0e\xe4\x86_@\x94\xa8/\xfa\xf71\x0e\x90\xb0\xd0\xf1F\xd0-\x01\x83\xaa\xd5)\xb582OQ\xc1\x16\xc0')
fake.md5(raw_output=False)
# 'abb00493ee1b14cb00c00a776144ef3e'
fake.sha1(raw_output=False)
# 'd15ae53258ea486348ab615843dde4f45d5a5d08'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# '54416e32a1a9956c9b255b0fb6ac9bf5729f345e821c9617633121382d5628c3'
fake.uuid4()
# 'abb6b933-df5b-f7ec-9a1e-95f381fbc575'
fake.language_code()
# u'ar'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Heged\xfcs'
fake.first_name_female_abbreviated()
# u'D.'
fake.name_female()
# u'Dr. Balogh P\xe9tern\xe9 N\xe9meth Erzs\xe9bet'
fake.prefix_male()
# u'Dr.'
fake.prefix()
# u'Dr.'
fake.name()
# u'Dr. Z. Szab\xf3 Imre'
fake.suffix_female()
# u''
fake.name_male()
# u'Dr. Fazekas Csaba M\xe1t\xe9'
fake.first_name_male_abbreviated()
# u'T.'
fake.first_name()
# u'Martin'
fake.suffix_male()
# u''
fake.suffix()
# u''
fake.last_name()
# u'Kelemen'
fake.first_name_female()
# u'\xc9va'
fake.last_name_female()
# u'Moln\xe1r'
fake.first_name_male()
# u'Gerg\u0151'
fake.prefix_female()
# u'Dr.'
faker.providers.phone_number
¶
fake.phone_number()
# u'(06)37/764-8277'
fake.msisdn()
# '7656668049234'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'Cegl\xe9di utca 117.\nH-4969 hetvenfalu',
# 'birthdate': datetime.date(1962, 11, 4),
# 'mail': u'erzsebettith@gmail.com',
# 'name': u'Dr. Bir\xf3 Nikolett Eszter',
# 'sex': 'F',
# 'username': u'antalborbala'}
fake.profile(fields=None, sex=None)
# { 'address': u'B\xe9k\xe9sligeti utca 48.\nH-5642 h\xe1tb\xe1nya',
# 'birthdate': datetime.date(1990, 1, 31),
# 'blood_group': 'A-',
# 'company': u'Balla \xe9s Ors\xf3s Nyrt.',
# 'current_location': (Decimal('-29.8013185'), Decimal('-66.052729')),
# 'job': u'H\xfasfeldolgoz\xf3',
# 'mail': u'minika29@yahoo.com',
# 'name': u'Moln\xe1rn\xe9 Juh\xe1sz Krisztina',
# 'residence': u'Pusztatam\xe1sii utca 149.\nH-9671 B\xe9k\xe9scsaba',
# 'sex': 'F',
# 'ssn': u'26603087130',
# 'username': u'hannatakacs',
# 'website': [u'https://dudas.hu/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'http://www.novak.hu/category/',
# u'bxTsyHVAySRtqErrkXJb',
# datetime.datetime(1993, 3, 5, 9, 12, 30),
# u'mpcuvZDGSukBSFtVfDqE',
# Decimal('-1989275.211'),
# u'qCSDRTBocfMCMGvSRqBJ')
fake.pystr(min_chars=None, max_chars=20)
# u'gZTHhxvTpQdAPIfGNxBS'
fake.pystruct(count=10, *value_types)
# ( [ Decimal('-5.96661692035E+14'),
# datetime.datetime(1981, 4, 14, 12, 8, 34),
# u'FjpkxSVchTifCwRPJBlY',
# Decimal('639206.34268'),
# 4143,
# u'https://nagy.com.hu/',
# 5670.3797,
# u'fzVbuLxkhSvmKgtELLmX',
# u'zsNINgjBeZtzLzJNviGh',
# datetime.datetime(1971, 1, 31, 20, 44, 32)],
# { u'ab': datetime.datetime(2003, 3, 4, 14, 55, 32),
# u'ex': 5499,
# u'minus': 5299,
# u'quos': u'yVClHNRHLmvPvkZhsWZf',
# u'ratione': u'anitabiri@hotmail.com',
# u'saepe': u'JcChrmhCZaDZWfTvmTcv',
# u'sed': 8582,
# u'ullam': u'csbdmMEsnClLWuJTWPoK',
# u'veritatis': u'https://www.nemes.com.hu/',
# u'voluptas': u'LlnMSgUCsrjgDbIocGey'},
# { u'assumenda': { 8: u'nBbZfLtxlYHbMWgMnxuz',
# 9: [ Decimal('558979.2'),
# u'rcMbGntLHDqmeIbhcfSV',
# u'NNGUuvbZRacIRoGuAkjf'],
# 10: { 8: u'zYdBszUHRHAcwjYYZguM',
# 9: Decimal('-1975.83'),
# 10: [ u'nagyviktor@horvath.hu',
# datetime.datetime(1975, 3, 24, 9, 19, 25)]}},
# u'atque': { 0: Decimal('-239409827.786'),
# 1: [1775, 905, u'WzJwsyBcFnUtcKZAYKtG'],
# 2: { 0: 515.578523993,
# 1: u'hrNEbukhcGRrKoYUVtGH',
# 2: [ u'HPiyLdpDuFaZlHVANCaT',
# Decimal('9.4625743676E+12')]}},
# u'cupiditate': { 2: -4.8146008,
# 3: [ u'https://www.szucs.hu/blog/main/categories/index.htm',
# u'jucxqZMnuMBOiQialuLH',
# datetime.datetime(1985, 10, 31, 19, 21, 55)],
# 4: { 2: datetime.datetime(2013, 3, 17, 3, 13, 10),
# 3: datetime.datetime(2010, 8, 31, 21, 22, 2),
# 4: [ u'LuBhRrIAXWXYRwsdmAAB',
# datetime.datetime(2001, 7, 22, 20, 36, 36)]}},
# u'dolor': { 9: Decimal('911682107.288'),
# 10: [ datetime.datetime(1999, 9, 2, 0, 5, 46),
# Decimal('2.11473383002E+14'),
# datetime.datetime(1980, 8, 19, 3, 18, 56)],
# 11: { 9: 759,
# 10: Decimal('7.91926171745E+13'),
# 11: [ Decimal('-58717412748.6'),
# Decimal('887033250.22')]}},
# u'eos': { 5: u'gZhbnrtRmkNxeOVYOKNq',
# 6: [5707, 6540, u'hCiAYZiVaaOvZbJOGZTc'],
# 7: { 5: u'mJmnTRDDnnaaOuojVpbH',
# 6: u'anett46@yahoo.com',
# 7: [-88440.86421278, u'kVumNcojfJLnmWgaUrSD']}},
# u'fuga': { 3: 8.330312149,
# 4: [ u'fCnbeqeKeUJGuipyxmly',
# u'illesmelinda@yahoo.com',
# 9768],
# 5: { 3: u'XGOtfxBpWgZbLXECAGSJ',
# 4: -98623.89,
# 5: [u'fvlQifkDSQyxqRcwSXML', 9098]}},
# u'iusto': { 7: u'krisztofer16@yahoo.com',
# 8: [ u'barnaorosz@gmail.com',
# datetime.datetime(2000, 2, 20, 11, 59, 2),
# u'brDaIHlyHeYxXZaiWvQi'],
# 9: { 7: u'http://nemeth.biz/list/categories/category/',
# 8: 533,
# 9: [ datetime.datetime(2013, 11, 21, 10, 28, 56),
# u'LBlygRjblCgLSZNIHxRD']}},
# u'nostrum': { 4: u'akos23@hotmail.com',
# 5: [ Decimal('3.24135374544E+13'),
# u'kKesiOBGdrYDfJeRkYpw',
# u'UAhnrZVPNrwOfPSHyMFL'],
# 6: { 4: u'http://kiraly.net/main/search/',
# 5: u'ZGJGAaZJcczMzoLudlUH',
# 6: [ 1396,
# u'http://vass.org/category/app/blog/post.php']}},
# u'pariatur': { 1: u'CRiPFHlYRKjTgCgWnsTc',
# 2: [ 5436,
# Decimal('5.45937641191E+14'),
# u'http://www.hajdu.org/home/'],
# 3: { 1: datetime.datetime(2003, 12, 16, 14, 22, 4),
# 2: u'karolykiss@yahoo.com',
# 3: [ u'http://meszaros.com.hu/',
# u'zbakos@gmail.com']}},
# u'vero': { 6: Decimal('3.05777578548E+12'),
# 7: [ 6506,
# u'WjgKVrevrONnboWDryDE',
# u'https://www.kovacs.hu/post.php'],
# 8: { 6: 5283,
# 7: Decimal('988374515.783'),
# 8: [ u'fYvIbnCMEjbvzSZUnFsp',
# u'sandorferenc@gmail.com']}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -432013.44961427
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-81.0')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ datetime.datetime(2015, 2, 17, 7, 8, 47),
# datetime.datetime(1980, 4, 29, 5, 51, 19),
# datetime.datetime(1998, 10, 2, 17, 2, 47),
# u'SkkWEMOzczHOqLpNDbAu',
# u'http://kovacs.com.hu/index/',
# u'DtUBdKNBIBVDchxzBTEs',
# u'fayZjKRvmSbZBdkBchCP',
# u'jhInOTUugLoFeNcoyPmb']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'jGEqZWydHxbpbpjIAYyp',
# 8651,
# Decimal('4387493650.0'),
# u'pyQByWiXvsfVyxNithSQ',
# Decimal('-965433502185'),
# 8763)
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1988, 9, 16, 2, 44, 31), 9336647.8638, 9.7715, u'SSZWyGspVaXfHOAgIPZs', u'aUzRiYGwaYDGuEpONiim', Decimal('-1921531.82'), u'http://www.vincze.hu/', datetime.datetime(1980, 5, 5, 6, 40, 40), u'peter88@varadi.org'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'beatae': u'gmolnar@gmail.com',
# u'cupiditate': u'https://novak.org/',
# u'incidunt': u'CpoAlVAtWoQwdmkrucqO',
# u'ipsa': -1.91855,
# u'maiores': 9670,
# u'minima': 4766,
# u'quisquam': 4699,
# u'reprehenderit': 8.4206,
# u'unde': 2615,
# u'vitae': u'szucscsaba@gmail.com',
# u'voluptas': u'csaba63@szabi.info'}
fake.pyint()
# 6450
faker.providers.ssn
¶
fake.ssn(dob=None, gender=None)
# u'28103046530'
faker.providers.user_agent
¶
fake.mac_processor()
# u'U; Intel'
fake.firefox()
# u'Mozilla/5.0 (Windows NT 6.1; gd-GB; rv:1.9.0.20) Gecko/2015-02-12 07:17:54 Firefox/4.0'
fake.linux_platform_token()
# u'X11; Linux x86_64'
fake.opera()
# u'Opera/8.19.(Windows NT 5.2; pap-AN) Presto/2.9.168 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 6.1'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.1)'
fake.user_agent()
# u'Mozilla/5.0 (Windows 98) AppleWebKit/5320 (KHTML, like Gecko) Chrome/44.0.813.0 Safari/5320'
fake.linux_processor()
# u'i686'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5330 (KHTML, like Gecko) Chrome/59.0.814.0 Safari/5330'
fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_12_7'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/531.5.5 (KHTML, like Gecko) Version/4.1 Safari/531.5.5'