Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 688 Bytes

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.