easyeda2kicad


Nameeasyeda2kicad JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/uPesy/easyeda2kicad.py
SummaryA Python script that convert any electronic components from LCSC or EasyEDA to a Kicad library
upload_time2024-02-19 08:19:27
maintainer
docs_urlNone
authoruPesy
requires_python>=3.6
licenseAGPL-3.0
keywords easyeda kicad library conversion
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # easyeda2kicad v0.7.0

_________________
[![PyPI version](https://badge.fury.io/py/easyeda2kicad.svg)](https://badge.fury.io/py/easyeda2kicad)
[![License](https://img.shields.io/github/license/upesy/easyeda2kicad.py.svg)](https://pypi.org/project/isort/)
[![Downloads](https://pepy.tech/badge/easyeda2kicad)](https://pepy.tech/project/easyeda2kicad)
![Python versions](https://img.shields.io/pypi/pyversions/easyeda2kicad.svg)
[![Git hook: pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
_________________


A Python script that converts any electronic components from [EasyEDA](https://easyeda.com/) or [LCSC](https://www.lcsc.com/) to a Kicad library including **3D model** in color. This tool will speed up your PCB design workflow especially when using [JLCPCB SMT assembly services](https://jlcpcb.com/caa). **It supports library formats for both Kicad v6.x and Kicad v5.x.**

<p align="center">
  <img src="https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/demo_symbol.png" width="500">
</p>
<div align="center">
  <img src="https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/demo_footprint.png" width="500">
</div>


## 🎆 Sponsor and Support

If this tool has saved you a lot of time when designing a PCB, please consider supporting the project by :
- Subscribing to uPesy Premium Membership to have access to high-quality electronics tutorials at https://www.upesy.com/products/subscription
- Buying one of my ESP32 DevKit boards: https://www.upesy.com/pages/store

<div align="center">
<a href="https://www.upesy.com/" target="_blank"><img src="https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/upesy_store.jpg" width="350"/></a>
</div>

## 💾 Installation

```bash
pip install easyeda2kicad
```

## 💻 Usage

```bash
# For symbol + footprint + 3d model (with --full argument)
easyeda2kicad --full --lcsc_id=C2040
# For symbol + footprint + 3d model
easyeda2kicad --symbol --footprint --3d --lcsc_id=C2040
# For symbol + footprint
easyeda2kicad --symbol --footprint --lcsc_id=C2040
# For symbol only
easyeda2kicad --symbol --lcsc_id=C2040
# For footprint only
easyeda2kicad --footprint --lcsc_id=C2040
# For 3d model only
easyeda2kicad --3d --lcsc_id=C2040
# For symbol in Kicad v5.x legacy format
easyeda2kicad --symbol --lcsc_id=C2040 --v5
```

By default, all librairies are saved in `C:/Users/your_name/Documents/Kicad/easyeda2kicad/`, with :
- `easyeda2kicad.kicad_sym` file for Kicad v6.x symbol library
- `easyeda2kicad.lib` file for Kicad v5.x legacy symbol library
- `easyeda2kicad.pretty/` folder for footprint libraries
- `easyeda2kicad.3dshapes/` folder for 3d models (in .WRL and .STEP format )

If you want to save components symbol/footprint in your own libs, you can specify the output lib path by using `--output` option.

```bash
easyeda2kicad --full --lcsc_id=C2040 --output ~/libs/my_lib
```

This command will save:
- the symbol in `~/libs/my_lib.kicad_sym` file for symbol library. The file will be created if it doesn't exist.
- the footprint in `~/libs/my_lib.pretty/` folder for footprint libraries. The folder will be created if it doesn't exist.
- the 3d models in `~/libs/my_lib.3dshapes/` folder for 3d models. The folder will be created if it doesn't exist. The 3D models will be saved both in .WRL and .STEP format.

You can use the option `--overwrite` to update a component symbol/footprint that is already in a Kicad library (generated by easyeda2kicad)

```bash
easyeda2kicad --symbol --footprint --lcsc_id=C2040 --output ~/libs/my_lib --overwrite
```

By default, easyeda2kicad will generate a symbol library for Kicad v6.x (.kicad_sym). You can generate a symbol lib in legacy format for Kicad v5.x (.lib) using `--v5` argument.

```bash
easyeda2kicad --symbol --lcsc_id=C2040 --v5
```

## 🔗 Add libraries in Kicad

**These are the instructions to add the default easyeda2kicad libraries in Kicad.**
Before configuring KiCad, run the script at least once to create lib files. For example :

```bash
easyeda2kicad --symbol --footprint --lcsc_id=C2040
```

- In KiCad, Go to Preferences > Configure Paths, and add the environment variables `EASYEDA2KICAD` :
  - Windows : `C:/Users/your_username/Documents/Kicad/easyeda2kicad/`,
  - Linux : `/home/your_username/Documents/Kicad/easyeda2kicad/`
- Go to Preferences > Manage Symbol Libraries, and Add the global library `easyeda2kicad` : `${EASYEDA2KICAD}/easyeda2kicad.kicad_sym`
- Go to Preferences > Manage Footprint Libraries, and Add the global library `easyeda2kicad` : `${EASYEDA2KICAD}/easyeda2kicad.pretty`
- Enjoy :wink:

## 🔥 Important Notes
### WARRANTY
The correctness of the symbols and footprints converted by easyeda2kicad can't be guaranteed. Easyeda2kicad speeds up custom library design process, but you should remain careful and always double check the footprints and symbols generated.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/uPesy/easyeda2kicad.py",
    "name": "easyeda2kicad",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "easyeda kicad library conversion",
    "author": "uPesy",
    "author_email": "contact@upesy.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/53/8e754b222251231b1c24d13c4b1a509dc214766e7574d88e2ea5616c5503/easyeda2kicad-0.7.0.tar.gz",
    "platform": "any",
    "description": "# easyeda2kicad v0.7.0\n\n_________________\n[![PyPI version](https://badge.fury.io/py/easyeda2kicad.svg)](https://badge.fury.io/py/easyeda2kicad)\n[![License](https://img.shields.io/github/license/upesy/easyeda2kicad.py.svg)](https://pypi.org/project/isort/)\n[![Downloads](https://pepy.tech/badge/easyeda2kicad)](https://pepy.tech/project/easyeda2kicad)\n![Python versions](https://img.shields.io/pypi/pyversions/easyeda2kicad.svg)\n[![Git hook: pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n_________________\n\n\nA Python script that converts any electronic components from [EasyEDA](https://easyeda.com/) or [LCSC](https://www.lcsc.com/) to a Kicad library including **3D model** in color. This tool will speed up your PCB design workflow especially when using [JLCPCB SMT assembly services](https://jlcpcb.com/caa). **It supports library formats for both Kicad v6.x and Kicad v5.x.**\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/demo_symbol.png\" width=\"500\">\n</p>\n<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/demo_footprint.png\" width=\"500\">\n</div>\n\n\n## \ud83c\udf86 Sponsor and Support\n\nIf this tool has saved you a lot of time when designing a PCB, please consider supporting the project by :\n- Subscribing to uPesy Premium Membership to have access to high-quality electronics tutorials at https://www.upesy.com/products/subscription\n- Buying one of my ESP32 DevKit boards: https://www.upesy.com/pages/store\n\n<div align=\"center\">\n<a href=\"https://www.upesy.com/\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/uPesy/easyeda2kicad.py/master/ressources/upesy_store.jpg\" width=\"350\"/></a>\n</div>\n\n## \ud83d\udcbe Installation\n\n```bash\npip install easyeda2kicad\n```\n\n## \ud83d\udcbb Usage\n\n```bash\n# For symbol + footprint + 3d model (with --full argument)\neasyeda2kicad --full --lcsc_id=C2040\n# For symbol + footprint + 3d model\neasyeda2kicad --symbol --footprint --3d --lcsc_id=C2040\n# For symbol + footprint\neasyeda2kicad --symbol --footprint --lcsc_id=C2040\n# For symbol only\neasyeda2kicad --symbol --lcsc_id=C2040\n# For footprint only\neasyeda2kicad --footprint --lcsc_id=C2040\n# For 3d model only\neasyeda2kicad --3d --lcsc_id=C2040\n# For symbol in Kicad v5.x legacy format\neasyeda2kicad --symbol --lcsc_id=C2040 --v5\n```\n\nBy default, all librairies are saved in `C:/Users/your_name/Documents/Kicad/easyeda2kicad/`, with :\n- `easyeda2kicad.kicad_sym` file for Kicad v6.x symbol library\n- `easyeda2kicad.lib` file for Kicad v5.x legacy symbol library\n- `easyeda2kicad.pretty/` folder for footprint libraries\n- `easyeda2kicad.3dshapes/` folder for 3d models (in .WRL and .STEP format )\n\nIf you want to save components symbol/footprint in your own libs, you can specify the output lib path by using `--output` option.\n\n```bash\neasyeda2kicad --full --lcsc_id=C2040 --output ~/libs/my_lib\n```\n\nThis command will save:\n- the symbol in `~/libs/my_lib.kicad_sym` file for symbol library. The file will be created if it doesn't exist.\n- the footprint in `~/libs/my_lib.pretty/` folder for footprint libraries. The folder will be created if it doesn't exist.\n- the 3d models in `~/libs/my_lib.3dshapes/` folder for 3d models. The folder will be created if it doesn't exist. The 3D models will be saved both in .WRL and .STEP format.\n\nYou can use the option `--overwrite` to update a component symbol/footprint that is already in a Kicad library (generated by easyeda2kicad)\n\n```bash\neasyeda2kicad --symbol --footprint --lcsc_id=C2040 --output ~/libs/my_lib --overwrite\n```\n\nBy default, easyeda2kicad will generate a symbol library for Kicad v6.x (.kicad_sym). You can generate a symbol lib in legacy format for Kicad v5.x (.lib) using `--v5` argument.\n\n```bash\neasyeda2kicad --symbol --lcsc_id=C2040 --v5\n```\n\n## \ud83d\udd17 Add libraries in Kicad\n\n**These are the instructions to add the default easyeda2kicad libraries in Kicad.**\nBefore configuring KiCad, run the script at least once to create lib files. For example :\n\n```bash\neasyeda2kicad --symbol --footprint --lcsc_id=C2040\n```\n\n- In KiCad, Go to Preferences > Configure Paths, and add the environment variables `EASYEDA2KICAD` :\n  - Windows : `C:/Users/your_username/Documents/Kicad/easyeda2kicad/`,\n  - Linux : `/home/your_username/Documents/Kicad/easyeda2kicad/`\n- Go to Preferences > Manage Symbol Libraries, and Add the global library `easyeda2kicad` : `${EASYEDA2KICAD}/easyeda2kicad.kicad_sym`\n- Go to Preferences > Manage Footprint Libraries, and Add the global library `easyeda2kicad` : `${EASYEDA2KICAD}/easyeda2kicad.pretty`\n- Enjoy :wink:\n\n## \ud83d\udd25 Important Notes\n### WARRANTY\nThe correctness of the symbols and footprints converted by easyeda2kicad can't be guaranteed. Easyeda2kicad speeds up custom library design process, but you should remain careful and always double check the footprints and symbols generated.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A Python script that convert any electronic components from LCSC or EasyEDA to a Kicad library",
    "version": "0.7.0",
    "project_urls": {
        "Code": "https://github.com/uPesy/easyeda2kicad.py",
        "Homepage": "https://github.com/uPesy/easyeda2kicad.py"
    },
    "split_keywords": [
        "easyeda",
        "kicad",
        "library",
        "conversion"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "288bc78b94a643b9b6941c5f1c7de10c5f2193c0d1c5b10bcb71ed53093f92ad",
                "md5": "11baba80ba21a391fdc4d05c955f865a",
                "sha256": "11c404a0f577f6468b0be32b2e057ee251f65dc690981962b3b0c475d2e7da27"
            },
            "downloads": -1,
            "filename": "easyeda2kicad-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11baba80ba21a391fdc4d05c955f865a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 43216,
            "upload_time": "2024-02-19T08:19:25",
            "upload_time_iso_8601": "2024-02-19T08:19:25.670434Z",
            "url": "https://files.pythonhosted.org/packages/28/8b/c78b94a643b9b6941c5f1c7de10c5f2193c0d1c5b10bcb71ed53093f92ad/easyeda2kicad-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5538e754b222251231b1c24d13c4b1a509dc214766e7574d88e2ea5616c5503",
                "md5": "b2bbaaf9a823a7a92ecfe92ac8b78653",
                "sha256": "3912c26633b9123e2b61aac7531528d6337668d9e66a3dadf55f5e5532425c2a"
            },
            "downloads": -1,
            "filename": "easyeda2kicad-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2bbaaf9a823a7a92ecfe92ac8b78653",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 41710,
            "upload_time": "2024-02-19T08:19:27",
            "upload_time_iso_8601": "2024-02-19T08:19:27.191920Z",
            "url": "https://files.pythonhosted.org/packages/c5/53/8e754b222251231b1c24d13c4b1a509dc214766e7574d88e2ea5616c5503/easyeda2kicad-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 08:19:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "uPesy",
    "github_project": "easyeda2kicad.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "easyeda2kicad"
}
        
Elapsed time: 0.20295s