{"id":19135097,"url":"https://github.com/dexpota/pcbgenerator","last_synced_at":"2025-10-08T20:44:03.520Z","repository":{"id":52312313,"uuid":"157002478","full_name":"dexpota/pcbgenerator","owner":"dexpota","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T05:50:24.000Z","size":119,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T05:46:02.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dexpota.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-10T17:04:28.000Z","updated_at":"2019-08-22T22:22:41.000Z","dependencies_parsed_at":"2023-01-24T15:15:55.239Z","dependency_job_id":null,"html_url":"https://github.com/dexpota/pcbgenerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dexpota/pcbgenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fpcbgenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fpcbgenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fpcbgenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fpcbgenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexpota","download_url":"https://codeload.github.com/dexpota/pcbgenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fpcbgenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000634,"owners_count":26082818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T06:29:10.836Z","updated_at":"2025-10-08T20:44:03.483Z","avatar_url":"https://github.com/dexpota.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[license]: https://opensource.org/licenses/MIT\n[license-badge]: https://img.shields.io/github/license/dexpota/pcbgenerator.svg?style=for-the-badge\n\n# pcbgenerator\n\n\u003e An utility to generate a PCB starting from DXF files.\n\n[![License: MIT][license-badge]][license]\n\n## Requirements\n\nIts main dependency is the module *pcbnew* provided by *KiCad*, this means that you must have *Python 2.7* and *KiCad*\ninstalled on the system. You can follow these instructions:\n\n- On *Ubuntu* simply run these commands and after the installation the module *pcbnew* will be available to the\n*Python 2.7* interpreter:\n\n    ```bash\n    sudo apt install python2.7 kicad\n    python2.7 -m pcbnew \u0026\u0026 echo \"pcbnew installed!\"\n    ```\n\n    - If you are going to use a virtual environment be sure to inherit this package from the global installation, if you\n      use `pipenv` simply add `--site-packages` option when installing the virtual environment:\n        ```bash\n        # without --three options it doesn't recognize --site-packages option\n        pipenv --three --site-packages install\n        ```\n\n## Usage\n\nThis repository contains two modules **dxfgenerator**, used to generate the *dxf* files for each face of the given\nsolid, and **pcbgenerator** for the generation of the *pcb* designs from the *dxf* files. The two modules are designed\nto be used in a pipeline where the output of the first one can be used as input of the second module.\n\n### Generate DXF files\n\nStarting from an *obj* representation of the solid you first use **dxfgenerator** to create a *dxf* file for each face\nof the solid.\n\n```bash\npython -m dxfgenerator\n```\n\n## Limitations\n\n**dxfgenerator** currently is able to generate *dxf* files for just one type of octahedron and all parameters are statically\nincluded inside the script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2Fpcbgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexpota%2Fpcbgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2Fpcbgenerator/lists"}