{"id":37735515,"url":"https://github.com/mews/spotify-lyrics","last_synced_at":"2026-01-16T14:00:35.631Z","repository":{"id":239645165,"uuid":"800136356","full_name":"Mews/spotify-lyrics","owner":"Mews","description":"An app that connects to your spotify to show you the lyrics to the song you're listening to live. No premium required!","archived":false,"fork":false,"pushed_at":"2024-07-08T23:09:53.000Z","size":61769,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-09T23:34:15.487Z","etag":null,"topics":["application","python","songs","spotify","spotify-lyrics","spotipy","syncedlyrics","ttkbootstrap-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-13T19:11:30.000Z","updated_at":"2024-07-09T23:34:15.488Z","dependencies_parsed_at":"2024-05-21T21:47:59.252Z","dependency_job_id":null,"html_url":"https://github.com/Mews/spotify-lyrics","commit_stats":null,"previous_names":["mews/spotify-lyrics"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Mews/spotify-lyrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mews%2Fspotify-lyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mews%2Fspotify-lyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mews%2Fspotify-lyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mews%2Fspotify-lyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mews","download_url":"https://codeload.github.com/Mews/spotify-lyrics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mews%2Fspotify-lyrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application","python","songs","spotify","spotify-lyrics","spotipy","syncedlyrics","ttkbootstrap-python"],"created_at":"2026-01-16T14:00:23.068Z","updated_at":"2026-01-16T14:00:35.614Z","avatar_url":"https://github.com/Mews.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Spotify Lyrics\n\n![Logo](https://i.ibb.co/VYfTNT5/banner-transparent.png)\n\n**An app that connects to your spotify to show you the lyrics to the song you're listening to live.**\\\n**No premium required!**\n\n## Usage\n***To be able to use the app, you will first need to provide a client id to connect to the spotify api.***\\\n***You can find how to get yours [here](TUTORIAL.md).***\n\nAfter getting your client id, navigate to the [releases page](https://github.com/Mews/spotify-lyrics/releases) and download the latest release.\\\nThen, open the `settings.ini` file and write your client id as such\n```\n[spotify]\nclient_id = \u003cyour client id\u003e\nredirect_uri = http://localhost:8888/callback\nclient_secret = \n```\nAfter that, just open the `spotify lyrics.exe` file!\n\n\u003e [!NOTE]\n\u003e Some antivirus programs might flag the app as a virus. This is only because the app is not signed, but, if you're suspicious, you can look at the [source code](https://github.com/Mews/spotify-lyrics/tree/main/src) and run the `main.py` file directly, or compile the executable yourself.\n\n---\n\nYou can then also change the app's theme by editing the `theme` variable in the `settings.ini` file to [one of the available themes](https://ttkbootstrap.readthedocs.io/en/latest/themes/). For example, to use the \"solar\" dark theme:\n\n\n    [theme]\n    ; available themes: https://ttkbootstrap.readthedocs.io/en/latest/themes/\n    theme = solar\n\n\n**If you have any issues using the app, you can also check the [FAQ page](FAQ.md), [open an issue](https://github.com/Mews/spotify-lyrics/issues/new) or contact me through [my discord!](https://discord.com/users/467268976523739157)**\n\n## Changelog\n\n| Version | Changes                                                           \n|---------|---------------------------------------\n| 0.1.0   | Initial release                                                  \n| 0.2.0   | Added support for theme and settings editing                           \n| 0.3.0   | Updated lrc parser\n| 0.4.0     (not usable)   | Fixed issue with window stuttering when moving it around\n| 0.4.1   | Major bug fix\n| 0.5.0   | Added message to let the user know when the app is fetching lyrics; \u003cbr\u003e Added option to replace empty lyrics with custom text; \u003cbr\u003e Bug fixes\n| 0.6.0   | Added option to authenticate using client secret (See [#2](https://github.com/Mews/spotify-lyrics/issues/2))\n\n\n## Libraries used\n[spotipy](https://github.com/spotipy-dev/spotipy) - To use the Spotify WebAPI\n\n[syncedlyrics](https://github.com/moehmeni/syncedlyrics) - To scrape various websites for lrc format lyrics\n\n[ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap/) - To style the gui\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmews%2Fspotify-lyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmews%2Fspotify-lyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmews%2Fspotify-lyrics/lists"}