Converting Text To PPT


License
MIT
Install
pip install TextToPPT==0.1.9

Documentation

TextToPPT-Library

TextToPPT is a Python library for converting files generated by exporting WhatsApp chats into a .pptx file.

Usage

Make sure you’re in the same directory as texttoppt folder and type this command:

python
from texttoppt.orchestrator import TextToPPTOrchestrator
orc = TextToPPTOrchestrator()
orc.ConvertTextFileToPPT('input.txt','output.pptx')