I need a small automation utility that can visit a single, specified music-lyrics website (I’ll give you the URL once we start) and automatically pull three kinds of information for every track I list: • full lyrics • the song’s release date • a simple melody map (e.g., note or pitch sequence that appears on the page, if available) When the script finishes a run it should drop everything into a tidy file that I can open in to a doc file. Feel free to use Python with requests, BeautifulSoup, Selenium, or another language you prefer as long as setup is straightforward on Windows. I’ll run the tool on my own machine, so include any environment notes and a short README. A key requirement: after you finish, please walk me through how the scraper works in clear spoken English (screen share or recorded video is fine). I’m comfortable with basic tech concepts but new to web scraping, so keep the explanation beginner-friendly. Deliverables 1. Fully commented source code + any dependency file 2. Sample output file demonstrating the three data points above 3. Quick-start instructions (text) 4. Verbal walkthrough in English (live or recorded)