/Power2Reveal

Transform PowerPoint presentations into Reveal JS HTML slideshow.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Power2Reveal

Transform PowerPoint presentations into Reveal JS HTML slideshow.

You're welcome to help develop this tool, we all love Reveal-JS and we want to quick transform MS-PowerPoint presentation into beautiful pages.

How to develop

    • clone this repo with '--recurse-submodules' option.
    • use virtualenv venv to create a virtual env
    • activate your virtualnev by: ''' source /venv/bin/activate '''
    • Install the requirements ''' pip install -r requirements.txt '''
    • Create new branch for you, code and send a PR