This is a simple Python script that takes a list of songs and artists and creates a list of links to the songs on Youtube. The script uses the Youtube API via pytube to search for the songs and artists and then creates a list of links to the songs.
- clone the repo
- cd into local, run
pip install -r requirements.txt - run
streamlit run app.py - holllllllla 🖖
To use this app, you only need to scroll the list of songs and artists. When you add a new artist and song, the app will automatically create a link to the song on Youtube.
To add a new song, simply scroll to the end of the list and add the title and artist. Once you have added the song, the app will automatically create a link to the song on Youtube.
To remove a song, simply select the song you want to remove and click the table's delete button. The app will automatically remove the song from the list.