The Lyrics Generator is a simple Go application designed to effortlessly create time-synced lyrics.
Music: Please Please Please by Sabrina Carpenter
- Frontend: HTML, Alphine.JS, Tailwind CSS
- Backend: Go (go chi)
- Simple Interface: Easy-to-use application for generating synchronized lyrics.
- Efficient: Quickly creates time-synced lyrics for various uses.
- Export to LRC: Export generated lyrics as LRC files.
- Dashboard: Interactive dashboard available on specified port (configured via
.envfile).
You can download the binaries from the GitHub Releases page.
- Download the Binary: Obtain the appropriate binary for your operating system from the Releases page.
- Run the Application:
./lyrica-[os-arch]
- Access the Dashboard:
- Navigate to
http://localhost:<port>in your browser (port specified in.envfile). - Import a track to the dashboard.
- Play the track and insert lyrics along with current timestamps.
- Navigate to
Contributions are welcome! If you find any issues or have suggestions, please open an issue or a pull request on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.