- 打开 https://github.com/new
- Repository name 填:
HTMLSlidePresenter - Description 填:
用 HTML 做 PPT 的 Windows 桌面放映器。内置 6 套模板,支持 AI 生成。Make PPTs with HTML — 6 built-in templates, AI-powered generation.
- 选择 Public
- 不要勾选 "Add a README file"
- 点击 Create repository
git init
git add .
git commit -m "🎉 Initial commit"
git remote add origin https://github.com/你的用户名/HTMLSlidePresenter.git
git branch -M main
git push -u origin main在仓库页面点击齿轮 → Topics:
html presentation slides powerpoint html-slides webview desktop-app windows python
- Description: 用 HTML 做 PPT 的 Windows 桌面放映器 | Make PPTs with HTML
- Topics: 同上
- 点击 Releases → Create a new release
- Tag:
v1.0.1 - Title:
v1.0.1 - 幻灯片居中 + Nord 模板 - Description:
## HTML Slide Presenter v1.0.1
用 HTML 做 PPT,自由设计,一键播放。
### 新增功能
- 幻灯片 16:9 比例自动居中显示
- Nord 冷调模板
- 底部进度条
- 工具栏标题自适应缩放
- 自动检测用户自定义样式
### 功能
- 6 套预设风格模板
- 文字自适应缩放(clamp 单位)
- 键盘翻页 / F11 全屏
- 双击 .slidehtml 文件直接打开
- 支持 AI (Claude/GPT) 通过 AGENT.md 规范生成幻灯片
### 安装
pip install pywebview
### 运行
python player.py demo.slidehtml- 点击 Publish release
中文:
HTML Slide Presenter — 用 HTML 做 PPT 的 Windows 桌面放映器。内置 6 套模板,支持 AI 生成,完全开源。
English:
HTML Slide Presenter — A Windows desktop app that plays HTML files as PowerPoint slides. 5 templates, AI generation support, fully open-source.