Bringing the lyrics to life!
Coded in Python using Tkinter, Spotipy and SyncedLyrics, Overlyrics is an application that displays real-time song lyrics in the corner of the screen.
There are a few options for running Overlyrics:
1. By running the installer (Windows) Optional: install the font Public-Sans
Download the installer, run and proceed. The installer will optionally create a shortcut on desktop. You can run it or search the app in the Windows.
2. By running the executable (Windows) Optional: install the font Public-Sans
Download the executable file, and the folders fonts, icons, imgs and tkinther-themes. Please be sure that Overlyrics.exe
is installed in the same directory that the other folders downloaded.
Run Overlyrics.exe
.
3. Building the Python code Optional: install the font Public-Sans
Download all the repository, excepting by the .exe
files. Install the requirements using pip:
pip install requirements.txt
Run the application with:
python Overlyrics.py
You can support the project in a number of ways:
- Starring: If you find the app useful, consider starring the repository.
- Reporting Issues: If you find a bug or have a suggestion for a new feature, please report it via the Issue tab.
- Contributing Code: If there is an open issue that you think you can help with, submit a pull request.
This repository is licensed under the MIT License. If you contribute to the project, you agree that your contributions are likewise licensed through the MIT License.
Feito em Python utilizando Tkinter, Spotipy e SyncedLyrics, Overlyrics é um programa que exibe letras de música em tempo real no canto da tela.
Há algumas opções para executar Overlyrics:
1. Rodando o instalador (Windows) Opcional: instale a fonte Public-Sans
Baixe o instalador, execute-o. O instalador criará um atalho opcional na Área de Trabalho. Você pode rodá-lo ou pesquisar pelo aplicativo no Windows.
2. Rodando o executável (Windows) Opcional: instale a fonte Public-Sans
Baixe o arquivo executável, e as pastas fonts, icons, imgs and tkinther-themes. Certifique-se que Overlyrics.exe
está instalado na mesma pasta que estas outras pastas.
Execute Overlyrics.exe
.
3. Rodando o código em Python Opcional: instale a fonte Public-Sans
Baixe todo o repositório, com exceção dos arquivos .exe
. Instale os requerimentos utilizando pip:
pip -r requirements.txt
Execute o programa:
python Overlyrics.py
Você pode apoiar o projeto de algumas maneiras:
- Clicando em 'Star': Se você considera útil, pense em dar estrea ao repositório.
- Reportando Issues: Se você encontrar bugs ou tiver alguma sugestão, reporte através da Issue tab.
- Contribuindo: Se houver alguma Issue que você puder ajudar, envie uma pull request.
Este repositório está licensiado pela MIT License. Se você contribuir, estará concordando que as contribuições também estejam abarcados nesta licença.