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

::

	fake.mac_processor()
	# u'U; PPC'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2018-01-14 03:26:09 Firefox/12.0'

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

	fake.opera()
	# u'Opera/8.75.(Windows 98; Win 9x 4.90; ia-FR) Presto/2.9.165 Version/12.00'

	fake.windows_platform_token()
	# u'Windows CE'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4.90; Trident/3.1)'

	fake.user_agent()
	# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5330 (KHTML, like Gecko) Chrome/41.0.834.0 Safari/5330'

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/5321 (KHTML, like Gecko) Chrome/39.0.801.0 Safari/5321'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; si-LK) AppleWebKit/534.11.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B112 Safari/6534.11.1'
