editor using PyQt5 to edit an library file(*.lbr) for eagle cad
- lbr file uses UNIX LF for line feed.
- eagle cad makes backup file (*.l#1, *.l#2,...) when the user save the lbr file.
- if you want to edit the attributes of all devices, you can use this.
usage:
- open your lbr, sch, brd file.
- open lbr_editor_qt.py. ( it needs pyqt5 )
- open your file in the lbr_editor_qt.
- edit the attribute.
- click the save button in the lbr_editor_qt. (it will save "..._output.lbr")
- click the change button in the lbr_editor_qt.
- check the attributes you changed in sch, brd file on eagle cad.
roadmap:
- add an attribute for all devices.
- delete an attribute for all devices.
- make all devices have same attributes.