This is a Python program to quickly generate a PowerPoint slideshow of lyrics from a song given the song title and artist name; it is designed for use in a karaoke or corporate singing (e.g. church) setting.
The Python code is provided as a Jupyter notebook (recommended) and as a Python script; users can choose to run the program locally in either format. Further details and usage instructions are provided within the notebook/script.
The program uses the lyricsgenius
library to fetch the lyrics from Genius.com and the python-pptx
library to generate the slideshow.