songs2slides

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

.gitignore (116B)


      1 # Compiled Python files
      2 *.pyc
      3 
      4 # PowerPoint files
      5 *.pptx
      6 
      7 # Virtual environment
      8 .venv
      9 
     10 # Environment variables
     11 .env