Skip to content

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

Notifications You must be signed in to change notification settings

centipede13/PPT_Generation_with_Python-pptx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published