songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit 4109768149eed0b380a315f62397d162f1680958
parent c52c0caf0785a8dd62d94fb75db92cf43fa8d6a7
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Tue,  2 Nov 2021 20:01:15 -0700

Update README.md and .gitignore

Diffstat:
M.gitignore | 3+++
MREADME.md | 5+++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,3 +3,6 @@ # PowerPoint files *.pptx + +# Virtual environment +.venv diff --git a/README.md b/README.md @@ -9,6 +9,8 @@ Creates a lyrics powerpoint from a list of songs. This program does NOT add any - The slides can be added to a new or existing powerpoint. ## Usage +Note: Songs2Slides requires Python 3.6.x + Install the python requirements. ``` pip install -r requirements.txt @@ -21,4 +23,4 @@ To use the web interface, run `webapp.py` and then open http://localhost:5000 in ``` python webapp.py start http://localhost:5000 -``` -\ No newline at end of file +```