songs2slides

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

commit eab9a8a834323863e823b0782c67f45f2f4ce12b
parent 35829011d0124211eddf81a9e3c614481e006001
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sun, 22 Mar 2020 08:14:24 -0700

Add requirements.txt.

Diffstat:
Arequirements.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,3 @@ +bs4 +python-pptx +requests +\ No newline at end of file