deangelisdf/write2audiobook

(PPTX) Generate description of diagram

Open

#15 opened on Sep 16, 2024

 (0 comments) (0 reactions) (0 assignees)Python (4 forks)auto 404
enhancementgood first issuepptx

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Starting from PowerPoint diagram generate a description.

It can be done using phrase as:

The box "input" are linked to box "System A". The box "System A" are linked with text "output"

The library used is pptx-python, the objects must be retrived are Shapes and Autoshapes (https://python-pptx.readthedocs.io/en/latest/api/shapes.html#shape-objects-autoshapes)

Contributor guide