Jun-28-2024, 12:08 PM
When you pip, you install from pypi. This is a link to the package you installed.
https://pypi.org/project/pcb-tools/
The page has an example of how to use the tools.
https://pypi.org/project/pcb-tools/
The page has an example of how to use the tools.
import gerber from gerber.render import GerberCairoContext # Read gerber and Excellon files top_copper = gerber.read('example.GTL') nc_drill = gerber.read('example.txt')Don't depend on AI tools for programming, yet.