Language fi_FI

faker.providers.address

fake.latitude()                                                                             # -56.152449
fake.street_name()                                                                          # Kiwanotie
fake.address()                                                                              # Pomelokatu 5                                                                                                    88435 Juankoski
fake.street_address()                                                                       # Banaanibulevardi 088
fake.postcode()                                                                             # 09527
fake.longitude()                                                                            # -172.164885
fake.country()                                                                              # Tadžikistan
fake.city_name()                                                                            # Orivesi
fake.fruit()                                                                                # Ananas
fake.street_suffix()                                                                        # kuja
fake.geo_coordinate(center=None, radius=0.001)                                              # -23.290437
fake.city_suffix()                                                                          # Ville
fake.building_number()                                                                      # 415
fake.city()                                                                                 # Kokemäki
fake.state()                                                                                # Petsamon lääni

faker.providers.barcode

fake.ean(length=13)                                                                         # 1455112651579
fake.ean13()                                                                                # 9561820760006
fake.ean8()                                                                                 # 23893054

faker.providers.color

fake.rgb_css_color()                                                                        # rgb(177,95,115)
fake.color_name()                                                                           # Teal
fake.rgb_color_list()                                                                       # (151, 150, 165)
fake.rgb_color()                                                                            # 239,186,190
fake.safe_hex_color()                                                                       # #bb4400
fake.safe_color_name()                                                                      # blue
fake.hex_color()                                                                            # #b4278c

faker.providers.company

fake.company()                                                                              # Narinen Oy
fake.company_suffix()                                                                       # Osk

faker.providers.credit_card

fake.credit_card_security_code(card_type=None)                                              # 967
fake.credit_card_full(card_type=None, validate=False, max_check=10)                         #                                                                                                 VISA 13 digit                                                                                                   Uljas Karjalainen                                                                                               4556861482666  03/22                                                                                                    CVC: 630
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 07/22
fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 214950592986556
fake.credit_card_provider(card_type=None)                                                   # Discover

faker.providers.currency

fake.currency_code()                                                                        # JPY

faker.providers.date_time

fake.date_time_ad()                                                                         # 1211-12-26 02:13:09
fake.month()                                                                                # 04
fake.am_pm()                                                                                # AM
fake.iso8601()                                                                              # 1994-01-18T17:03:18
fake.date_time_this_century()                                                               # 2004-03-11 08:00:24
fake.date_time()                                                                            # 2005-08-30 09:34:06
fake.month_name()                                                                           # December
fake.date_time_this_month()                                                                 # 2016-03-04 15:18:22
fake.date_time_this_decade()                                                                # 2014-12-26 18:28:49
fake.day_of_week()                                                                          # Wednesday
fake.day_of_month()                                                                         # 04
fake.time(pattern="%H:%M:%S")                                                               # 10:17:19
fake.date_time_between(start_date="-30y", end_date="now")                                   # 2009-08-12 11:55:32
fake.unix_time()                                                                            # 66626765
fake.date_time_this_year()                                                                  # 2016-03-14 08:14:10
fake.timezone()                                                                             # America/Nassau
fake.century()                                                                              # XVI
fake.date(pattern="%Y-%m-%d")                                                               # 2013-07-14
fake.year()                                                                                 # 2009

faker.providers.file

fake.mime_type(category=None)                                                               # message/partial

faker.providers.internet

fake.ipv4()                                                                                 # 251.195.106.92
fake.url()                                                                                  # http://hynninen.info/
fake.company_email()                                                                        # yjukarainen@hyttinen.com
fake.uri()                                                                                  # http://karjalainen.info/main/blog/index/
fake.domain_word(*args, **kwargs)                                                           # jalava
fake.image_url(width=None, height=None)                                                     # http://www.lorempixum.com/0/420
fake.tld()                                                                                  # org
fake.free_email()                                                                           # benjamin.riihela@yahoo.com
fake.slug(*args, **kwargs)                                                                  # minus-reiciendis
fake.free_email_domain()                                                                    # yahoo.com
fake.domain_name()                                                                          # sormunen.info
fake.uri_extension()                                                                        # .htm
fake.ipv6()                                                                                 # c382:eb34:2bf3:714e:b550:99e9:cf5e:0e3f
fake.safe_email()                                                                           # llaaksonen@example.org
fake.user_name(*args, **kwargs)                                                             # ronja13
fake.uri_path(deep=None)                                                                    # main/app
fake.email()                                                                                # henrikki89@autio.com
fake.uri_page()                                                                             # login
fake.mac_address()                                                                          # 19:de:c8:22:f3:f0

faker.providers.job

fake.job()                                                                                  # Jewellery designer

faker.providers.lorem

fake.text(max_nb_chars=200)                                                                 # Nobis sed laboriosam voluptatem veritatis non. Esse repudi                                                                                                      andae unde expedita numquam hic laboriosam nihil.
fake.sentence(nb_words=6, variable_nb_words=True)                                           # Eum voluptatum iusto velit sed placeat.
fake.word()                                                                                 # placeat
fake.paragraphs(nb=3)                                                                       # [u'Inventore quo vitae suscipit error nobis ratione. Aut h                                                                                                      arum necessitatibus et ex quibusdam ullam sunt eum. Minima                                                                                                       dolore reprehenderit eveniet ut ut aut et.', u'Sed unde p                                                                                                      erferendis voluptatem. Et dolore sed dolores minus rem. Vo                                                                                                      luptas officiis cupiditate ut ut. Vero tempora animi quod                                                                                                       maiores expedita debitis eveniet.', u'Excepturi minima aut                                                                                                       id magni quam repellat. Reprehenderit quo aut facilis adi                                                                                                      pisci. Adipisci mollitia alias et enim odio autem quia. No                                                                                                      n rerum et dolore consequatur ullam.']
fake.words(nb=3)                                                                            # [u'excepturi', u'saepe', u'quia']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Nihil aut magnam molestias cumque sunt non. Voluptatem rer                                                                                                      um animi quo eius.
fake.sentences(nb=3)                                                                        # [u'Sint nulla sed dolor unde dolorum distinctio nam quod.'                                                                                                      , u'Et est et eum vel.', u'Illo soluta odit nesciunt autem                                                                                                       eum inventore aut dolores.']

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # @MhgUquAMy
fake.locale()                                                                               # de_US
fake.md5(raw_output=False)                                                                  # b48d8d5eb922f1f571e510bbb15b9952
fake.sha1(raw_output=False)                                                                 # 7e17849b1fb52f778b401da763f51ae917623cfd
fake.null_boolean()                                                                         # True
fake.sha256(raw_output=False)                                                               # 651654bda22d6debe3b6b157011d79d13b32747e4458a1ceb36f9984f8                                                                                                      49838f
fake.country_code()                                                                         # PE
fake.language_code()                                                                        # pt
fake.boolean(chance_of_getting_true=50)                                                     # True

faker.providers.person

fake.last_name_male()                                                                       # Pelkonen
fake.name_female()                                                                          # Karjalainen, Viljami
fake.prefix_male()                                                                          # tri
fake.prefix()                                                                               # prof.
fake.name()                                                                                 # Hakala, Taneli
fake.suffix_female()                                                                        # DI
fake.name_male()                                                                            # Kauno Hautala
fake.first_name()                                                                           # Arvo
fake.suffix_male()                                                                          # MSc
fake.suffix()                                                                               # DI
fake.first_name_male()                                                                      # Hannes
fake.first_name_female()                                                                    # Sofia
fake.last_name_female()                                                                     # Lehto
fake.last_name()                                                                            # Turunen
fake.prefix_female()                                                                        # arkkit.

faker.providers.profile

fake.profile(fields=[])                                                                     # {'website': [u'http://www.saarela.net/', u'http://www.ronn                                                                                                      i.info/'], 'username': u'ysuntila', 'name': u'Ursula Astal                                                                                                      a', 'blood_group': '0+', 'residence': u'Vesimelonipolku 35                                                                                                      4\n33883 Jakobstad', 'company': u'Keto Keskinen Tmi', 'add                                                                                                      ress': u'Feijoakatu 324\n93911 Suonenjoki', 'birthdate': '                                                                                                      1984-10-16', 'sex': 'M', 'job': 'Buyer, industrial', 'ssn'                                                                                                      : u'019-99-6886', 'current_location': (Decimal('-19.115660                                                                                                      '), Decimal('-115.667354')), 'mail': u'ukkola.iikka@hotmai                                                                                                      l.com'}
fake.simple_profile()                                                                       # {'username': u'ahti.eetu', 'name': u'Juhani Tiihonen', 'bi                                                                                                      rthdate': '1990-05-17', 'sex': 'F', 'address': u'Kiivibule                                                                                                      vardi 7\n57494 Huittinen', 'mail': u'astala.margareetta@gm                                                                                                      ail.com'}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # set([-118085579.86, u'Aut rerum quia.', u'Et repellendus.'                                                                                                      , u'fkaronen@yahoo.com', 3882, u'Autem quis.', 3821, u'Qua                                                                                                      erat illum.', datetime(1984, 3, 28, 10, 36, 13), 3732, u'S                                                                                                      imilique earum.', u'Suscipit.', datetime(1995, 2, 23, 6, 2                                                                                                      7, 14), 862])
fake.pystr(max_chars=20)                                                                    # Voluptatum ducimus.
fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # 2290326143.94
fake.pystruct(count=10, *value_types)                                                       # ([u'soili.koskinen@hotmail.com', Decimal('98434766741.0'),                                                                                                       u'Repudiandae quam.', 8836, u'http://www.ikheimo.com/sear                                                                                                      ch/category/post.htm', u'Doloribus molestias.', Decimal('-                                                                                                      587761618.165'), Decimal('-5.83259843876'), Decimal('-9137                                                                                                      9590831.7'), u'Et rerum illum.'], {u'inventore': u'Iure nu                                                                                                      mquam beatae.', u'est': u'http://reinikainen.com/search.ht                                                                                                      ml', u'commodi': datetime(1998, 2, 9, 10, 21, 35), u'quis'                                                                                                      : 33286651798.0, u'possimus': u'Vero nobis aliquid.', u'ut                                                                                                      ': 9361, u'sapiente': u'http://kokkonen.com/login.php', u'                                                                                                      illo': 7788, u'at': u'http://www.rautiainen.com/posts/cate                                                                                                      gories/search.php', u'quod': u'kosonen.kirsi@hotmail.com'}                                                                                                      , {u'quos': {5: u'Laudantium eum.', 6: [Decimal('9.2743893                                                                                                      5966E+13'), u'Ullam quia fugit.', u'Sed aliquam tempora.']                                                                                                      , 7: {5: u'Beatae quis.', 6: Decimal('-48286.424'), 7: [u'                                                                                                      Et ipsa cupiditate.', u'http://nevala.org/faq.html']}}, u'                                                                                                      nostrum': {3: u'Sint ducimus nulla.', 4: [u'Ea iste nulla                                                                                                       quos.', 6014, u'vieno47@gmail.com'], 5: {3: u'http://hujan                                                                                                      en.com/main.html', 4: datetime(1971, 7, 16, 12, 33, 4), 5:                                                                                                       [u'Repudiandae odio.', u'maaret.petaja@koistinen.com']}},                                                                                                       u'ratione': {1: u'korhonen.lyyli@yahoo.com', 2: [datetime                                                                                                      (1990, 10, 21, 19, 22, 34), u'Ut recusandae nam.', u'Itaqu                                                                                                      e eos vel.'], 3: {1: u'Et error rerum.', 2: Decimal('-7179                                                                                                      982.32'), 3: [u'http://www.mikkola.com/blog/categories/hom                                                                                                      epage/', u'http://www.hakala.net/tag/category/tag/terms/']                                                                                                      }}, u'laborum': {2: u'irina.tarkka@hotmail.com', 3: [u'Odi                                                                                                      o facere rerum.', u'http://www.jalkanen.org/register/', u'                                                                                                      http://www.aromaa.com/list/register/'], 4: {2: u'eero.aalt                                                                                                      o@gmail.com', 3: u'http://www.ahde.net/blog/categories/app                                                                                                      /author/', 4: [u'Praesentium alias.', Decimal('63100883.0'                                                                                                      )]}}, u'cumque': {4: u'Molestiae sit.', 5: [31880738.221,                                                                                                       u'kiviluoto.lilja@suhonen.com', u'Minus vel autem.'], 6: {                                                                                                      4: 8628.0, 5: u'Est nihil quo.', 6: [datetime(2014, 10, 25                                                                                                      , 4, 54, 27), -144456.0]}}, u'ipsa': {8: {8: [u'selma04@ha                                                                                                      rtikainen.com', u'Omnis adipisci et.'], 6: -7291.34, 7: da                                                                                                      tetime(1986, 9, 6, 12, 17, 12)}, 6: datetime(1992, 9, 2, 1                                                                                                      , 29, 49), 7: [7231, 66284.283221823, 6629]}, u'et': {9: 3                                                                                                      558, 10: [u'Neque libero vel.', -198.94026723, -56936415.4                                                                                                      395], 11: {9: 3143, 10: u'Est nam assumenda.', 11: [u'Nece                                                                                                      ssitatibus.', u'http://www.rautio.com/']}}, u'facere': {0:                                                                                                       u'Corporis et id.', 1: [datetime(1991, 11, 26, 23, 20, 57                                                                                                      ), u'Amet deserunt.', u'Quam et dolorem.'], 2: {0: -734186                                                                                                      150084524.0, 1: u'Veritatis quia.', 2: [datetime(1980, 3,                                                                                                       24, 7, 36, 38), 5733]}}, u'soluta': {8: [3843, u'Qui vel q                                                                                                      uia omnis.', 8099], 9: {8: 2520, 9: [datetime(1989, 5, 4,                                                                                                       1, 0, 2), u'Illum nihil et.'], 7: 8412}, 7: u'Ad aut quia                                                                                                       optio.'}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # 14.933879354
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [u'Illum occaecati.', u'Fugiat aperiam.', 592589959790.59,                                                                                                       u'Exercitationem est.', datetime(1982, 10, 20, 11, 55, 17                                                                                                      ), -745882023.711, u'Omnis distinctio.', u'leino.helka@gma                                                                                                      il.com', u'Excepturi quod.', -15042911004.7, u'Saepe tempo                                                                                                      ra quos.', u'Sed at doloremque.', u'Perspiciatis quod.']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (1248, -160.24174, u'http://www.keskinen.info/search/faq.p                                                                                                      hp', u'Labore in saepe.', u'Illum sequi aut.', u'Corporis                                                                                                       optio vel.', -3954719.87770349)
fake.pybool()                                                                               # False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([u'http://lassila.info/register.html', u'Itaque dicta.                                                                                                      ', u'http://www.vnnen.com/privacy.php', u'Laudantium omnis                                                                                                      .', 8516123817.77, -434021973.124, 3224, 106])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'a': u'msuntila@yahoo.com', u'est': Decimal('-933088206.                                                                                                      6'), u'odit': u'else.alasalmi@tanskanen.com', u'impedit':                                                                                                       4774, u'nemo': u'http://www.innanen.com/privacy/', u'itaqu                                                                                                      e': u'nkinnunen@varis.com', u'aut': u'Ut sapiente vero ex.                                                                                                      ', u'et': u'Qui quibusdam.', u'labore': 9818, u'at': u'Asp                                                                                                      ernatur et quis.'}
fake.pyint()                                                                                # 4637

faker.providers.phone_number

fake.phone_number()                                                                         # 0359991742

faker.providers.ssn

fake.ssn()                                                                                  # 148-95-9358

faker.providers.user_agent

fake.mac_processor()                                                                        # PPC
fake.firefox()                                                                              # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_5; rv:1.9.5                                                                                                      .20) Gecko/2012-12-05 16:22:18 Firefox/3.8
fake.linux_platform_token()                                                                 # X11; Linux i686
fake.opera()                                                                                # Opera/9.72.(Windows NT 5.0; en-US) Presto/2.9.184 Version/                                                                                                      11.00
fake.windows_platform_token()                                                               # Windows 98; Win 9x 4.90
fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.1; Trident                                                                                                      /4.1)
fake.user_agent()                                                                           # Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Trident/5.1                                                                                                      )
fake.chrome()                                                                               # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_4) AppleWebKit                                                                                                      /5361 (KHTML, like Gecko) Chrome/14.0.802.0 Safari/5361
fake.linux_processor()                                                                      # x86_64
fake.mac_platform_token()                                                                   # Macintosh; PPC Mac OS X 10_5_4
fake.safari()                                                                               # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; sl-                                                                                                      SI) AppleWebKit/533.17.2 (KHTML, like Gecko) Version/3.0.5                                                                                                       Mobile/8B117 Safari/6533.17.2