| name | pptx-before-writing-code |
| description | Sub-skill of pptx: Before Writing Code (+1). |
| version | 1.1.0 |
| category | data |
| type | reference |
| scripts_exempt | true |
Before Writing Code (+1)
Before Writing Code
State your content-informed design approach:
- What is the purpose and tone?
- Select colors that genuinely match the topic
- Plan visual hierarchy and layout
- Consider typography choices
Professional Styling
from pptx import Presentation
from pptx.util import Inches, Pt
from pptx.dml.color import RGBColor
from pptx.enum.text import PP_ALIGN
prs = Presentation()
slide = prs.slides.add_slide(prs.slide_layouts[6])
*See sub-skills for full details.*