Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 5a95696

Browse files
committed
Update readme with correct python version and coverage badge
1 parent 93626b3 commit 5a95696

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
![PyPI - Version](https://img.shields.io/pypi/v/lyrics-transcriber)
44
![Python Version](https://img.shields.io/badge/python-3.10+-blue)
55
[![Tests](https://github.com/nomadkaraoke/python-lyrics-transcriber/actions/workflows/test-and-publish.yml/badge.svg)](https://github.com/nomadkaraoke/python-lyrics-transcriber/actions/workflows/test-and-publish.yml)
6-
![Test Coverage](https://codecov.io/gh/nomadkaraoke/lyrics-transcriber/branch/main/graph/badge.svg)
7-
6+
[![Coverage](https://codecov.io/gh/nomadkaraoke/python-lyrics-transcriber/graph/badge.svg?token=SMW2TVPVNT)](https://codecov.io/gh/nomadkaraoke/python-lyrics-transcriber)
87

98
Automatically create synchronised lyrics files in ASS and MidiCo LRC formats with word-level timestamps, using OpenAI Whisper and lyrics from Genius and Spotify, for convenience in use cases such as karaoke video production.
109

@@ -20,7 +19,7 @@ Automatically create synchronised lyrics files in ASS and MidiCo LRC formats wit
2019

2120
### Prerequisites
2221

23-
- Python 3.9 or higher
22+
- Python 3.10 or higher
2423
- [Optional] Genius API token if you want to fetch lyrics from Genius
2524
- [Optional] Spotify cookie value if you want to fetch lyrics from Spotify
2625
- [Optional] OpenAI API token if you want to use LLM correction of the transcribed lyrics

0 commit comments

Comments
 (0)