Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 641 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 641 Bytes

Lyric-Slideshow-Generator

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.

Usage

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.

Dependencies/Credits

The program uses the lyricsgenius library to fetch the lyrics from Genius.com and the python-pptx library to generate the slideshow.