You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I often find it difficult to discover new songs based on my mood. I wish there was an easy way to get song recommendations from YouTube that fit how I’m feeling.
Describe the solution you'd like
Python script that takes a mood as input (e.g., happy, sad, energetic) and fetches a random YouTube song related to that mood. The script should open the song in the default web browser.
Describe alternatives you've considered
I’ve considered using pre-built music recommendation APIs, but I wanted a solution that specifically pulls from YouTube and directly opens the song in the browser.
Additional context
This script uses the YouTube Data API to search for mood-based songs and opens a randomly chosen result in the browser. A valid YouTube API key is required to use it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I often find it difficult to discover new songs based on my mood. I wish there was an easy way to get song recommendations from YouTube that fit how I’m feeling.
Describe the solution you'd like
Python script that takes a mood as input (e.g., happy, sad, energetic) and fetches a random YouTube song related to that mood. The script should open the song in the default web browser.
Describe alternatives you've considered
I’ve considered using pre-built music recommendation APIs, but I wanted a solution that specifically pulls from YouTube and directly opens the song in the browser.
Additional context
This script uses the YouTube Data API to search for mood-based songs and opens a randomly chosen result in the browser. A valid YouTube API key is required to use it.
The text was updated successfully, but these errors were encountered: