|
1 | 1 | # Auto PPT |
2 | 2 |
|
3 | | -[](https://github.com/lijunliu-gh/auto-ppt-engine/tags) |
4 | | -[](LICENSE) |
5 | | -[](https://github.com/lijunliu-gh/auto-ppt-engine/actions/workflows/smoke.yml) |
6 | | -[](tests/) |
7 | | -[](tests/) |
8 | | -[](requirements.txt) |
9 | | -[](package.json) |
10 | | -[](Dockerfile) |
11 | | -[](mcp_server.py) |
12 | | -[](CONTRIBUTING.md) |
| 3 | +<p align="center"> |
| 4 | + <a href="https://github.com/lijunliu-gh/auto-ppt-engine/tags"><img src="https://img.shields.io/github/v/tag/lijunliu-gh/auto-ppt-engine?label=release&sort=semver" alt="Release"></a> |
| 5 | + <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> |
| 6 | + <a href="https://github.com/lijunliu-gh/auto-ppt-engine/actions/workflows/smoke.yml"><img src="https://img.shields.io/github/actions/workflow/status/lijunliu-gh/auto-ppt-engine/smoke.yml?branch=main&label=CI" alt="CI"></a> |
| 7 | + <a href="tests/"><img src="https://img.shields.io/badge/tests-409%20passed-brightgreen" alt="Tests"></a> |
| 8 | + <a href="tests/"><img src="https://img.shields.io/badge/coverage-84%25-green" alt="Coverage"></a> |
| 9 | + <br> |
| 10 | + <a href="requirements.txt"><img src="https://img.shields.io/badge/python-3.10%2B-blue" alt="Python"></a> |
| 11 | + <a href="package.json"><img src="https://img.shields.io/badge/node-18%2B-green" alt="Node"></a> |
| 12 | + <a href="Dockerfile"><img src="https://img.shields.io/badge/docker-ready-2496ED?logo=docker&logoColor=white" alt="Docker"></a> |
| 13 | + <a href="mcp_server.py"><img src="https://img.shields.io/badge/MCP-compatible-8A2BE2" alt="MCP"></a> |
| 14 | + <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> |
| 15 | +</p> |
13 | 16 |
|
14 | 17 | Open-source PowerPoint generation engine — built to be called by AI agents. |
15 | 18 |
|
|
0 commit comments