I built a desktop app that scrapes any website to Excel — no coding required (Windows + Mac)
Been a BI intern for the past few months and kept running into the same problem: data I needed was on websites, not in spreadsheets. Copying it by hand was eating hours every week.
So I built a small desktop app:
- Paste a URL
- Pick what to extract (links, tables, headings)
- Click Export → clean Excel file in your Downloads
Works on Windows and Mac. Built with Python + Tkinter + BeautifulSoup.
It's on Gumroad for $15 if anyone finds it useful: [link]
Happy to answer any questions about how it's built — the scraper core uses requests + BeautifulSoup for static pages.
u/Guts__12 — 16 days ago