PSpice to KiCad Converter ========================= This module provides functionality to convert PSpice schematic and library files to KiCad-compatible formats. **Features:** - Converts PSpice `.sch` 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 PSpice files and convert them for use in KiCad. .. note:: Source : ``src/converter/pspiceToKicad.py`` .. automodule:: converter.pspiceToKicad :members: