clarxxinn/python-lyrics ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python project that prints and displays song lyrics in a simple, fun way.
I want a few separate Python files, one for each song, so I can run any of them and see the lyrics shown in the console in a nice readable format. Keep it simple and beginner friendly, but make the output feel polished, like the song title is clear and the verses are spaced out neatly. If it makes sense, add a tiny menu or easy way to choose which lyric file to run.
Please keep the code clean and easy to edit, since I may want to swap in different songs later. If you think it helps, you can also make the scripts reuse a small shared helper so the formatting stays consistent. Look up current Python best practices online if you need to, but don’t overcomplicate it.