xycyx / AutoSlides

creating and updating PowerPoint files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoSlides

Automatically creating and updating PowerPoint files from files

Pre-request

  • python (test on 2.7)
  • pandas
  • python-pptx

Installation

Install the python-pptx package

pip install python-pptx

Clone the project from GitHub

Git clone https://github.com/xycyx/AutoSlides.git

Example

Input the order into command line

Python AutoSlides.py -i  <inputfile> -o <outputfile>

Output

file_list: list all information of files : microsoft pptx file


About

creating and updating PowerPoint files


Languages

Language:Python 100.0%