A database search tool for finding LCSC parts, written in python with Streamlit
- Fast, responsive interface for browsing part database (tested to ~7,000,000 parts)
- Filtering and sorting by category, part number, description, etc
- Provides cost estimates by quantity, including price breaks (where known)
- Download filtered table results as xlsx files
All values (especially prices) are provided for reference and may be outdated. Use with caution. Link
First, install requirements:
pip install -r requirements.txt
Note: this includes a custom streamlit table component: Link
Then, run the app:
streamlit run main.py