1import time 2import html 3import webbrowser 4import os 5 6 7print("This will only work on linux") 8os.system("sudo apt install lynx") 9os.system("lynx https://httpanimations.github.io/FYCLIVE/index.html") 10