LTspice to KiCad Converter ========================== This module provides functionality to convert LTspice schematic and library files to KiCad-compatible formats. **Features:** - Converts LTspice `.asc` and `.lib` files to KiCad schematic and symbol formats. - Supports symbol mapping and netlist translation. **Usage:** Use the provided scripts or GUI to select your LTspice files and convert them for use in KiCad. .. note:: Source : ``src/converter/ltspiceToKicad.py`` .. automodule:: converter.ltspiceToKicad :members: