colortime 是一个简单的应用程序,每天的每一秒都会改变颜色

如何运行:

  1. 克隆 Git 仓库:

git clone https://github.com/shawntaylord/colortime.git

  1. 在新克隆的 repo 中,运行 Python 的 HTTP 服务器:

python -m SimpleHTTPServer 8000

  1. 将您的浏览器定向到:

localhost:8000