Skip to content

Commit 33f4254

Browse files
committed
docs: update README.md to clarify library purpose and usage
1 parent 15ec999 commit 33f4254

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
**tppt** is a type-safe PowerPoint presentation builder that lets you create stunning presentations with Python code! 🐍
44

5+
This library is a wrapper around the [python-pptx](https://github.com/scanny/python-pptx) library,
6+
providing a more intuitive and type-safe interface for creating PowerPoint presentations.
7+
It allows you to build presentations using a builder pattern,
8+
making it easy to create slides with various layouts, text formatting, images, and tables.
9+
510
## 🚀 Installation
611

712
```bash

0 commit comments

Comments
 (0)