Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 364 Bytes

Convert Markdown to PowerPoint

Ce projet permet de convertir un fichier Markdown en une présentation PowerPoint.

Prérequis

  • Python 3.x
  • Les bibliothèques Python suivantes :
    • python-pptx
    • markdown
    • beautifulsoup4

Vous pouvez installer les dépendances en utilisant le fichier requirements.txt :

pip install -r requirements.txt