Skip to content

Instantly share code, notes, and snippets.

View i2cjak's full-sized avatar

i2cjak i2cjak

View GitHub Profile
@i2cjak
i2cjak / nextpcb_search.py
Created September 12, 2025 16:57
Search NextPCB's part catalog from the command line
import requests
import json
import argparse
from rich.console import Console
from rich.table import Table
from rich.live import Live
from rich.spinner import Spinner
def search_for_part(description, show_all, no_sort):
"""