Language hu_HU¶
faker.providers.address
¶
fake.latitude()
# Decimal('22.0267435')
fake.longitude()
# Decimal('-52.080996')
fake.address()
# u'Dunakeszii \xdat 191.\nH-1338 b\xe9k\xe9ssz\xe9kv\xe1rad'
fake.street_address()
# u'Mosonmagyar\xf3v\xe1ri Utca 18.'
fake.postcode()
# u'H-9713'
fake.street_name()
# u'Balatonsz\xe9ki Utca'
fake.frequent_street_name()
# u'Pet\u0151fi'
fake.country()
# u'Bhut\xe1n'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-177.439117')
fake.city_part()
# u'hetven'
fake.street_suffix()
# u'\xfat'
fake.city_prefix()
# u't\xf6r\xf6k'
fake.city_suffix()
# u'k\xf6vesd'
fake.building_number()
# u'134.'
fake.country_code()
# u'SM'
fake.county()
# u'N\xf3gr\xe1d'
fake.real_city_name()
# u'Eger'
fake.city()
# u't\xf3thida'
fake.street_address_with_county()
# u'Mindszenthidai Utca 213.\nB\xe1cs-Kiskun megye\nH-7627 mindszentv\xe1rad'
faker.providers.automotive
¶
fake.license_plate()
# u'491ZNL'
faker.providers.barcode
¶
fake.ean(length=13)
# u'2055431926021'
fake.ean13()
# u'6511065177537'
fake.ean8()
# u'65928530'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(90,36,132)'
fake.color_name()
# u'Plum'
fake.rgb_color()
# u'99,152,224'
fake.safe_hex_color()
# u'#dd0000'
fake.safe_color_name()
# u'fuchsia'
fake.hex_color()
# u'#96f33b'
faker.providers.company
¶
fake.company()
# u'Simon Kht'
fake.company_suffix()
# u'ZRT'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'032'
fake.credit_card_provider(card_type=None)
# u'Discover'
fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nTam\xe1s Nagy\n4409876070177 05/18\nCVC: 247\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '12/22'
fake.credit_card_number(card_type=None)
# u'5572937053781233'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'VTC'
fake.currency_code()
# 'ILS'
faker.providers.date_time
¶
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 10, 23, 8, 22, 58)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2016, 9, 4, 4, 35, 13)
fake.time(pattern="%H:%M:%S")
# '00:18:05'
fake.date_time_ad(tzinfo=None)
# datetime.datetime(1950, 10, 7, 8, 17, 14)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 7, 8)
fake.day_of_week()
# u'szerda'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 2, 6, 17, 55, 16)
fake.time_object()
# datetime.time(22, 59, 21)
fake.iso8601(tzinfo=None)
# '1979-10-23T18:59:14'
fake.time_delta()
# datetime.timedelta(4092, 50553)
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 39)
fake.date_object()
# date(2005, 8, 1)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 18, 21, 31, 40)
fake.date_time(tzinfo=None)
# datetime(1973, 1, 11, 2, 28, 58)
fake.date(pattern="%Y-%m-%d")
# '2015-08-24'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 8, 7)
fake.month()
# '06'
fake.unix_time()
# 614242661
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 20, 7, 28, 50)
fake.day_of_month()
# '10'
fake.year()
# '1986'
fake.timezone()
# u'Europe/Skopje'
fake.century()
# u'IV'
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 6, 1, 16, 26, 26)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 18, 21, 38, 39)
fake.month_name()
# u'm\xe1rcius'
faker.providers.file
¶
fake.file_path(depth=1, category=None, extension=None)
# u'/nesciunt/molestias.html'
fake.mime_type(category=None)
# u'video/mp4'
fake.file_name(category=None, extension=None)
# u'ipsa.json'
fake.file_extension(category=None)
# u'js'
faker.providers.internet
¶
fake.url()
# u'https://www.orsis.hu/'
fake.company_email()
# u'bettinakelemen@szoke.com.hu'
fake.uri()
# u'http://varga.hu/author/'
fake.domain_word(*args, **kwargs)
# u'nagy'
fake.ipv4(network=False)
# '214.117.100.79'
fake.domain_name(levels=1)
# u'kocsis.info'
fake.tld()
# u'com'
fake.uri_path(deep=None)
# u'list'
fake.free_email()
# u'nagyimre@yahoo.com'
fake.slug(*args, **kwargs)
# u'earum-quibusdam'
fake.free_email_domain()
# u'hotmail.com'
fake.uri_extension()
# u'.php'
fake.ipv6(network=False)
# '8e59:be8f:a16:9446:8634:b572:4410:26ec'
fake.user_name(*args, **kwargs)
# u'msarkozi'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=986x62&w=986&h=62'
fake.email()
# u'emesenemeth@yahoo.com'
fake.uri_page()
# u'search'
fake.mac_address()
# u'e4:3d:05:8d:22:a6'
fake.safe_email()
# u'jizsef89@example.org'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-03-964452-9'
fake.isbn13(separator="-")
# u'978-1-252-23361-3'
faker.providers.job
¶
fake.job()
# 'Psychologist, forensic'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Ut laudantium aspernatur eaque quaerat. Incidunt minus ipsam vero magni temporibus. Beatae tempora iste sequi iure deserunt quod enim voluptas.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Error nulla ipsam veniam adipisci voluptatem ab. Rem cumque maiores eos.',
# u'Amet accusantium architecto harum. Voluptatum magni odit quidem tenetur quis. Perspiciatis omnis earum voluptatibus perspiciatis.',
# u'Architecto dolore incidunt eos. Illo aut et accusamus. Ducimus earum aut error repudiandae commodi libero maiores.']
fake.words(nb=3, ext_word_list=None)
# [u'quae', u'minima', u'vero']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Voluptatibus nostrum assumenda atque atque explicabo occaecati consequuntur.',
# u'Maxime quis minus eaque illum quod quaerat.',
# u'Consectetur quam necessitatibus ad molestiae.']
fake.word(ext_word_list=None)
# u'voluptate'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Voluptates necessitatibus voluptatem laborum ut cumque sequi. Unde dolores nihil eligendi explicabo praesentium. Nostrum ducimus eligendi nam minima modi. Facilis exercitationem quam accusamus beatae incidunt vero eos corrupti.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Rerum ipsum rerum repellat ab.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'@oeS3%vDi7'
fake.locale()
# u'de_LU'
fake.binary(length=1048576)
# bytearray(b'\xca\xe2H\xd2%\xfd#6F\x16f\xaaL\xb1\xd3V\xd9mj\xb9\xf8\xfc\x10\x12U\xe1n\xd6>r\xc5\xe4\x06X\xfexB\xcevp\x19\xb8\x05Q\x9d\x162\xe3\xce\x11R\xd3p>\x95\xef\xaa\x88\xdd+JI\x9el\x90T+`/_8MW\xc7\xcb\xc9m\xb7ca\r?\x87<\x1a\x03\x9c\xbc\x0b\x14\xfe\x11\x91\xf7>\xf2\xc8\x99C\xf8\xf4\xe0\xf2w<\xe8\xa1\x8cUH\x8e\xc6X\xdb\x0bJ\x06\xa3X\xdc\x11\x170\xabO\xc1^\xff\xcd\xd8\xb9\x9c\x10E^\xa3\xc6\xd2[g:\x011j\xe5\x8cO\x8b\xaf\xda\xf6V\x02\x8fM\xab\x86\xc2;IXJ+\x96M\xf1p\x1c\xab\xe4+\x99\x1e\xad\x94\xeb\x85\xe0A\xdbA</\x0fJy4\xc3\xf5\xee\xb9k\x18_\xd6\x88\x043\x8f\xdb^q\x9dZ\xecda{A\xbeh\x03\x9ch\xf0r$4e\xc8\xf1`5+\x08\xbaQuaaN\x11\x123v\xd7\n\x07K\xb3\xbf\x1b\xaf\xdd\x9f\xfepN\x8d\xdc\x9dCfA\x8a1\xbaW$\xd3^\xf9Tg\xf7\xe1\xb9\xd8\x87s,\xd3\x7f\x04\xf0\x1a\xef\xfef\x9f\xe2\x92:\xc4~\xde)~\x9b\xa8\x97\x12\xb1h\xe7\x01\x96fE\xc9z\xc5\xbfu\xf1O\x12k\xd5y\xb2\x8fL\xad\xb0\x14DYh\xcd/\xd2\xf1\tnC\xcf<\x16\xd3r\t>e\xa6\xb6\x01)Q_g\x82I$\xcd\x8e\xad\xf0\x10\x00\xad)\x14\xd2^\xda\x15\xd7\xf1\xbd\x8a\xfan/\xc8B\x0e\x8fR3\xa4\x8eoD\x0b\xa2D\x84\xa8\x86\xcf\xd4\x84\x90\xcd\\\xc8\xb8o\xf8\xba\x87\x7f\x9a\x0f\xe7\xf0\xe8\xfc\xe60^\x0c\xe1\xeeL\x8d\xfe\x90\xae\xf438\x9c\xa3>9m\x89\x02Q/\x86K\xdc\x18\xb9\x0c\x1f\x87\xf1\xbf\x08\tvX\xed\xf2\xb5\x1cH\xcb\xf66\x87\x96\xf5K\xd1\xa9\x92c~\xd2\xa1;0KT\x17=\x06\xa9\xb5\xc3\xca\xbe\xb8\xadP#\x8a\xcf\x0fs0{\xe4\xc6eG\x90v\x94\x91~G\xfbv\x1c\xe7\xec\xd5<\x98\xa1\xf1\x06\xb0\xcc\x16\x87\xcc\xe9u\x82\xb4\x81k\xf86r\x12\x02\xcfs\x94oK6\xef\x81&\x97\r\xab\xf1\xe2:\xbb\x19\xec\xa3V\xe1HodV\xcb_{)vn\xd4\x00\x90WY{\xf0\x95\xe4\xbd\x8f\xe98\x91\xb4\xc2|*\x9c\x0c\x0f=\xc3\xd8\xa4\xd4\x15\x8a\xfe\xed\xa9g\xcaM\xe3\x18\xf7\xeb&\x00\x96\x9aAHcM\xdf[10\xf9\x0fO\x05Dh\xc0\x8b\xee\xb453gq\xd4\tl\xde\xe5\xc32\x82p\xb04\xb0~\x86\x88\xab\x81\xf2\x7f\x04\x8d\xd7\xe0\xc7\xb4\xf1V\xff\xab\xbc1N\xf8\x1e\xbf\x88\x1e\xb8q\x8db\xd4e\xa4\xbe\xb3X_I\'\x8f\xef\x1b\xc0\x00|\xedE\x16B\xb1n=\xd5\x1e\x86\xce\xe5\xa5\xa7d\xd0\x0cw\xff/\xf4wTN\xaf%\xc0\xfe\xbbq\xeem\x87\x91Y`\x8e`Hxe\xb0\xaefcmcK\'\x8fEle\xc3\xb5\xe89\x97\xd0\xc8\xbb\x8eLb\xcf\xdd\xa4*\xeb\xa2\x90\x07>\xf1y\xda\x82\xc6\xe5\x88\xa7\xd6\xf0\xf0\xa4\xcc\x05\xd1C\x8f\x10\xa8\x8e\x9f%\xd8\xb9n\x96G?\xf1G\xef\xa2\x19|\xe3\xa7\x13|\xe6k\x89\xbc;`\xa7\'*\xdb9T\x10\xbe\x90\xeb)\x0cB\x88\xc6\xa8\x1b\x95O\xc7V\xa0\xf7\xa4\xeb\x95}\x84{o\xd1Y\xb9\xb4m\xe3\xab\x00\xc5\x9d\xecs\xdf\xb1\xad\xc3\xeb@M!\x95v\x03\xe4y\xbca\xb2\xbb#-\xbd>\xe7il\x92/\x12\x1f|O\xb4\xfa\xc4\xb7ss\xf3\xd6\xdea\x84\xc1\xf9\xb5\xf26}\x82\x16\x14\x82\xdc$u\x10\xd9\x10\x8a\xfce1\x99\xa5\xde,\xa8\xd5\xa4\x07\xee\xde\x1f8:7{%\xf6\x8d\xc3\'\xa3\x05\x1bC\x00\x837\xa9\x1f\xd5\xda/\xb7\x1a\x088/\xc5\xb5\x12\x19\x11\x8cG\x93\x8b\xc9\xe8\xa5j$\x96V\xb1\xc6\xed&\x0c\xfb\xdf"\x99\x18\xa9\x96\x04\xf2#@A\x90.&\x86AT\x8dz6\x1b\x87\xbb\xf8.8h\x16:\x88\xd3\xf2\xea\x96|b\xa11F\xf0\x86M\xf43\xe2\xb7\xbc\x07\x97R0\xe8\xc4\x00lQ\xf1s\x9b\x1c\xeb<\xeac\x8e0()\xc9\xf6\xac\x8e\x1f\xc4\xf0\xc4\x92\xdd\x91%')
fake.md5(raw_output=False)
# '506f1c406b0314bd81dcdc150dcdfe7d'
fake.sha1(raw_output=False)
# 'bbba1f937f12e06fcd2499af7379de39a405abc9'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '8528e86dc4f3199849e44ebbe0c63e71237b4e10b8904f6781bc21acedeb3c12'
fake.uuid4()
# '8f1ec711-3c98-29ad-dd04-03d47c2e270d'
fake.language_code()
# u'ia'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Szab\xf3'
fake.first_name_female_abbreviated()
# u'M.'
fake.name_female()
# u'Dr. Bal\xe1zs B\xe9lan\xe9'
fake.prefix_male()
# u'Dr.'
fake.prefix()
# u'Dr.'
fake.name()
# u'N\xe9meth Imre'
fake.suffix_female()
# ''
fake.name_male()
# u'Bodn\xe1r D. J\xf3zsef'
fake.first_name_male_abbreviated()
# u'G.'
fake.first_name()
# u'Zsombor'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.last_name()
# u'Fodor'
fake.first_name_female()
# u'Szilvia'
fake.last_name_female()
# u'Szab\xf3'
fake.first_name_male()
# u'Gyula'
fake.prefix_female()
# u'Dr.'
faker.providers.phone_number
¶
fake.phone_number()
# u'06-82/415 5814'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'N\xe9mett\xf3ti T\xe9r 204.\nH-3641 fa',
# 'birthdate': '1973-07-04',
# 'mail': u'gizella87@hotmail.com',
# 'name': u'Dr. L. Moln\xe1r Istv\xe1n',
# 'sex': 'M',
# 'username': u'jinasmariann'}
fake.profile(fields=None, sex=None)
# { 'address': u'Mell\xe9kap\xe1tii Utca 122.\nH-3537 Szolnok',
# 'birthdate': '1972-04-09',
# 'blood_group': 'A+',
# 'company': u'Balogh',
# 'current_location': (Decimal('71.8148595'), Decimal('28.760415')),
# 'job': 'Chartered legal executive (England and Wales)',
# 'mail': u'kozmamarta@hotmail.com',
# 'name': u'T\xf3th Kov\xe1cs Istv\xe1n',
# 'residence': u'Hajd\xfakereszti Utca 97.\nH-5351 \xd3zd',
# 'sex': 'M',
# 'ssn': u'27212165101',
# 'username': u'agnesolah',
# 'website': [ u'https://budai.info/',
# u'http://www.farkas.org/',
# u'https://www.pal.biz/',
# u'http://sois.com/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ datetime(2008, 2, 26, 0, 10, 56),
# u'RNiFZEqDkKPJNWxOtHSD',
# u'CpcNFxozrGOTJattgMjf',
# u'MHZEZXQnfTcAyOJCBIaQ',
# u'jCNxGMTJJHalFWUhLtFa',
# u'http://www.szalai.net/explore/tags/home/',
# u'aqwhKQEPmWdGbjFJbxoM',
# u'NvJaokQKMerLIuXOsRDV',
# 4901,
# Decimal('375.192489')]
fake.pystr(min_chars=None, max_chars=20)
# u'cFRrsNEmukJRqEUmEhFh'
fake.pystruct(count=10, *value_types)
# ( [ u'emma94@yahoo.com',
# Decimal('-954674917428'),
# u'https://molnar.net/main.html',
# 8322,
# u'MipQPPUYvpSPqUgFNHew',
# 6056,
# Decimal('-582739.411537'),
# 8570.1730002326,
# 943896.76010549,
# u'http://www.szabi.hu/posts/post/'],
# { u'et': u'cmYphcnCjPipuiTtFWeu',
# u'fuga': u'tJiBKQwCIkvhshHqetFg',
# u'incidunt': u'bernadettmolnar@magyar.org',
# u'ipsa': u'http://balogh.hu/',
# u'laboriosam': Decimal('-267729.2'),
# u'nam': u'ALZJmGsPwmXAKMrDiAnE',
# u'pariatur': datetime(1995, 5, 25, 8, 13, 36),
# u'perspiciatis': Decimal('-39850883445.9'),
# u'provident': -3.504642482002,
# u'repellat': u'ZUGmfqOsxPPNetIjTMUH'},
# { u'accusantium': { 6: 9665,
# 7: [ u'zCsOYSNYytsgYrsiVDSH',
# Decimal('-1.17061486065E+14'),
# Decimal('-56.7062')],
# 8: { 6: -43283994.7,
# 7: u'CIfSTBHPmdkAOYhcKkXq',
# 8: [ datetime(2007, 12, 2, 22, 38, 7),
# u'http://varga.info/homepage/']}},
# u'atque': { 8: 2502,
# 9: [ 5971542000.2,
# Decimal('2.8364492473E+11'),
# Decimal('79433582072.7')],
# 10: { 8: Decimal('-4.99107616894E+14'),
# 9: 3501,
# 10: [ u'DLTNMSRTklBGhKivBbLD',
# u'DyXnNupuzxuuEaQcnCjv']}},
# u'eius': { 7: 9539,
# 8: [ u'http://www.nagy.com/homepage.php',
# u'https://halasz.hu/main.htm',
# 9846],
# 9: { 7: u'https://www.katona.hu/',
# 8: u'CsJASWFFVCKZDxflrVeJ',
# 9: [9284, datetime(2011, 12, 2, 22, 47, 59)]}},
# u'facere': { 9: 2009,
# 10: [ u'kzuQVphBxzVBZDDaGvqN',
# u'dcatvbTQvzMqHmEbweTD',
# u'tibor55@tith.com.hu'],
# 11: { 9: u'XgzWAODhhovtFZYYUcAE',
# 10: u'TTHWapqqXmwEmRePlNHx',
# 11: [ u'phorvath@szucs.info',
# u'nEFgcFZsTcYyrFWVyNzN']}},
# u'labore': { 1: u'TXVfIuMXAqwltuvOoMsW',
# 2: [5666, 954668904248896.0, u'zbalint@takacs.biz'],
# 3: { 1: u'http://www.borbely.hu/',
# 2: u'https://www.kiss.hu/login.jsp',
# 3: [7438, -494953975.5]}},
# u'minima': { 5: u'RlrXjuAWiiGaYPVaqMzP',
# 6: [ Decimal('8058.1'),
# datetime(2004, 12, 10, 19, 27, 13),
# u'gXdrsTkcyRfFIvXSIVRf'],
# 7: { 5: 5573,
# 6: u'PDqTvcyvxZmVPPbfxZaY',
# 7: [1761, 5441]}},
# u'non': { 3: u'GPKrBRozaNfrcTOVOqYH',
# 4: [5107, u'PHgImLXcfOPOiGsTtCeZ', 633843108589.3],
# 5: { 3: u'http://tith.biz/categories/app/search/author.html',
# 4: -5279.77862488142,
# 5: [u'attilafarkas@takacs.org', 2512]}},
# u'officiis': { 4: u'http://www.takacs.hu/search/',
# 5: [ datetime(1970, 4, 20, 3, 12, 40),
# Decimal('690415621403'),
# 8077],
# 6: { 4: u'terezszabi@farkas.biz',
# 5: 7250,
# 6: [datetime(1977, 7, 26, 14, 25), 9228]}},
# u'voluptatum': { 2: u'http://www.katona.hu/privacy.htm',
# 3: [ Decimal('62695890.3294'),
# u'http://horvath.hu/posts/posts/search.html',
# u'mBGqAWMpPcrGytTXKmss'],
# 4: { 2: u'QtoezmsRTFaNITxHrQPS',
# 3: u'RXPvOojpfIOTPopCMOrH',
# 4: [Decimal('-96083.6810725'), 4867]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -9241448161.11348
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-6.152469077')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'http://papp.biz/post/',
# 6032,
# u'fszpfKJLXHPxMijrVrrp',
# 5001,
# u'SeeSvZlvEiFtOkrNRCtt',
# Decimal('3.68408327974E+13'),
# u'http://www.tith.hu/terms.html',
# Decimal('-93604.1'),
# u'agnes31@tith.info',
# u'cayHFUkzxlqSPqaZFazZ',
# u'VNsCCryqOBTxAAWIAPxt',
# u'tithbence@katona.hu',
# u'https://fekete.org/list/tag/blog/faq.html',
# 2239731716.126]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 1990125617948.43,
# 4832,
# u'vargailona@juhasz.net',
# u'VDpizlmSGcvjMXjaXCAk',
# 7109,
# u'KIGwYmjmqDgAzdqHDmqr',
# 106,
# 333,
# u'http://tith.com/',
# 804420119267.442,
# datetime(1971, 8, 1, 3, 37, 32),
# u'QzocwmzcnjNrEvlpPpkP',
# u'http://www.tith.com.hu/faq/')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'http://www.hajdu.info/search/tags/categories/author/', u'TZMRIKVYqIOvghfvxBZf', u'https://www.szabi.com/', u'http://gal.hu/search/wp-content/search.jsp', datetime(2014, 7, 31, 8, 19, 13), u'EhdAHnjsrSJqcGnccbcr', u'kgIXjwZUNNTGqyYYQFvJ', u'omolnar@gmail.com', u'McZkOmcAPgjZTmBekOBa', u'gabor43@biri.com.hu', u'minika50@veres.org', u'aGQOpxpGNxHctLVmPqmj'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'corporis': 6908,
# u'delectus': 5896.67,
# u'eligendi': datetime(2001, 3, 15, 22, 33, 35),
# u'eveniet': u'SUGPmjcFCBmcYBlLstyo',
# u'labore': u'pAmKzLYgfbKsJxFZFvGe',
# u'maxime': 8693,
# u'sed': 330,
# u'velit': 8207,
# u'vero': 2970}
fake.pyint()
# 2852
faker.providers.ssn
¶
fake.ssn(dob=None, gender=None)
# u'167091362810'
faker.providers.user_agent
¶
fake.mac_processor()
# u'U; Intel'
fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; rv:1.9.2.20) Gecko/2011-01-15 07:05:15 Firefox/7.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.18.(X11; Linux i686; th-TH) Presto/2.9.187 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 5.0'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.01; Trident/3.0)'
fake.user_agent()
# u'Opera/9.92.(X11; Linux x86_64; cv-RU) Presto/2.9.161 Version/12.00'
fake.chrome()
# u'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/5320 (KHTML, like Gecko) Chrome/13.0.850.0 Safari/5320'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_6_4'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; sid-ET) AppleWebKit/531.17.6 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6531.17.6'