use ChatGPT to generate PPT automatically
[2022-12-06] Currently ChatGPT has no official API. I am waiting for it to make this repo a real production.
Some topics for presentation named topics.txt
:
what's OpenAI?
how OpenAI works?
what is the future of OpenAI?
Easily generate a simple ppt in seconds:
cgp token.txt topics.txt
And you get a slice:
[ INFO ] Converting 1 markdown...
[ INFO ] C:\Users\ADMINI~1\AppData\Local\Temp\tmpt202812s => output.html
2022-12-05 16:08:24.154 | INFO | cgp:main:82 - result saved to output.html
And multi languages:
pip3 install chat_gpt_ppt
https://github.com/acheong08/ChatGPT#get-your-session-token
Currently we use marp as our ppt renderer. You can easily download it via the link above.
cgp token.txt data.txt --marp_exe /your/marp/exe/path
This is a toy project. Feel free to hack. Only < 100 lines python code.
MIT