
Language dk_DK
===============

``faker.providers.address``
---------------------------

::

	fake.longitude()                                                                            # -120.373119
	fake.building_number()                                                                      # 725
	fake.street_address()                                                                       # 3912 Margrethe Brooks Suite 514
	fake.postalcode_plus4()                                                                     # 50075-5238
	fake.city_prefix()                                                                          # South
	fake.military_ship()                                                                        # USS
	fake.city()                                                                                 # New Robinfort
	fake.zipcode_plus4()                                                                        # 32802-6974
	fake.state_abbr()                                                                           # UT
	fake.latitude()                                                                             # 83.020235
	fake.street_suffix()                                                                        # Plains
	fake.city_suffix()                                                                          # borough
	fake.military_dpo()                                                                         # Unit 2778 Box 9776
	fake.country()                                                                              # Qatar
	fake.secondary_address()                                                                    # Suite 764
	fake.geo_coordinate(center=None, radius=0.001)                                              # 17.545864
	fake.postalcode()                                                                           # 12335
	fake.address()                                                                              # 9918 Svendsen Well	                                                                                              New Birgit, MO 35193-9720
	fake.state()                                                                                # Illinois
	fake.military_state()                                                                       # AA
	fake.street_name()                                                                          # Pedersen Heights
	fake.zipcode()                                                                              # 89122
	fake.postcode()                                                                             # 01732-8551
	fake.military_apo()                                                                         # PSC 7729, Box 3779

``faker.providers.barcode``
---------------------------

::

	fake.ean(length=13)                                                                         # 6976141126692
	fake.ean13()                                                                                # 1819028480416
	fake.ean8()                                                                                 # 31703598

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()                                                                        # rgb(134,93,41)
	fake.color_name()                                                                           # Silver
	fake.rgb_color_list()                                                                       # (95, 18, 37)
	fake.rgb_color()                                                                            # 69,132,171
	fake.safe_hex_color()                                                                       # #448800
	fake.safe_color_name()                                                                      # white
	fake.hex_color()                                                                            # #54eca4

``faker.providers.company``
---------------------------

::

	fake.company()                                                                              # Jakobsen, Hansen and Madsen
	fake.company_suffix()                                                                       # Ltd
	fake.catch_phrase()                                                                         # Monitored neutral capability
	fake.bs()                                                                                   # redefine sexy deliverables

``faker.providers.credit_card``
-------------------------------

::

	fake.credit_card_security_code(card_type=None)                                              # 278
	fake.credit_card_full(card_type=None, validate=False, max_check=10)                         # 	                                                                                              JCB 16 digit	                                                                                              Henry Danielsen	                                                                                              2100221101047527  04/23	                                                                                              CVC: 757
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 02/23
	fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 4929949994272761
	fake.credit_card_provider(card_type=None)                                                   # JCB 16 digit

``faker.providers.currency``
----------------------------

::

	fake.currency_code()                                                                        # AOA

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()                                                                         # 1583-10-02 13:56:40
	fake.month()                                                                                # 06
	fake.am_pm()                                                                                # PM
	fake.iso8601()                                                                              # 2006-08-26T13:56:55
	fake.date_time_this_century()                                                               # 2005-11-12 21:39:26
	fake.date_time()                                                                            # 2013-08-28 10:24:22
	fake.month_name()                                                                           # October
	fake.date_time_this_month()                                                                 # 2016-03-10 03:31:16
	fake.date_time_this_decade()                                                                # 2014-10-14 22:36:57
	fake.day_of_week()                                                                          # Sunday
	fake.day_of_month()                                                                         # 27
	fake.time(pattern="%H:%M:%S")                                                               # 08:10:16
	fake.date_time_between(start_date="-30y", end_date="now")                                   # 2007-09-11 14:33:33
	fake.unix_time()                                                                            # 426944196
	fake.date_time_this_year()                                                                  # 2016-03-14 08:23:15
	fake.timezone()                                                                             # Africa/Nouakchott
	fake.century()                                                                              # II
	fake.date(pattern="%Y-%m-%d")                                                               # 1995-10-03
	fake.year()                                                                                 # 1997

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)                                                               # audio/mpeg

``faker.providers.internet``
----------------------------

::

	fake.ipv4()                                                                                 # 1.64.36.36
	fake.url()                                                                                  # http://dahlpetersen.info/
	fake.company_email()                                                                        # zsndergaard@stergaard.net
	fake.uri()                                                                                  # http://kristoffersen.com/index.htm
	fake.domain_word(*args, **kwargs)                                                           # simonsenholst
	fake.image_url(width=None, height=None)                                                     # http://placehold.it/668x771
	fake.tld()                                                                                  # com
	fake.free_email()                                                                           # meriksen@yahoo.com
	fake.slug(*args, **kwargs)                                                                  # laboriosam
	fake.free_email_domain()                                                                    # hotmail.com
	fake.domain_name()                                                                          # overgaard.com
	fake.uri_extension()                                                                        # .jsp
	fake.ipv6()                                                                                 # 6b0a:4782:9cc3:565b:9377:093a:e412:2482
	fake.safe_email()                                                                           # kasper79@example.net
	fake.user_name(*args, **kwargs)                                                             # danielsen.richardt
	fake.uri_path(deep=None)                                                                    # category/list/tag
	fake.email()                                                                                # sren.mathiasen@simonsengregersen.org
	fake.uri_page()                                                                             # search
	fake.mac_address()                                                                          # 76:d3:a0:d9:04:50

``faker.providers.job``
-----------------------

::

	fake.job()                                                                                  # Sub

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)                                                                 # Iste quas soluta vel quas. Accusantium laboriosam minima e	                                                                                              t modi voluptatibus perferendis dolore nostrum.
	fake.sentence(nb_words=6, variable_nb_words=True)                                           # Incidunt consequatur placeat omnis tempore numquam.
	fake.word()                                                                                 # omnis
	fake.paragraphs(nb=3)                                                                       # [u'Quod qui rem similique amet. Quidem rerum itaque nulla 	                                                                                              odit et quam est. Voluptatibus dolorum iste non est quas q	                                                                                              ui. Rerum dolorem voluptatem quis possimus.', u'Repudianda	                                                                                              e ea nam sint quia asperiores inventore beatae odit. In qu	                                                                                              i velit cupiditate deleniti fugit. Nemo ut recusandae moll	                                                                                              itia illo ullam nulla.', u'Magni esse et omnis neque sed d	                                                                                              ignissimos voluptatibus. Officiis aut vitae aliquam invent	                                                                                              ore. Odit et optio est voluptatibus eos.']
	fake.words(nb=3)                                                                            # [u'ipsum', u'aut', u'soluta']
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Dolor minima qui doloremque exercitationem nisi nemo. Faci	                                                                                              lis id non impedit sit qui distinctio dolore. Quo quam ver	                                                                                              o nostrum et enim ex porro. Voluptatibus quibusdam dolorem	                                                                                               placeat illo aut est maxime.
	fake.sentences(nb=3)                                                                        # [u'Sint magnam blanditiis ut ut asperiores voluptas volupt	                                                                                              atibus.', u'Repellat et mollitia quia sed vel.', u'Molesti	                                                                                              as quidem autem sed dolorem.']

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # e!kW8DA5^@
	fake.locale()                                                                               # el_CD
	fake.md5(raw_output=False)                                                                  # 9ff209091bdc610ba1d2cb9abbd9d308
	fake.sha1(raw_output=False)                                                                 # 0b1505bde70181f981cb8e39339d994188d1b0fa
	fake.null_boolean()                                                                         # True
	fake.sha256(raw_output=False)                                                               # aee16cfa6a40e52fe1a4871e192055fdc1baac6add9adee96b4b97fc15	                                                                                              51774e
	fake.country_code()                                                                         # VA
	fake.language_code()                                                                        # ru
	fake.boolean(chance_of_getting_true=50)                                                     # True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()                                                                       # Nilsson
	fake.name_female()                                                                          # Univ.Prof. Cirkeline    Lauritsen
	fake.prefix_male()                                                                          # Hr
	fake.prefix()                                                                               # (u'Fru', u'Dr.', u'Prof.', u'Univ.Prof.')
	fake.name()                                                                                 # Erna Ravn

	fake.name_male()                                                                            # Boe Andresen
	fake.first_name()                                                                           # Nadia


	fake.first_name_male()                                                                      # Karsten
	fake.first_name_female()                                                                    # Birgit
	fake.last_name_female()                                                                     # Pedersen
	fake.last_name()                                                                            # Thygesen
	fake.prefix_female()                                                                        # Prof.

``faker.providers.profile``
---------------------------

::

	fake.profile(fields=[])                                                                     # {'website': [u'http://rasmussen.com/', u'http://johnsengre	                                                                                              gersen.biz/', u'http://nielsen.com/', u'http://www.thomsen	                                                                                              .com/'], 'username': u'kenny.henriksen', 'name': u'Nina \x	                                                                                              d8stergaard', 'blood_group': 'A-', 'residence': u'PSC 4684	                                                                                              , Box 8156\nAPO AP 25728', 'company': u'Lauridsen and Sons	                                                                                              ', 'address': u'24114 Marianne Coves Suite 973\nEast Troel	                                                                                              ston, NM 01519', 'birthdate': '1991-03-21', 'sex': 'M', 'j	                                                                                              ob': 'Occupational psychologist', 'ssn': u'240-72-9542', '	                                                                                              current_location': (Decimal('19.955322'), Decimal('26.5404	                                                                                              93')), 'mail': u'herbert31@gmail.com'}
	fake.simple_profile()                                                                       # {'username': u'eriksen.torben', 'name': u'Agnete Jacobsen'	                                                                                              , 'birthdate': '1981-09-07', 'sex': 'M', 'address': u'PSC 	                                                                                              4341, Box 1051\nAPO AE 07645', 'mail': u'iversen.sille@gma	                                                                                              il.com'}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # set([u'Sed odit sint sed.', datetime(2003, 6, 29, 18, 37, 	                                                                                              28), u'http://christensen.org/search/categories/wp-content	                                                                                              /main/', Decimal('-8.85681928483E+14'), u'Dolorem fuga.', 	                                                                                              datetime(1998, 9, 12, 5, 43, 28), 8688, u'Eius sit officii	                                                                                              s.'])
	fake.pystr(max_chars=20)                                                                    # Est est.
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # 2.88626107451e+11
	fake.pystruct(count=10, *value_types)                                                       # ([u'Est sint fugiat.', u'http://www.frederiksen.com/', u'C	                                                                                              onsequatur enim.', 7049, u'http://www.vestergaardolesen.co	                                                                                              m/login.asp', -22.163923, u'http://holm.info/', u'Autem co	                                                                                              nsequatur.', 1395, 4599], {u'unde': u'Quia consequatur.', 	                                                                                              u'ad': 84, u'assumenda': u'Corporis aut rem ea.', u'aut': 	                                                                                              2436, u'aperiam': 5503, u'consequatur': 929, u'officiis': 	                                                                                              -2702268.10602, u'vero': Decimal('-55190.5'), u'omnis': u'	                                                                                              Tenetur et qui est.'}, {u'accusamus': {2: u'http://www.dah	                                                                                              lkristiansen.com/explore/category/', 3: [9130764.4, u'http	                                                                                              ://www.ravnwinther.net/privacy.jsp', u'http://www.simonsen	                                                                                              .org/main/main/tags/category/'], 4: {2: 4836, 3: 83494475.	                                                                                              8039308, 4: [u'asteffensen@gmail.com', u'http://www.paulse	                                                                                              njessen.com/post.jsp']}}, u'rem': {8: {8: [u'Qui ut id mag	                                                                                              ni.', 4108], 6: 7357, 7: 1957}, 6: u'Quibusdam quia.', 7: 	                                                                                              [39.9245, u'Omnis mollitia.', 36781.9700749]}, u'ea': {3: 	                                                                                              1892, 4: [u'Rerum vel cum quo.', u'Sit quam ab cum.', u'in	                                                                                              grid91@hotmail.com'], 5: {3: u'Aut odit facere.', 4: u'Qui	                                                                                               porro.', 5: [u'Harum aut placeat.', u'http://www.pedersen	                                                                                              .org/about/']}}, u'dignissimos': {1: 7720, 2: [8375, u'Vol	                                                                                              uptatem.', u'Eius fugit quisquam.'], 3: {1: Decimal('57253	                                                                                              3071916'), 2: u'Illo reprehenderit.', 3: [4752, datetime(2	                                                                                              011, 2, 8, 4, 49, 29)]}}, u'assumenda': {8: [u'Corrupti qu	                                                                                              i sit.', datetime(1991, 4, 13, 0, 2, 6), u'Ut alias.'], 9:	                                                                                               {8: u'Molestiae id.', 9: [u'emilie.thygesen@schmidt.org',	                                                                                               8.3023], 7: u'karlsen.kasper@yahoo.com'}, 7: datetime(197	                                                                                              4, 10, 20, 15, 7, 30)}, u'nihil': {0: 4957, 1: [u'lind.ell	                                                                                              en@gmail.com', 1227, 1277], 2: {0: u'http://karlsenlaurids	                                                                                              en.com/', 1: Decimal('-7.568'), 2: [u'Accusamus magnam.', 	                                                                                              datetime(1979, 2, 6, 16, 25, 54)]}}, u'quae': {4: 1976, 5:	                                                                                               [u'http://schou.net/author.php', 747378.6987289, Decimal(	                                                                                              '-9.99583092094E+13')], 6: {4: 6246, 5: u'olesen.john@toft	                                                                                              .biz', 6: [u'Excepturi vel dicta.', u'anette60@hotmail.com	                                                                                              ']}}, u'veritatis': {5: 337, 6: [u'Libero pariatur.', u'ht	                                                                                              tp://www.jensenlaursen.net/', 7697], 7: {5: -20.526, 6: 64	                                                                                              47, 7: [u'Sed molestiae.', 38394514605.36]}}, u'consequatu	                                                                                              r': {9: u'Id aperiam maxime.', 10: [-97758691040.385, 2622	                                                                                              1369.23957, u'http://kristiansenhermansen.org/homepage.jsp	                                                                                              '], 11: {9: u'elisabeth47@madsen.info', 10: u'Totam est co	                                                                                              rporis.', 11: [u'A at reprehenderit.', Decimal('-992181758	                                                                                              88.0')]}}})
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # 9.86889636539E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [-1.59442730896124, Decimal('-439.0'), u'Odio corporis eni	                                                                                              m.', u'Impedit sed.', u'Sit nam id ut aut.', u'http://schu	                                                                                              ltzbech.info/', u'Similique suscipit.', 3336, 1952, u'http	                                                                                              ://friis.com/app/wp-content/category/', datetime(2011, 7, 	                                                                                              4, 2, 36, 46), u'http://www.nrgaard.net/register/', Decima	                                                                                              l('498380824.314'), datetime(1980, 8, 18, 18, 26, 13), 195	                                                                                              1]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'Ducimus consequatur.', u'jack.mortensen@hotmail.com', 8	                                                                                              329, 2315, u'Quae incidunt iure.', 880.4648049, u'Exceptur	                                                                                              i dolorem.', 932222833455.5, u'Commodi laboriosam.', u'Id 	                                                                                              harum a rerum.', u'Quia dicta aut.', Decimal('2.53'))
	fake.pybool()                                                                               # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([Decimal('-499984896105'), u'http://www.jakobsenolsen.	                                                                                              com/', 857992290901522.0, u'Animi cupiditate.', u'http://k	                                                                                              arlsenmortensen.net/blog/tag/wp-content/privacy/', 7.76820	                                                                                              427, u'emilie73@hotmail.com', u'http://danielsen.com/searc	                                                                                              h.htm', u'Culpa magni quasi.', u'bholst@lauridsen.biz', 28	                                                                                              75, 8220])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'corporis': 7301, u'perspiciatis': -7962482.501898, u'ac	                                                                                              cusamus': u'Ea laboriosam velit.', u'laborum': 5554, u'mol	                                                                                              estiae': datetime(2010, 12, 19, 7, 42, 16), u'voluptas': 6	                                                                                              206, u'dolorem': u'sanne.koch@yahoo.com', u'in': -95916575	                                                                                              3339.0}
	fake.pyint()                                                                                # 3151

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()                                                                         # 01901508488

``faker.providers.ssn``
-----------------------

::

	fake.ssn()                                                                                  # 675-38-7789

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()                                                                        # Intel
	fake.firefox()                                                                              # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_2; rv:1.9.4	                                                                                              .20) Gecko/2015-05-11 12:47:24 Firefox/3.6.7
	fake.linux_platform_token()                                                                 # X11; Linux x86_64
	fake.opera()                                                                                # Opera/9.18.(X11; Linux x86_64; it-IT) Presto/2.9.172 Versi	                                                                                              on/12.00
	fake.windows_platform_token()                                                               # Windows 98; Win 9x 4.90
	fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/4.1	                                                                                              )
	fake.user_agent()                                                                           # Opera/9.39.(Windows 98; sl-SI) Presto/2.9.174 Version/11.0	                                                                                              0
	fake.chrome()                                                                               # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5312 (KHTML, l	                                                                                              ike Gecko) Chrome/13.0.882.0 Safari/5312
	fake.linux_processor()                                                                      # i686
	fake.mac_platform_token()                                                                   # Macintosh; Intel Mac OS X 10_6_6
	fake.safari()                                                                               # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_0 rv:2.0; it-IT)	                                                                                               AppleWebKit/531.21.5 (KHTML, like Gecko) Version/5.0.3 Sa	                                                                                              fari/531.21.5
