dinushkaherath/lyrics_slideshow ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that turns a list of songs into a PowerPoint slideshow for singing or worship.
I want to give it a text file with song names or hymn numbers, and have it match those against a song library, even if the titles are a little messy or there are multiple possible matches. If it is not sure, ask me to pick the right one and remember my choice next time.
Then parse the lyrics into verses and choruses, split long sections across slides if needed, and generate a clean PowerPoint with a title slide, a clickable song index, and slides for each section. I want easy navigation so I can jump back home or restart a song from its first slide.
Please make it look polished, with sensible fonts, colors, and auto sizing so text fits nicely. Keep the settings easy to edit in a config file, and make it open the finished presentation automatically when it is done. If you need to look up current docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit