
Language tw_GH
===============

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

::

	fake.longitude()
	# Decimal('-114.614702')

	fake.building_number()
	# u'25441'

	fake.street_address()
	# u'91565 Fiifi Harbors Apt. 785'

	fake.postalcode_plus4()
	# u'63600-6722'

	fake.city_prefix()
	# u'East'

	fake.military_ship()
	# u'USNS'

	fake.city()
	# u'Nyaakomouth'

	fake.zipcode_plus4()
	# u'42564-7667'

	fake.state_abbr()
	# u'AS'

	fake.latitude()
	# Decimal('35.796740')

	fake.street_suffix()
	# u'Inlet'

	fake.city_suffix()
	# u'side'

	fake.military_dpo()
	# u'Unit 0431 Box 7469'

	fake.country_code(representation="alpha-2")
	# u'CI'

	fake.country()
	# u'Malta'

	fake.secondary_address()
	# u'Apt. 996'

	fake.geo_coordinate(center=None, radius=0.001)
	# Decimal('-171.701687')

	fake.postalcode()
	# u'87152'

	fake.address()
	# u'19284 Yaa Hollow Apt. 057\nLake Naomimouth, ID 96223-3485'

	fake.state()
	# u'Illinois'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'Rachel Forks'

	fake.zipcode()
	# u'63125'

	fake.postcode()
	# u'14364-4590'

	fake.military_apo()
	# u'PSC 3454, Box 7319'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'F38-ORR'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'ALYZ7863620205894'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB39ICWZ2189319998995'

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

::

	fake.ean(length=13)
	# u'8650459472723'

	fake.ean13()
	# u'7029823008522'

	fake.ean8()
	# u'39050861'

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

::

	fake.rgb_css_color()
	# u'rgb(170,43,75)'

	fake.color_name()
	# u'SaddleBrown'

	fake.rgb_color()
	# u'58,20,226'

	fake.safe_hex_color()
	# u'#998800'

	fake.safe_color_name()
	# u'green'

	fake.hex_color()
	# u'#9bf3e2'

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

::

	fake.company()
	# u'Adomah, Anima and Antwiwaa'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Devolved responsive service-desk'

	fake.bs()
	# u'brand rich bandwidth'

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

::

	fake.credit_card_security_code(card_type=None)
	# u'976'

	fake.credit_card_provider(card_type=None)
	# u'JCB 16 digit'

	fake.credit_card_full(card_type=None)
	# u'Discover\nAwesi Tutu\n6527468217501238 08/21\nCVC: 315\n'

	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
	# '12/20'

	fake.credit_card_number(card_type=None)
	# u'213147184028068'

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

::

	fake.cryptocurrency_code()
	# 'WAVES'

	fake.currency_code()
	# 'GIP'

	fake.currency_name()
	# 'Eastern Caribbean dollar'

	fake.cryptocurrency_name()
	# 'Ethereum Classic'

	fake.cryptocurrency()
	# ('XMR', 'Monero')

	fake.currency()
	# ('CVE', 'Cape Verdean escudo')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 1, 17, 42, 35)

	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
	# <generator object time_series at 0xf5f20dc4>

	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(2011, 7, 9, 16, 27, 16)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2010, 10, 22)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 9, 23, 43, 39)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2018, 7, 24)

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 7, 16, 9, 35, 51)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2011, 11, 8)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2002, 12, 21, 22, 13, 52)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1987-08-22'

	fake.am_pm()
	# 'AM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 9, 31, 22)

	fake.date_object(end_datetime=None)
	# datetime.date(2012, 11, 1)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 5, 10)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1972-11-13T20:07:22'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2018, 9, 7)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2018, 1, 6)

	fake.month()
	# '06'

	fake.year()
	# '2009'

	fake.day_of_month()
	# '10'

	fake.unix_time(end_datetime=None, start_datetime=None)
	# 367301779

	fake.timezone()
	# u'Africa/Mogadishu'

	fake.century()
	# u'IX'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1948, 2, 14)

	fake.time_object(end_datetime=None)
	# datetime.time(23, 42, 57)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 23, 11, 10, 25)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1989, 7, 29, 21, 16, 13)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '15:43:19'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2018, 8, 6)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 13, 10, 49, 49)

	fake.month_name()
	# 'September'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(910, 1, 17, 8, 1, 33)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(1768, 33553)

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

::

	fake.unix_device(prefix=None)
	# u'/dev/vdj'

	fake.mime_type(category=None)
	# u'video/x-flv'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/dolorem/fugit.flac'

	fake.unix_partition(prefix=None)
	# u'/dev/vdx5'

	fake.file_name(category=None, extension=None)
	# u'ullam.avi'

	fake.file_extension(category=None)
	# u'mp3'

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'dkumi@yahoo.com'

	fake.image_url(width=None, height=None)
	# u'https://www.lorempixel.com/206/530'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'frederick52@ampoma.com'

	fake.url(schemes=None)
	# u'http://anokye-kwaakye.com/'

	fake.ipv4_private(network=False, address_class=None)
	# '10.231.4.6'

	fake.user_name(*args, **kwargs)
	# u'lisa48'

	fake.uri_extension()
	# u'.htm'

	fake.uri_page()
	# u'author'

	fake.free_email_domain(*args, **kwargs)
	# u'gmail.com'

	fake.safe_email(*args, **kwargs)
	# u'qakyena@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'janice86@gmail.com'

	fake.ipv4_network_class()
	# u'b'

	fake.ipv4_public(network=False, address_class=None)
	# '2.164.220.254'

	fake.ascii_company_email(*args, **kwargs)
	# 'ckoomson@ansa.com'

	fake.domain_name(*args, **kwargs)
	# u'amoakowaa-asenso.com'

	fake.ipv4(network=False, address_class=None, private=None)
	# '33.114.253.68'

	fake.domain_word(*args, **kwargs)
	# u'ampoma'

	fake.slug(*args, **kwargs)
	# u'et-rerum-nesciunt'

	fake.uri_path(deep=None)
	# u'explore/posts/categories'

	fake.company_email(*args, **kwargs)
	# u'xwiafe@akyeampong.com'

	fake.uri()
	# u'http://www.ofosu.com/'

	fake.ipv6(network=False)
	# 'ac53:5bc4:1c:40e3:d2b0:5742:b49f:ad1b'

	fake.free_email(*args, **kwargs)
	# u'vdanso@hotmail.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'ben29@example.com'

	fake.mac_address()
	# u'a9:1a:5b:d3:86:ee'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'1-4363-6636-4'

	fake.isbn13(separator="-")
	# u'978-0-14-782340-3'

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

::

	fake.job()
	# 'Risk analyst'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Blanditiis temporibus non ipsam deleniti qui. Expedita repellat quam odio. Quis assumenda optio veniam doloremque.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Error illum at voluptatibus omnis autem. Pariatur ipsum ab facilis enim. Corporis ad ducimus nulla deserunt voluptates. Molestiae impedit repellendus.',
	#     u'Iste similique nesciunt inventore sapiente reiciendis iure exercitationem. Atque ab tenetur minus. Provident a laborum sequi eius a illum quos.',
	#     u'Quaerat eum delectus asperiores. Unde dignissimos itaque possimus aut.']

	fake.words(nb=3, ext_word_list=None)
	# [u'quas', u'beatae', u'fuga']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Iure consequuntur architecto delectus.',
	#     u'Ullam tempore placeat placeat quaerat adipisci.',
	#     u'Tenetur reprehenderit molestias illo qui ipsa quasi.']

	fake.word(ext_word_list=None)
	# u'nam'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Accusantium delectus temporibus deleniti doloremque. Quis earum porro nulla hic.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Dolor mollitia nisi.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'*dVIwaUUa1'

	fake.locale()
	# u'or_IN'

	fake.binary(length=1048576)
	# bytearray(b'*ME(\xce\xa8\xfb h\xceLy\xe0\x07\x0fd\xf7 \xe1\x96\x0c\x8c\xf0O%Y\x19N\xb3?\x97\xa2p\xaa\xbeK:QpexB\x8a*\x11q\xa2_-?\xdb\x9e\xebO\x8c\x80?#B6B\xfe\x120\x1e \xfa\xa9\x01\xd5\xed\xdc!\xad]\xc3h\xa9\x8c\xe1\xfdN\x11\'sH\xa8L\xaa\xc2\xda\x12\xbb\x89\xe7\xd5\x98\xdf\x80\x99]j\xa6M\t\x18F\x81)F\x86Lp;\x81\xa2\x96\xf4\x12\x8b\xb5\x88\xf3\n\xbc\x8a\xf1{2\xb2\xa8:)1fG\x1c\x117%\xcf\x95\x80\xc2\x05%\xaf4\xf9\xea\x91\x9c^\xba\x8c\xe1t\xa0\xe3\x06\x8b\xe3\xbehc\x91*\xcd*H0\x1e\x84\x0e\xff|\x0b\xe3\xcc\xab\xccZ?\x14\x9a\xda\x97;\xc2\'\xf5\xb3\xa0\xf4\xc1\x07\x17\xfa\xdf\xd8\x8bA\xb9\x94s!\x8b{\xf76n)\x92\xf6s\x0cd\x17~r\x08,\xa1\xee\xf1Nq\x01\x84_\xaa\xf7\x11! \xc8\xfb\xad&\x94(\xe0\xe4\x83\xa1\xd48\xa9\xa4u\xf1#ja\xc8\xf3\xc8\x01\xdb+\xac\x00M\xa6\xb9*W\x18\xbcx\xf9\xdb\xaf\x179\xd2\x8d\x0bF^\x89N\x88\x10\xeb($\xf1\x17jt\xd0\xf6\xdaH\xb9R\rA)\xc8^\x9f\xe8eF8\x88N\x9e\xc43\xb5\xaf\xc0\'\xad;G\x1a\xafg1\xb1=\x9b\xbc\x83\x1f\xe5UZ\xcae\xf6\x84h9y\\\x8d\xca\xe5A)\xd4\x16\xb5t@\xa5\\\xcbW}\'R\x9a\x02\xfb\x9c\t\xf3\x0c!\xff$\xc9\xe6u,H\xeb]\xf4i\xe4\xa7\\\xddDj\xde^z\xb1s\xc0&\x00\xcc\xe8\xb4\x04\xa12R\x11t}\'\x90[\xcde]\xa0h%N\xd8\x1c\\7\xf2+\x83\x03*Hv8,g\x80e\x99\x9a\xf5Q,\xb7-\xcd\xeaQ\xac\xcd\x96\x96k.E\xe8\x82\xf6D|L\t\xb2\x9d\x85\x80\xaf\x85\xdb8\xabV<7\xcaq*a\xbf\xe4\\\xa8\x1c\xe9\xe1\x1a\xc7\xae\x8f\xae"\xa6\x86x<g\xd5)b\xb3\x80\xb0\x1dj-\x01S\x84F\xe9\'OQ\x12c\x11\xe3\x8cvr\x1e2\xfd{gFZ\x1dtG-|p\x859\xe4\x8f\xbf\xeb\x9a\xdc3N\xfd\xee\xf0\xd9\x9ck(w\xa6\xb5O\xee\xa1{\xee *M\xdbg \xff\xc1\x00\x17\x1c\xf2\xf2?D\xb5\x8e&\x87%bY{\xdb9\x9e\xf9\x99\x1b\xd3X$\xcb\xc1\xd6\xff$\n\xd2K\xa1&\xfe\xfa9\xcc\x92\x90\xd5\xb7\x963\x18I-j\xe8q\xb1`\x9a\xdevm\xadm4q\xfb\x8a\x9b\xe2\xf3N#\xeb\x05\xd2\xfe|\xe6f\xa8\x87\xa2\x07\xb6p\xee\x9c\x87\xbd\x9d\x9e\xf8\xc4\x9ds\x18\x14\xb6C\x7f\xea\x9f\x01V\xf2\xcc\x83\xe2W\x00\xcf\x15s\x95\xd8\x8eq\x8c\xc7\x14\x9c\x9b\xc8\x94\x0eH\xa3\xea\x1a>\x97\xf6\x88k?2\xe6\xe4.\xe4/bX\xb1\x9c\x08\xffOT\xa2\xb9T\x98KB*jk@G\xdcf0\x1e\xb0}\xf6\xf7@\xfe\xb6\xa6:F\x9d\x0cFy%--0\x87\xb2oL\x1d6\xfc7\xad\xf3\xec\x96\xd552\xbbW\xf7yr\xeb\x07E\x12}\xfd=\x12\x16\x9b\xb3\x8c\x95\x129\r\xe2&\x12\x89\xbbr0Q\x14\x83\xe1\x04\x9b\x1b\\-\xc6\x19\x1ero\x83:\x01\x14\xeex\x0fI\xdc\x07\x07\xa3\x13Xr\xa2w\xcc\xfaV\x05yl\xab5 \xa5\xec\x7f3\x92\xec\xa9\xe7N\xbb\x1a\xa0\xbf\xdcG\x07V\xb6w\n\xfc\x03\x96\xd538!\x06\xe0\xd6Q\\F\xd2,\xe8-\xbc\xe6\xb5\xff\xea#}>\x1c\x99\xa9\x1b\xdb\x1d\x07o\xf5G\x83m\x9e\xa0\xb5\xc3\xd5_\xf9{u\xa26x\x86\xfaX\xd7\xd7\xa1 PrOU\xd6U5!\xd1\xd7o"\xf0\x10\xb8;S\xe3[:\xa8\xdc.\xe7t\x8ae\x9eB\x91\xd4\x03M-\x8cr!\x0f/\xa6\xf7\x1f\xado\xd4s\x1aG\xd7\xb7z\xb9\xdc\x8aVuOY{\xec8\xb7R\xdf\x19\n\x9f\x86\xfe\xd7\n\xe2\x8c\xc8\xca\xd150[C\x7fYE{\xa3\t\xa0\x92\x96\xc2\xcd\x1f\xe1\x9a\xd6\xa5\x19\x18\xbbw\r\x01\xad9\xd2K2\xb3\xd3\x93\xc2<G\xe5\xdc\xe9\xfeX}M\xa4G$\xd3\xca\xc3\x83\x1cq\x9e\xca`|\xe5')

	fake.md5(raw_output=False)
	# 'f4359c4eb08aa89ea7b013db13a19d02'

	fake.sha1(raw_output=False)
	# '2205e8df52a05d18dfdf0eb3c973c68f9a833dc3'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '10f2e94ef448089017c02371e4ddeaeb948ef00409fa88a3333bbaa1f7291704'

	fake.uuid4()
	# '791ba2ce-eb86-8f49-7d78-aa1e882b6f9f'

	fake.language_code()
	# u'ber'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Acheampong'

	fake.name_female()
	# u'Dorothy Agyapong'

	fake.prefix_male()
	# u'Agya'

	fake.prefix()
	# u'Awura'

	fake.name()
	# u'Owura Louis Agyei'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Adwoa Asamoah-Appia'

	fake.first_name()
	# u'Julian'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Daniel'

	fake.first_name_female()
	# u'Pamela'

	fake.last_name_female()
	# u'Amponsa'

	fake.last_name()
	# u'Sarpong'

	fake.prefix_female()
	# u'Ms.'

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

::

	fake.phone_number()
	# u'0550731310'

	fake.msisdn()
	# '8327983329055'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'070 Oppong Locks\nSouth Jacob, MO 46991',
	#     'birthdate': datetime.date(1984, 4, 29),
	#     'mail': u'giftysafo@yahoo.com',
	#     'name': u'Mama Hannabel Nyaakoaa',
	#     'sex': 'M',
	#     'username': u'francis87'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'966 Afia Causeway Suite 799\nSouth Georgiamouth, NE 47992',
	#     'birthdate': datetime.date(1944, 12, 11),
	#     'blood_group': 'AB+',
	#     'company': u'Yirenkyi-Ampadu',
	#     'current_location': (Decimal('82.929205'), Decimal('79.596120')),
	#     'job': 'Special effects artist',
	#     'mail': u'gordon84@hotmail.com',
	#     'name': u'Owura Christian Appiah',
	#     'residence': u'7089 Edward Lodge Suite 742\nFofieport, NM 84659',
	#     'sex': 'F',
	#     'ssn': u'434-34-5202',
	#     'username': u'tawiapamela',
	#     'website': [   u'https://www.bonsu.info/',
	#                    u'http://amponsa.com/',
	#                    u'http://www.bona.com/',
	#                    u'http://www.gyasi-kyei.net/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([5392802513907.99, u'IztRyOKrpuSvriTkbWAD', u'https://agyemang-yawson.net/wp-content/main/', u'MaimraykVvWAFHQEIADd', u'CQwaGJvUburwuhIvKvzH', u'oppongclifford@osei.com'])

	fake.pystr(min_chars=None, max_chars=20)
	# u'uXLBmOwoQRJaVrUpdpEw'

	fake.pystruct(count=10, *value_types)
	# (   [   u'PBnbaelNzbuEUKyjPsMH',
	#         u'RuvJQSSpKuGCdDQIkkAp',
	#         u'skCckaYwMWqgGqpgAImn',
	#         8576,
	#         datetime.datetime(1983, 12, 30, 19, 51, 45),
	#         u'yaa62@hotmail.com',
	#         u'TUiRNkCVOfsFROhyJwbn',
	#         u'RCeZkdazQVJOkEupFMDw',
	#         952,
	#         Decimal('5.12675706043E+13')],
	#     {   u'ad': 7438,
	#         u'beatae': u'pQMnTfvxgGDeSoSxlhvz',
	#         u'delectus': 8309,
	#         u'id': u'aZIsIuuDxHFotuJGtYOr',
	#         u'laborum': 5975,
	#         u'modi': u'PlwbpRoCKHXJmKPWuwoU',
	#         u'odio': -17509435661346.7,
	#         u'perspiciatis': u'cboadi@yahoo.com',
	#         u'saepe': 1585,
	#         u'velit': u'crRUXgoAEhnlaXKdFPfr'},
	#     {   u'cum': {   7: u'mquFfGgAkguuTUiXQlDJ',
	#                     8: [u'FwsoHtvGwZJaabErgPRF', 9961, Decimal('-5864.78')],
	#                     9: {   7: u'NtjLMNyhLkxyEPLewtQp',
	#                            8: 3093,
	#                            9: [   datetime.datetime(1982, 12, 14, 3, 39, 7),
	#                                   u'LbtMQkSyWqNCoGPMVZQy']}},
	#         u'dolorem': {   9: u'http://www.okyere-agyapomaa.com/',
	#                         10: [   281,
	#                                 -335212415.493615,
	#                                 u'yqnRAqsFTfAjrcbZLZYs'],
	#                         11: {   9: 921,
	#                                 10: Decimal('47313256.5581'),
	#                                 11: [   5762,
	#                                         datetime.datetime(1975, 12, 30, 8, 19, 25)]}},
	#         u'id': {   6: 927808399.37354,
	#                    7: [   datetime.datetime(1975, 10, 27, 3, 14, 53),
	#                           u'uJIpJVJCjidLDiWZdCWt',
	#                           u'EodyNezdoVewnddnTCnG'],
	#                    8: {   6: Decimal('4207.944906'),
	#                           7: u'rOvywQzxPleUHrRtRFYQ',
	#                           8: [   u'ezyICvKeBNVNBgiLdojI',
	#                                  u'https://www.amoako.com/']}},
	#         u'in': {   5: u'npVgtHesqqTtpxVFrEwf',
	#                    6: [   -370931623127.0,
	#                           u'WKiQzhDmXIIwOhKtQWHR',
	#                           u'MMpaxGzqNgcJSApAHovD'],
	#                    7: {   5: 8186,
	#                           6: u'bXjlxhImQbsCCjpgGmdw',
	#                           7: [   1228,
	#                                  datetime.datetime(2011, 7, 19, 15, 41, 46)]}},
	#         u'quod': {   3: 277,
	#                      4: [   u'lfPaWZhgbmHJzzVYwdxq',
	#                             u'TdmDlbAmcqLLJZSmOycL',
	#                             u'mnqSAWWsdHscQhmbYgRc'],
	#                      5: {   3: u'zodPpWRomykiKNcseGBg',
	#                             4: u'https://www.agyapong-yirenkyi.com/blog/tag/list/privacy/',
	#                             5: [9223628.376655, Decimal('980015922.776')]}},
	#         u'rerum': {   8: u'https://tutu-abrafi.info/app/author.htm',
	#                       9: [   u'XmBwnGxTSyGCItdZKxvV',
	#                              u'janettiwaa@amo-akyeampong.biz',
	#                              6725],
	#                       10: {   8: u'dansosarah@gmail.com',
	#                               9: datetime.datetime(1988, 6, 11, 18, 49, 22),
	#                               10: [   5752,
	#                                       datetime.datetime(1980, 11, 9, 11, 51, 20)]}},
	#         u'suscipit': {   4: -45435079855919.0,
	#                          5: [   u'VszUabujhfoRqaQToNZG',
	#                                 u'wBeVwMDCRtQmdgnLSpqD',
	#                                 u'mfNCPInOtILzWhrUjXAd'],
	#                          6: {   4: 5902,
	#                                 5: u'http://nkansah.com/',
	#                                 6: [   u'vzLzzWyzkSiFhvqPaohW',
	#                                        u'baawianana-ama@gmail.com']}},
	#         u'tempora': {   1: u'https://www.owusu.com/index.asp',
	#                         2: [   u'bWZVzkTOIgHmtmYDsuhe',
	#                                53.1440815,
	#                                u'pbonsra@gmail.com'],
	#                         3: {   1: datetime.datetime(1975, 2, 18, 2, 42, 25),
	#                                2: u'WScwNUMHNWUeQGQjmxMk',
	#                                3: [   u'cvxGgrfKMXIogSxqqowI',
	#                                       u'http://www.gyasi-ansa.com/category/index/']}},
	#         u'voluptate': {   2: u'NxTaEvDkrofxnSfIDPiG',
	#                           3: [   datetime.datetime(2004, 10, 14, 18, 37, 23),
	#                                  u'nathan34@nkrumah.com',
	#                                  u'LhZjDVLthzwLNUDAodSS'],
	#                           4: {   2: datetime.datetime(1994, 3, 17, 6, 29, 39),
	#                                  3: Decimal('-163659786636'),
	#                                  4: [   datetime.datetime(1997, 1, 30, 6, 48, 36),
	#                                         u'hWKtmCuCxSBZjfIMAVFH']}},
	#         u'voluptates': {   0: 9302,
	#                            1: [   Decimal('5668260788.87'),
	#                                   9478,
	#                                   datetime.datetime(1994, 12, 15, 12, 54, 52)],
	#                            2: {   0: 204,
	#                                   1: u'nspsxVakJWzavUfgRvzu',
	#                                   2: [   u'PhlCwNviHUGlltCNDBOG',
	#                                          u'KQHSKtrtOcKdbrdgcxss']}}})

	fake.pyfloat(left_digits=None, right_digits=None, positive=False)
	# -69074069.85976

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-6.93990029123E+14')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'GRnzBXSWStCYjgnYXlwT',
	#     datetime.datetime(1996, 3, 24, 4, 47, 58),
	#     u'agyapongroger@gmail.com',
	#     u'https://www.karikari-safoaa.net/app/tags/blog/category/',
	#     u'xprempeh@yahoo.com',
	#     u'PSLxpHmAKqxGMZZrzkdK',
	#     u'cliffordasare@safoaa.biz',
	#     u'akotojeffrey@kwaakye.com',
	#     2451,
	#     u'sZUhdybgQOCTcgxYhvMg',
	#     u'WJFcieYDJJREVYcUGyln',
	#     datetime.datetime(2001, 8, 3, 7, 40, 55)]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   7472082441.6229,
	#     706,
	#     u'http://amo-akowua.com/posts/main/search.htm',
	#     3.2459466250336,
	#     u'DvCBAHNKEUJKoQlQkkeP',
	#     u'ntiamoavictoria@nkansa.com')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'AOSZZRNKEGcngKcPFhSQ', Decimal('37078418849.9'), u'http://obeng.biz/list/posts/faq/', Decimal('-7.12475979909E+12'), u'uXUUujgrmWvdUfmcQupu', u'wfCmYXbxVasOufWunNcI'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'commodi': u'tMRdVQPcageHAVggwAcc',
	#     u'fugiat': u'rboaten@kumi-tawia.biz',
	#     u'inventore': u'http://www.nkansah.biz/index/',
	#     u'iusto': u'kxsqaoCnlEuljxsIxuNw',
	#     u'magnam': 5335,
	#     u'natus': datetime.datetime(1976, 2, 22, 8, 5, 11),
	#     u'quo': u'TtmnMavbyePxWcDSsmOW',
	#     u'reprehenderit': u'WKWTwcQWilCsjYXXCjnZ'}

	fake.pyint()
	# 3768

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'704-85-7364'

	fake.ein()
	# u'50-5982375'

	fake.itin()
	# u'967-88-4364'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows 95; ca-FR; rv:1.9.2.20) Gecko/2014-03-10 14:48:42 Firefox/7.0'

	fake.linux_platform_token()
	# u'X11; Linux i686'

	fake.opera()
	# u'Opera/8.80.(Windows NT 4.0; fil-PH) Presto/2.9.181 Version/10.00'

	fake.windows_platform_token()
	# u'Windows NT 5.2'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trident/5.0)'

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4; rv:1.9.4.20) Gecko/2014-05-22 07:23:55 Firefox/10.0'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_8) AppleWebKit/5350 (KHTML, like Gecko) Chrome/34.0.886.0 Safari/5350'

	fake.mac_platform_token()
	# u'Macintosh; PPC Mac OS X 10_5_0'

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/535.29.5 (KHTML, like Gecko) Version/5.0.5 Safari/535.29.5'
