Skip to content

use ChatGPT to generate PPT automatically

License

Notifications You must be signed in to change notification settings

Willnow77/chat-gpt-ppt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-gpt-ppt

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.

Show case

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:

Usage

Install lib

pip3 install chat_gpt_ppt

Get your session token

https://github.com/acheong08/ChatGPT#get-your-session-token

Install marp

Currently we use marp as our ppt renderer. You can easily download it via the link above.

Run

cgp token.txt data.txt --marp_exe /your/marp/exe/path

Contribution

This is a toy project. Feel free to hack. Only < 100 lines python code.

License

MIT

About

use ChatGPT to generate PPT automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • Python 47.2%