Skip to content

A software for displaying schedule and time on the school Seewo whiteboard.

License

Notifications You must be signed in to change notification settings

war-nightmare/DjangoSchedule2

Repository files navigation

关于 DjangoSchedule2

DjangoSchedule2 是 DjangoSchedule 的二代版本,是一款使用 Python 开发的,针对Seewo及其教学一体机设计的,用于显示教学信息的壁纸软件。

DjangoSchedule2 使用 django 库,本地搭建服务器,客户端需使用 WallpaperEngine 等软件,粘贴网址,即可在桌面显示动态壁纸。


使用

开发版

python manage.py runserver <port>
#<port>默认为22424,下同

浏览器打开 127.0.0.1/<port>

壁纸软件粘贴 127.0.0.1/<port>

发行版

打开 run.exe

浏览器自动打开 127.0.0.1/<port>

壁纸软件粘贴 127.0.0.1/<port>

License

本项目使用 MIT License 开源。