Metadata-Version: 2.1
Name: TextToPPT
Version: 0.1.6
Summary: Converting Text To PPT
Home-page: https://github.com/jatinshrivastava/TextToPPT-Library
Author: Suryansh Pandey
Author-email: suryanshpan29@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 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
python
from texttoppt.orchestrator import TextToPPTOrchestrator
orc = TextToPPTOrchestrator()
orc.SetStartDate("16/11/19")
orc.SetMessageAuthor("All")
orc.ConvertTextFileToPPT('input.txt','output.pptx')
```


