Skip to content

Instantly share code, notes, and snippets.

View raldone01's full-sized avatar

raldone01

View GitHub Profile
@raldone01
raldone01 / webricks_wanted_list_converter.py
Last active August 1, 2025 16:10
webricks.com wanted list html to rebrickable.csv
#!/usr/bin/env python
# This script parses a webricks.com wanted list HTML file and converts the part data
# into a rebrickable.csv format.
import sys
import csv
from bs4 import BeautifulSoup