Skip to content

Convert a .sch from gEDA gschem creator to tikz shapes.

Notifications You must be signed in to change notification settings

danielrioslinares/gschem2tikz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

gschem2tikz

The program converts .sch files to TikZ. It works in Linux, probably MacOS X but I don't think in Microsoft Windows will work.

In order to run the program you need to have installed pyqt5 package, you can install it with pip or as want:

sudo pip install pyqt5

and of course python (python 3) in order to run the program is very easy:

python gschem2tikz.py

although in Ubuntu for example is python3 gschem2tikz.py, once you run the GUI, a ~/.gschem2tikz folder will be created for saving all the presets you create for it.

This is the main GUI

Image

About

Convert a .sch from gEDA gschem creator to tikz shapes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages