fake.mac_processor()
# u'U; Intel'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2015-07-01 21:00:25 Firefox/15.0'
fake.linux_platform_token()
# u'X11; Linux x86_64'
fake.opera()
# u'Opera/8.93.(X11; Linux i686; en-US) Presto/2.9.177 Version/10.00'
fake.windows_platform_token()
# u'Windows NT 5.1'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0)'
fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/5351 (KHTML, like Gecko) Chrome/15.0.879.0 Safari/5351'
fake.chrome()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5320 (KHTML, like Gecko) Chrome/13.0.846.0 Safari/5320'
fake.linux_processor()
# u'x86_64'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_5_0'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/532.41.7 (KHTML, like Gecko) Version/5.0.5 Safari/532.41.7'