{"id":14128536,"url":"https://github.com/bhrigu123/Instant-Lyrics","last_synced_at":"2025-08-03T23:31:19.916Z","repository":{"id":80304625,"uuid":"83796834","full_name":"bhrigu123/Instant-Lyrics","owner":"bhrigu123","description":"Shows lyrics of the currently playing Spotify song, or any song, instantly.","archived":false,"fork":false,"pushed_at":"2020-10-01T17:51:17.000Z","size":45,"stargazers_count":197,"open_issues_count":17,"forks_count":33,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-23T20:07:24.205Z","etag":null,"topics":["gtk3","linux-app","lyrics","pygobject","spotify"],"latest_commit_sha":null,"homepage":"http://bhrigu.me/Instant-Lyrics/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhrigu123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-03T12:40:54.000Z","updated_at":"2024-10-15T03:25:36.000Z","dependencies_parsed_at":"2023-10-20T18:24:13.019Z","dependency_job_id":null,"html_url":"https://github.com/bhrigu123/Instant-Lyrics","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrigu123%2FInstant-Lyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrigu123%2FInstant-Lyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrigu123%2FInstant-Lyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrigu123%2FInstant-Lyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhrigu123","download_url":"https://codeload.github.com/bhrigu123/Instant-Lyrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228571844,"owners_count":17938772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gtk3","linux-app","lyrics","pygobject","spotify"],"created_at":"2024-08-15T16:01:48.641Z","updated_at":"2024-12-07T06:31:21.519Z","avatar_url":"https://github.com/bhrigu123.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Instant-Lyrics\n\nInstantly fetches the lyrics of the currently playing spotify song, or any song, and displays it on a window.\n\nA linux application with a very convinient GUI. Build with Python Gtk+3 (gi).\n\n# Screenshot\n![Screenshot](https://cloud.githubusercontent.com/assets/6123105/23824316/3fe58044-069a-11e7-804e-180ea4041002.jpeg)\n\n# Working\n### GIF\n![working](https://cloud.githubusercontent.com/assets/6123105/23824730/e0e0829e-06a1-11e7-8d57-3235c4266f2c.gif)\n\n\n# Compatibility\n\n* Python 2/3\n\n* Linux\n\n\n# Installation\n\n## From Source\n\n### Requirements\n\n* python-gi (PyGObject)\n\n* AppIndicator3\n\n* python-dbus\n\n* requests\n\n* beautifulsoup4\n\n* lxml\n\n\nFirst, install the requirements:\n\n### For Ubuntu/Debian based systems:\n\n``` sh\nsudo apt install python-gi python-dbus gir1.2-appindicator3-0.1 python-requests python-bs4 python-lxml\n```\n\n(requests, lxml and bs4 can be install from `pip` also: `pip install requests lxml beautifiulsoup4`)\n\n### For Arch users\n\n``` sh\nsudo pacman -S python2-dbus python2-requests python2-lxml python2-beautifulsoup4 python2-gobject libappindicator-gtk3\n```\n\n### Fedora\n\n``` sh\nsudo dnf install dbus-python python-gobject libappindicator-gtk3 python2-requests python-beautifulsoup4 python2-lxml\n```\n\n## Install from source\n\nAfter you've installed the dependencies, open terminal and go to the directory where you want to install. Enter the commands:\n\n``` sh\ngit clone https://github.com/bhrigu123/Instant-Lyrics.git\n\ncd Instant-Lyrics/\n\npython InstantLyrics.py\n```\n\nThe icon will appear in the system tray (indicator panel). You can start using the application from there.\n\n\u003cbr\u003e\n\n# Creating a launcher shortcut\n\nIf you have installed from source, you can go to **Preferences** from the menu options, and click on the button `Create Desktop Entry`.\n\nYou should be able to see the `Instant Lyrics` application shortcut in your launcher menu.\n\nYou can also find several manual ways of doing so from the web.\n\n![Launcher](https://cloud.githubusercontent.com/assets/6123105/23824317/4735e83e-069a-11e7-8b1e-2814632bb3aa.jpeg)\n\n\n# Contribution\nCreate an issue to discuss the changes/modifications before sending a PR.\n\n======\n## Icon Credits\nIcon made by [Freepik](http://www.freepik.com/) from www.flaticon.com\n\n======\n\n## The MIT License\n\u003e Copyright (c) 2017 Bhrigu Srivastava http://bhrigu.me\n\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\n\u003e The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhrigu123%2FInstant-Lyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhrigu123%2FInstant-Lyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhrigu123%2FInstant-Lyrics/lists"}