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
- Host: GitHub
- URL: https://github.com/apsdehal/zap
- Owner: apsdehal
- Created: 2014-03-18T05:34:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T12:37:07.000Z (almost 12 years ago)
- Last Synced: 2025-01-31T16:50:22.713Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)