https://github.com/raclettes/lyric-repetition
A simple python program to visualise the repetition in a song (inspired by a Vox video.)
https://github.com/raclettes/lyric-repetition
Last synced: 4 months ago
JSON representation
A simple python program to visualise the repetition in a song (inspired by a Vox video.)
- Host: GitHub
- URL: https://github.com/raclettes/lyric-repetition
- Owner: raclettes
- License: gpl-3.0
- Created: 2019-01-18T19:24:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T14:27:16.000Z (over 2 years ago)
- Last Synced: 2024-11-17T10:45:51.405Z (6 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate patterns from repetition in lyrics
Bohemian Rhapsody by Queen
Three Hits by Indigo Girls
Around the World by Daft Punk (truncated)
# Usage
Ensure you have [Poetry](https://python-poetry.org/) installed
```
poetry run generate ./lyricstext.txt
```This saves a file `lyricstext.txt.png` next to the input file.