All Projects → devbisme → KiField

devbisme / KiField

Licence: MIT License
Edit/insert/delete part fields in KiCad schematics or libraries using a spreadsheet.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

kifield

A utility for manipulating part fields in KiCad schematic files or libraries. KiField can extract all the component fields from a schematic or library and place them into a spreadsheet for bulk editing, after which you can insert the edited values from the spreadsheet back into the schematic or library.

KiField is usually employed in a three-step process:

  1. First use KiField to extract the part field labels and values from a schematic or library and place them into a CSV or XLSX spreadsheet file.
  2. Edit the spreadsheet file to change existing field values, add entirely new fields, or completely delete fields.
  3. Finally, use KiField to insert the updated field labels and values from the spreadsheet file into the schematic or library.

Features

  • Extracts all fields and values from one or more KiCad schematic libraries or files (even hierarchical designs), and inserts them into a spreadsheet (either CSV or XLSX format).
  • Extracts all fields and values from one or more CSV or XLSX spreadsheet files and inserts them into one or more KiCad schematics or libraries.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].