KiCAD Project Generator Script
When you have IC which consist of 100s of pins, symbol could be generated by this script.
This readme is intentionally kept simple.
This project takes csv file and converts to KiCAD project.
It will take information from csv file; generate symbol and global labels in a KiCAD project.
It can be also used for just generating KiCAD libraries.
Figure 1. Simple Generated KiCAD Project example. Click to see this example
Figure 2. Showcase Generated KiCAD Project's Plot. Click to see this example
- Download git bash for windows
- Follow instructions at GNU/Linux heading
Open terminal follow below instructions:
$ git clone https://github.com/aslansq/KiProject.git
$ cd KiProject
$ ./configure.sh # it will test your environment and suggest solution
# after configure successful, you can continue with examples
$ ./examples/gen.sh
There are two ways to interface with KiProject.