Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevhys/music-lyrics
https://github.com/zevhys/music-lyrics
python
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevhys/music-lyrics
- Owner: Zevhys
- License: mit
- Created: 2024-02-07T06:55:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:52:28.000Z (11 months ago)
- Last Synced: 2024-02-08T14:52:52.489Z (11 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python Music Lyrics
This simple Python script lets you play your favorite songs while displaying synchronized lyrics from LRC files.
usage :
- Ensure you have VLC installed.
- Run the script with the LRC file path as an argument.
- Example : python lrc_lyrics_player.py your_song_lyrics.lrcRequirements :
- Python 3.x
- VLC media playerNote :
- Make sure to have Python and VLC installed before running the script