/PPT_Generation_with_Python-pptx

A python program to generate a ppt with text and image using python-pptx package.

Primary LanguagePython

Python-pptx Assignment

Problem statement: write a python script that takes the files ( images + logo) from a given directory, and outputs the resulting ppt file in the same directory.

To run the code:-

  • Download the Project

  • Go to the folder that contains the Asset folder

  • Open terminal/Cmd at this folder

  • First run the bash script named watermark to watermark images as follows:

    For Windows: bash watermark.sh

    For Linux: ./watermark.sh

  • then run the python file called ppt.py to create ppt's as follows:

    For Windows: python3 ppt.py

    For Linux: python3 ppt.py

The resulting ppt's will be saved in the Images Folder.