A C# Windows Forms application for finding song lyrics using lyrics.ovh API(RESTful web service)
Options:
-
You can make txt file from song lyrics and send by e-mail to friend.
-
You can send song lyrics to friend's WhatsApp(using WhatsApp API).
-
If it is serbian song ,you can translate it from Latin to Cyrillic.
-
You can listen song on YouTube
-
Also you can copy song lyrics to clipboard and print it if you like.
-
Next to song lyrics there is displayed image of an artist fetched from google images(random) using HttpAgilityPack and LINQ for web crawling)
Clone from Git
- In Team Explorer, go to Manage Connections then open the Connect view.
- Select Clone under Local Git Repositories and enter the URL for your Git repo
https://github.com/LukaJo/LyricsApp- Select a folder where you want your cloned repo to be kept.
- Select Clone to clone the repo.
Also you need to replace phone number(for sending to WhatsApp),email and email password(for sending email to friend),paths on your computer(to find generated excel file and for saving file to txt)).
I love listening to music so i decide to make an application for finding song lyrics. :)
This app is developed in C# with Visual Studio Community 2017.
lyrics.ovh API is used in this application. Lyrics.ovh API is a RESTful web service which allows you to find the lyrics for a song quickly and without ads.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License
