PowerPoint is the popular presentation software commonly used for office and educational slide shows. Creating presentations manually is time consuming. This python based project can create PowerPoint presentation automatically within few minutes. You will learn to create Python project using Pycharm and Python version 3 and deploy it for Microsoft Windows using Pyinstaller.
In this project automation is being achieved by fetching text from Wikipedia and images from Microsoft Bing search engine module. Create different types of slides using custom functions and then merge them together to create .pptx file. You can later modify them and use them as per your requirement.
Custom functions will create bulleted slides, image slides, title slide, ending slide and more.
We will be creating this project from beginning and build it step by step.