songs2slides

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

ModeNameSize
-rw-r--r--.github/workflows/main.yml32L
-rw-r--r--.gitignore11L
-rw-r--r--Dockerfile11L
-rw-r--r--README.md33L
-rw-r--r--compose.yml13L
-rw-r--r--mock_api.py34L
-rw-r--r--requirements-dev.txt4L
-rw-r--r--requirements.txt5L
-rw-r--r--screenshots/slides.png8072B
-rw-r--r--screenshots/step-1.png29642B
-rw-r--r--screenshots/step-2.png59159B
-rw-r--r--screenshots/step-3.png40257B
-rw-r--r--songs2slides/__init__.py17L
-rw-r--r--songs2slides/core.py236L
-rw-r--r--songs2slides/routes.py122L
-rw-r--r--songs2slides/static/create.css98L
-rw-r--r--songs2slides/static/create.js158L
-rw-r--r--songs2slides/static/global.css165L
-rw-r--r--songs2slides/static/home.css17L
-rw-r--r--songs2slides/static/icon-16.png652B
-rw-r--r--songs2slides/static/icon-180.png5639B
-rw-r--r--songs2slides/static/icon-32.png1263B
-rw-r--r--songs2slides/static/icon.svg73L
-rw-r--r--songs2slides/static/maximize.svg1L
-rw-r--r--songs2slides/static/open-graph.png50618B
-rw-r--r--songs2slides/static/open-graph.svg107L
-rw-r--r--songs2slides/static/post-download.css4L
-rw-r--r--songs2slides/static/revert.svg1L
-rw-r--r--songs2slides/static/slides.css32L
-rw-r--r--songs2slides/static/trash.svg1L
-rw-r--r--songs2slides/templates/base.html27L
-rw-r--r--songs2slides/templates/create-step-1.html94L
-rw-r--r--songs2slides/templates/create-step-2.html92L
-rw-r--r--songs2slides/templates/create-step-3.html69L
-rw-r--r--songs2slides/templates/error.html5L
-rw-r--r--songs2slides/templates/home.html18L
-rw-r--r--songs2slides/templates/layout.html14L
-rw-r--r--songs2slides/templates/post-download.html16L
-rw-r--r--songs2slides/templates/slides.html57L
-rw-r--r--tests/__init__.py0B
-rw-r--r--tests/conftest.py44L
-rw-r--r--tests/generate_screenshots.py55L
-rw-r--r--tests/test_core.py390L
-rw-r--r--tests/test_e2e.py373L
-rw-r--r--tests/test_routes.py256L