fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2016-01-30 15:32:48 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux x86_64'
fake.opera()
# u'Opera/9.24.(Windows 98; nb-NO) Presto/2.9.184 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 5.0'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'
fake.user_agent()
# u'Opera/8.96.(X11; Linux i686; gu-IN) Presto/2.9.175 Version/11.00'
fake.chrome()
# u'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/5362 (KHTML, like Gecko) Chrome/15.0.810.0 Safari/5362'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_5_7'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/532.23.4 (KHTML, like Gecko) Version/4.0.4 Safari/532.23.4'