An open API service indexing awesome lists of open source software.

https://github.com/apsdehal/zap

Minimalistic python based Wikipedia article's PPT generator
https://github.com/apsdehal/zap

Last synced: 8 months ago
JSON representation

Minimalistic python based Wikipedia article's PPT generator

Awesome Lists containing this project

README

          

#Zap

Your one stop solution to generate those massive ppts. Zap uses the power of python to search Wikipedia and generate you a ppt based on the parameters

***Work is still under progress***

#Installation
- Clone the project locally
- Inside the cloned directory run `pip install -r requirements.txt`
- For you convenience, create a virtual environment if you don't want to mess up your pylibs

#Dependencies
- [Wikipedia](https://github.com/goldsmith/Wikipedia)
- [Python PPTX](https://github.com/scanny/python-pptx)