/AltiumDesignerLibrary

A web frontend for managing an Altium Designer parts database using a SVNDBLib

Primary LanguageHTML

Altium Designer Library

A simple web-frontend for managing components in Altium Designer. This is for you if you use database libraries, or SVNDBlib files, which use an external database to manage library components.

Dependencies

pip install Flask
pip install Flask-SQLAlchemy
pip install Flask-WTF

Running

python main.py

Credits

Thanks to Michael Fogleman of http://michaelfogleman.com who developed the HelloFlask starting point from which this application is derived.