
Tabss
The cool guitar tab editor
Tabss launched on March 14, 2023 with 77 votes, #992 of 5,075 launches that month and more than 50% of that year's launches.
What it does
Writing guitar tabs can be a pain in the *ss... This guitar tab editor makes it much more easy to quickly write tabs. For those who love text-based tab notation: perfect to copy/paste and use in tools such as Ultimate Guitar. Give it a go!
Does a similar job
all alternatives →

YouTube Guitar Tab ParserJul 2026 · github.com · ▲108I created a simple CLI that turns a YouTube guitar-lesson video into a PDF of the guitar tab. There are services that transcribe music from Youtube videos into tabs, but they never work well enough for me. Instead I'm taking a simpler approach. It downloads the video, samples frames, uses Claude vision to locate the tab region, crops every frame to that region, de-duplicates the crops by the bar number printed on each line of the score, and stitches the distinct tab lines vertically into a PDF. I didn't test it on a lot of different Youtube videos yet, so problem will arise for sure.



More life & fun this month
the category →- TL
Life & fun · 15d ago · louisabraham.github.io
- WI
Special relativity simulator in which light crawls along at a human speed, so Lorentz contraction, aberration and Doppler shift happen at walking pace.
Life & fun · 1d ago · rivendell.dmitrybrant.com


9 major streaming services cost $95.91/mo in 2021-03 and $154.41/mo today — up 61%, or $702 a year. Every change sourced.
Life & fun · 22h ago · honestlyranked.com


Source: Product Hunt launch ↗
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io