Language no_NO¶
faker.providers.address
¶
fake.latitude() # 58.157983
fake.street_name() # Lundgjerdet
fake.address() # Mathisentunet 26, #### Engen
fake.street_address() # Ellingsentunet 2
fake.postcode() # ####
fake.longitude() # -86.188610
fake.country() # Denmark
fake.street_suffix() # høgda
fake.geo_coordinate(center=None, radius=0.001) # 106.121374
fake.city_suffix() # berg
fake.building_number() # 1
fake.city() # Tveit
faker.providers.barcode
¶
fake.ean(length=13) # 3230795204148
fake.ean13() # 5961563242489
fake.ean8() # 47618954
faker.providers.color
¶
fake.rgb_css_color() # rgb(233,44,169)
fake.color_name() # Salmon
fake.rgb_color_list() # (86, 147, 236)
fake.rgb_color() # 59,134,243
fake.safe_hex_color() # #447700
fake.safe_color_name() # aqua
fake.hex_color() # #24fbda
faker.providers.company
¶
fake.company() # Isaksen BA
fake.company_suffix() # BA
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None) # 973
fake.credit_card_full(card_type=None, validate=False, max_check=10) # VISA 16 digit Gunnar Antonsen 4929008312831707 10/22 CVC: 969
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y") # 11/19
fake.credit_card_number(card_type=None, validate=False, max_check=10) # 2100012856086913
fake.credit_card_provider(card_type=None) # VISA 13 digit
faker.providers.currency
¶
fake.currency_code() # GHS
faker.providers.date_time
¶
fake.date_time_ad() # 1481-02-23 18:39:58
fake.month() # 08
fake.am_pm() # PM
fake.iso8601() # 2012-05-17T13:07:20
fake.date_time_this_century() # 2014-03-10 10:01:50
fake.date_time() # 2004-09-27 20:19:19
fake.month_name() # December
fake.date_time_this_month() # 2016-03-12 15:30:53
fake.date_time_this_decade() # 2011-02-23 17:58:31
fake.day_of_week() # Thursday
fake.day_of_month() # 17
fake.time(pattern="%H:%M:%S") # 18:07:04
fake.date_time_between(start_date="-30y", end_date="now") # 1988-12-25 00:41:32
fake.unix_time() # 1288671893
fake.date_time_this_year() # 2016-03-14 08:22:23
fake.timezone() # Europe/Luxembourg
fake.century() # X
fake.date(pattern="%Y-%m-%d") # 2007-01-09
fake.year() # 1975
faker.providers.file
¶
fake.mime_type(category=None) # audio/basic
faker.providers.internet
¶
fake.ipv4() # 191.117.11.169
fake.url() # http://dahl.com/
fake.company_email() # nygard.frode@holm.com
fake.uri() # http://www.kristoffersenhalvorsen.info/wp-content/wp-conte nt/privacy/
fake.domain_word(*args, **kwargs) # johansen
fake.image_url(width=None, height=None) # http://dummyimage.com/912x807
fake.tld() # com
fake.free_email() # kari06@hotmail.com
fake.slug(*args, **kwargs) # qui-vel-ipsam-nemo
fake.free_email_domain() # gmail.com
fake.domain_name() # moe.net
fake.uri_extension() # .html
fake.ipv6() # fb98:03a7:067f:8182:e44a:fa28:a722:fffb
fake.safe_email() # kristin04@example.com
fake.user_name(*args, **kwargs) # strm.emma
fake.uri_path(deep=None) # category
fake.email() # lie.asbjrn@yahoo.com
fake.uri_page() # faq
fake.mac_address() # 65:10:2d:b5:50:a0
faker.providers.job
¶
fake.job() # Actor
faker.providers.lorem
¶
fake.text(max_nb_chars=200) # Eos iure voluptas magni est. Inventore non est error nobis in recusandae. Eveniet amet est quia laudantium voluptate m porro ipsum.
fake.sentence(nb_words=6, variable_nb_words=True) # Quis soluta iure nostrum voluptas voluptatum omnis.
fake.word() # quia
fake.paragraphs(nb=3) # [u'Quasi non inventore eos perferendis error odit. Soluta aut laborum consectetur. Rem veniam repudiandae quis repre henderit optio. Eligendi ad ut recusandae repudiandae perf erendis quisquam. Nesciunt et voluptas nostrum quo delectu s.', u'Alias velit quo voluptas aut quis magni eum. Corpor is et sit sed minus sit. Velit incidunt sed ducimus beatae voluptas aliquid.', u'Aliquam error voluptatem eveniet no n in ab. Illum qui et debitis repudiandae reprehenderit et . Explicabo dignissimos doloribus aut quisquam soluta corr upti.']
fake.words(nb=3) # [u'ullam', u'in', u'culpa']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True) # Molestiae facilis ut dicta. Aut error molestias fugit dese runt ex modi harum. Dolor voluptate aut ut velit repellend us qui molestias. Sed qui dolorem vel dolor dicta illum et .
fake.sentences(nb=3) # [u'Magnam repellendus cumque maxime.', u'Repellat quo ut e t porro reiciendis asperiores ut quo.', u'Eum et debitis a utem sint ut sed.']
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # vD3g2Xb$M9
fake.locale() # en_LK
fake.md5(raw_output=False) # b77e85b7fb3af0eff7a13544bf8c9f07
fake.sha1(raw_output=False) # 07063a36fb7834d1cc4e389761fb14206381dcd3
fake.null_boolean() # None
fake.sha256(raw_output=False) # a3fabff01f21873121cbd7f7173b8e3f43d3e39e777856227a7f0a43ed da835d
fake.country_code() # PH
fake.language_code() # es
fake.boolean(chance_of_getting_true=50) # False
faker.providers.person
¶
fake.last_name_male() # Jacobsen
fake.name_female() # Bjørg-Kristin Bøe
fake.prefix_male() # Prof.
fake.prefix() # Prof.
fake.name() # Jorunn Rasmussen
fake.name_male() # Mette Halvorsen
fake.first_name() # Heidi
fake.first_name_male() # Stein
fake.first_name_female() # Ellen
fake.last_name_female() # Aune
fake.last_name() # Ali
fake.prefix_female() # Dr.
faker.providers.profile
¶
fake.profile(fields=[]) # {'website': [u'http://halvorsen.com/', u'http://thorsen.co m/', u'http://www.nielsensolheim.com/', u'http://ruud.info /'], 'username': u'hanne95', 'name': u'Grethe Knutsen', 'b lood_group': '0+', 'residence': u'Johannessenlia 4?, #### Myhre', 'company': u'Brekke-Larsen', 'address': u'Bakkenha vna 8?, #### Vegardb\xf8', 'birthdate': '2000-01-26', 'sex ': 'M', 'job': 'Secondary school teacher', 'ssn': u'374-67 -0841', 'current_location': (Decimal('37.331151'), Decimal ('151.766248')), 'mail': u'molsen@gmail.com'}
fake.simple_profile() # {'username': u'lien.bente', 'name': u'Vidar Evensen', 'bir thdate': '2010-09-25', 'sex': 'M', 'address': u'Lundgjerde t 2?, #### Leifb\xf8', 'mail': u'yamundsen@yahoo.com'}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types) # (u'Aut aut aut neque.', 951.72037, u'Aut ratione.', 1418, 4651, Decimal('16089.129525'), datetime(1984, 10, 28, 4, 1 7, 14), -87613174987.6616, u'Et dolorem incidunt.')
fake.pystr(max_chars=20) # Ut ut delectus iste.
fake.pyfloat(left_digits=None, right_digits=None, positive=False) # 986425040.0
fake.pystruct(count=10, *value_types) # ([datetime(2010, 1, 19, 21, 0, 14), u'http://www.simonsen. biz/home.htm', u'In cum fugit natus.', u'http://henriksen. com/search/tag/main/register/', u'Blanditiis tempora.', De cimal('9883085.68355'), u'ali.linn@yahoo.com', u'Expedita enim sunt.', u'http://evensen.biz/register.asp', Decimal(' 888013.174173')], {u'incidunt': u'myklebust.yvind@hotmail. com', u'maiores': u'Eum suscipit.', u'sit': u'Minima optio saepe.', u'quasi': 7451, u'esse': Decimal('-60289040.6006 '), u'cupiditate': 4093, u'velit': u'In necessitatibus.', u'ducimus': u'Soluta nesciunt.', u'necessitatibus': dateti me(1977, 10, 17, 1, 8, 16)}, {u'temporibus': {8: [4618, u' Vitae ea ex quia.', Decimal('-34.0')], 9: {8: 6268, 9: [u' Temporibus ea ut.', 4406], 7: Decimal('28111453.9803')}, 7 : u'Et delectus neque.'}, u'ab': {8: {8: [datetime(1989, 6 , 14, 9, 49, 16), u'http://sandvikmoen.com/register.php'], 6: u'Sit vero temporibus.', 7: 9870}, 6: datetime(2009, 5 , 6, 21, 7, 36), 7: [datetime(1982, 8, 8, 23, 29, 49), 879 1, u'sigurd65@sivertsenlunde.net']}, u'suscipit': {8: 4372 , 9: [u'Consectetur illo.', u'http://myhreellingsen.biz/lo gin/', 3068], 10: {8: datetime(1977, 9, 22, 23, 49, 31), 9 : u'Dicta minus velit.', 10: [468403645904876.0, u'Recusan dae voluptas.']}}, u'voluptatem': {0: u'arne.andresen@gmai l.com', 1: [Decimal('4.46380961459E+13'), datetime(1981, 7 , 24, 7, 30, 48), u'Enim beatae.'], 2: {0: datetime(2010, 7, 6, 16, 5, 20), 1: Decimal('-4.4182823518E+11'), 2: [210 493.41370665, datetime(2013, 11, 30, 9, 21, 21)]}}, u'even iet': {4: Decimal('4421943552.49'), 5: [222, u'Et quisquam nostrum.', u'http://eriksen.info/search.html'], 6: {4: 55 80, 5: Decimal('-459395.302252'), 6: [u'gsolheim@gmail.com ', 2855]}}, u'fuga': {3: Decimal('-33.1098546454'), 4: [De cimal('-29404657.3'), datetime(1979, 9, 6, 2, 17, 40), u'r oy60@hotmail.com'], 5: {3: 5900, 4: u'berg.finn@haugen.com ', 5: [Decimal('4.93011726204E+14'), u'Inventore aliquid.' ]}}, u'in': {2: 9227, 3: [u'http://aasenamundsen.com/blog/ blog/blog/search.htm', u'http://nss.org/register.htm', u'Q uisquam quo quo.'], 4: {2: 6816, 3: Decimal('7.04978013849 E+14'), 4: [datetime(1989, 3, 23, 23, 44, 6), u'Et rerum e sse eum.']}}, u'qui': {9: 83.11375068607, 10: [u'http://fr edriksen.info/homepage.html', u'Ea aut maxime.', u'Tempora culpa.'], 11: {9: Decimal('8.94759345169E+13'), 10: u'Cor poris et quis.', 11: [u'Porro veritatis.', u'http://tangen .com/explore/search/main/']}}, u'necessitatibus': {1: 8734 , 2: [u'Rerum autem id.', u'Ipsa exercitationem.', datetim e(1975, 2, 22, 10, 41, 37)], 3: {1: u'Qui neque expedita.' , 2: u'Aut iusto alias.', 3: [u'Iste quia eligendi.', 870] }}, u'consequatur': {5: u'mrnning@nygrdedvardsen.com', 6: [Decimal('-46489337.0'), -3775854616537.0, datetime(1982, 4, 9, 12, 57, 12)], 7: {5: u'http://halvorsen.com/tags/aut hor.html', 6: 5404378.788, 7: [u'http://www.larsen.info/te rms/', datetime(2003, 11, 23, 20, 17, 50)]}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False) # 24.321480917
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types) # [u'http://hanssenamundsen.org/explore/about/', 7094, u'Asp eriores sit ut.', datetime(2003, 1, 25, 2, 52, 33), u'Reru m architecto.', 4723, datetime(1979, 8, 11, 19, 14, 6)]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types) # (4960, datetime(2004, 5, 28, 0, 58, 38), u'Commodi volupta tes.', 3917, 39241.3227018329, datetime(2006, 3, 19, 10, 3 2, 27), 1.72004647812, 1110)
fake.pybool() # False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types) # set([u'pal95@simonsen.com', 606750727875.2, 91620354808433 .6, u'http://www.larsenevensen.org/', u'http://solheim.com /about.html', 61663598088578.0, 3032, u'Et cum.', 2589, u' http://www.haugen.com/login/', u'Ut laudantium.'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types) # {u'accusamus': u'Qui et iste dolorem.', u'ut': u'Voluptate m ut.', u'iusto': 7200, u'dolores': u'http://madsen.com/ma in/privacy/', u'nam': u'anders.nilsen@yahoo.com', u'quisqu am': u'Eaque doloremque.', u'enim': u'Asperiores quo et.', u'et': u'Facilis cupiditate.', u'autem': u'Placeat id cum que.'}
fake.pyint() # 4595
faker.providers.phone_number
¶
fake.phone_number() # 31 27 98 42
faker.providers.ssn
¶
fake.ssn() # 450-85-3016
faker.providers.user_agent
¶
fake.mac_processor() # U; Intel
fake.firefox() # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_1; rv:1.9.6.20) Gecko/2016-01-18 02:50:00 Firefox/3.6.3
fake.linux_platform_token() # X11; Linux i686
fake.opera() # Opera/8.77.(Windows NT 4.0; sl-SI) Presto/2.9.182 Version/ 10.00
fake.windows_platform_token() # Windows 98; Win 9x 4.90
fake.internet_explorer() # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident /5.0)
fake.user_agent() # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5350 (KHTML, like Gecko) Chrome/13.0.863.0 Safari/5350
fake.chrome() # Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/5322 (KH TML, like Gecko) Chrome/13.0.815.0 Safari/5322
fake.linux_processor() # x86_64
fake.mac_platform_token() # Macintosh; Intel Mac OS X 10_5_4
fake.safari() # Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/531.18.4 (KHTML, like Gecko) Version/5.0.2 Safari/531.18.4