Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 597 Bytes

swfExtractor

A Flask based web utility to get swf files from your pptx files.

Download the ffpmeg command-line utility for your OS:
https://www.ffmpeg.org/download.html

Py Packages needed:
ffmpy: pip install ffmpy
flask: pip install flask

Windows running instructions:
set FLASK_APP=app.py
flask run

Your app should be running on port 80

-Upload the pptx file on the webpage by clicking the upload button.
-Once uploaded completely on the server, a zip file will be downloaded on the client-side with the swf files having animation from the presentation file.