I want to know how do i create PPT’'s in an automated way. I want to give a sample set of PPT’s to cursor and when any content is given Cursor should analyze which visual aid fits and select the same and create a PPT
Hi @Sharad_Patil,
Cursor is an AI code editor built for software development, so this is a bit outside its core use case, but it can definitely help here. Open a new folder, then ask the agent something like:
“Build me a Python script that takes a text document as input, analyzes the content, picks the best visual format (table, chart, bullet points, diagram), and generates a PowerPoint presentation. Use the python-pptx library.”
Place your sample PPTs in the project folder and tell the agent to use them as reference for styling and layout. From there, you can iterate with the agent to fine-tune the output until it matches what you need.
Results may vary since this isn’t a typical coding workflow, but it’s worth experimenting with!