Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
HTTPzeiS
GitHub Repository: HTTPzeiS/FYCLIVE-Alphatesting-7.0.1
Path: blob/gh-pages/FYC.py
1492 views
1
import time
2
import html
3
import webbrowser
4
import os
5
6
7
print("This will only work on linux")
8
os.system("sudo apt install lynx")
9
os.system("lynx https://httpanimations.github.io/FYCLIVE/index.html")
10