Demo: https://devpost.com/software/fastpres
Hosted here: https://presfast.netlify.app/
There are two versions of FastPres:
- Python Script
- Web
The Web version uses Django and React
Used technologies: Python, Django, React, python-pptx
FastPres creates .pptx presentations from text files. The python script allows you to include images as well.
- Python
Install the python dependencies found in requirements.txt
in python_local
.
Create a text file and name it text.txt
. Write your presentation content in the file (a file is included as an example).
python main.py
- Django
- Node
Run npm install
in the client
folder.
Install the python dependencies found in requirements.txt
in python_server/pres_gen
.
In python_server/pres_gen
,
python manage.py runserver
In client
,
npm start
Go to http://localhost:3000
in browser
This project is licensed under the MIT License - see the LICENSE.md file for details