Effortlessly install KiCAD footprints, schematics, and 3D models
View Demo
·
Report Bug
·
Request Feature
PartFetch is a simple utility designed to streamline the process of installing KiCAD footprints, schematics, and 3D models using LCSC part numbers. The app runs in your system tray for quick access and convenience.
- Clone this Repo
- Run the main.py script (Python 3.8+)
- Application should show up on the System Tray
Script to generate the EXE:
pyinstaller partfetch/main.py --onefile --windowed --icon=partfetch/assets/PartFetchLogo.ico --name PartFetch --add-data "partfetch/assets/PartFetchLogo.ico;assets"
- Add images in the ReadMe
- Add EXE download
- Verify MacOS functionality
- Verify Linux functionality
This Utility is essentially a wrapper for the easyeda2kicad.py library
