https://github.com/naveeng2402/wiki-ppt-generator
https://github.com/naveeng2402/wiki-ppt-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naveeng2402/wiki-ppt-generator
- Owner: naveeng2402
- Created: 2022-09-09T16:13:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T07:56:28.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:42:53.987Z (5 months ago)
- Language: Python
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Wiki-ppt-generator
This tool generates a ppt by getting the data from wikipedia using the title given.
# How to run
```
git clone https://github.com/naveeng2402/wiki-ppt-generator.git
``````
cd wiki-ppt-generator
``````
pip install -r requirements.txt
``````bash
python generate_ppt.py {titles}
```