Skip to content

aslansq/KiProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiProject

KiCAD Project Generator Script

Usecase

When you have IC which consist of 100s of pins, symbol could be generated by this script.

Intro

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.

MicrochipProject
Figure 1. Simple Generated KiCAD Project example. Click to see this example

ShowcaseProject
Figure 2. Showcase Generated KiCAD Project's Plot. Click to see this example

Setup

Windows

  1. Download git bash for windows
  2. Follow instructions at GNU/Linux heading

GNU/Linux

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

Interface

There are two ways to interface with KiProject.

About

KiCAD Project Generator Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published