当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
7 Star 5 Fork 1

KiCad-CN / KiCadPythonActionsPlugins
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
BezierTrack @ 1499439
HierPlace @ 2df1420
InteractiveHtmlBom @ f447335
JLCKicadTools @ 4f3c165
KiBuzzard @ e7d3232
RF-tools-KiCAD @ 6e3c3dd
WireIt @ 85d6909
diffpads @ 9170619
flexRoundingSuite @ b7a78b4
gerber_to_order @ 29c9ad6
kicad-action-tools @ 263bac8
kicad-bga-tools @ 45ec903
kicad-round-tracks @ d7af0de
kicad-teardrops @ 901b4f5
kicad-text-tool @ c0d9ff7
kicad_align @ 5db378a
Loading...
README
MIT

KiCadPythonActionsPlugins

KiCad v6.0 内置插件管理器

  • 内置的插件管理器提供已收录插件在线安装、更新、回滚和卸载。
  • 想获取更多的内置插件可以将已开发的插件更新 Pcbnew 的 Python API 并进行版本发布,将已发布的版本信息按规范提交到 kicad-plugins

此项目已归档(废弃)。

介绍

KiCad Python Actions Plugins KiCad Python 操作插件

软件架构

软件架构说明

本仓库使用 git submodule 方式收集 KiCad 开源 Python 插件合集

安装教程

  1. 克隆本仓库
git clone https://gitee.com/KiCAD-CN/KiCadPythonActionsPlugins.git
  1. 使用子模块仓库
// 初始化子模块仓库
git submodule init 

// 更新子模块仓库
git submodule update

或:

// 初始化和更新子模块仓库组合命令
git submodule update --init --recursive

使用说明

  1. Windows 用户安装本仓库 Python 插件
  • 需要安装 cmder 终端环境
  • 由于未知错误 cmder 官网无法访问,请使用 TUNA cmder 镜像下载
  • 在 cmder 中运行自动安装脚本
./windowsinstall.bat
  1. Linux 用户安装本仓库 Python 插件
  • 在终端中运行自动安装脚本
./linuxinstall.sh
  1. MacOS 用户安装本仓库 Python 插件
  • 在终端中运行自动安装脚本
./macosinstall.sh

自动安装路径说明

注:[plugins-name] 是插件名称,使用实际插件名称替代。

Windows 使用系统路径安装:

%appdata%/kicad/scripting/plugins/[plugins-name]

Linux 使用系统路径安装:

/usr/share/kicad/scripting/plugins/[plugins-name]

Mac OS (旧版) 使用系统路径安装:

~/Library/Application Support/kicad/scripting/plugins/[plugins-name]

Mac OS (新版):使用系统路径安装:

~/Library/Preferences/kicad/scripting/plugins/[plugins-name]

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
MIT License Copyright (c) 2021 taotieren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

KiCad Python Actions Plugins KiCad Python 操作插件 展开 收起
Python 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/KiCAD-CN/KiCadPythonActionsPlugins.git
git@gitee.com:KiCAD-CN/KiCadPythonActionsPlugins.git
KiCAD-CN
KiCadPythonActionsPlugins
KiCadPythonActionsPlugins
master

搜索帮助