inkscapeCircuitSymbols | Inkscape extension to assist creating circuit symbols

 by   fsmMLK Python Version: Current License: GPL-3.0

kandi X-RAY | inkscapeCircuitSymbols Summary

kandi X-RAY | inkscapeCircuitSymbols Summary

inkscapeCircuitSymbols is a Python library. inkscapeCircuitSymbols has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However inkscapeCircuitSymbols build file is not available. You can download it from GitHub.

Inkscape extension to assist creating circuit symbols.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              inkscapeCircuitSymbols has a low active ecosystem.
              It has 104 star(s) with 18 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 8 open issues and 18 have been closed. On average issues are closed in 293 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of inkscapeCircuitSymbols is current.

            kandi-Quality Quality

              inkscapeCircuitSymbols has 0 bugs and 0 code smells.

            kandi-Security Security

              inkscapeCircuitSymbols has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              inkscapeCircuitSymbols code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              inkscapeCircuitSymbols is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              inkscapeCircuitSymbols releases are not available. You will need to build from source code and install.
              inkscapeCircuitSymbols has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.
              inkscapeCircuitSymbols saves you 1562 person hours of effort in developing the same functionality from scratch.
              It has 3931 lines of code, 70 functions and 19 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed inkscapeCircuitSymbols and discovered the below as its top functions. This is intended to give you an instant insight into inkscapeCircuitSymbols implemented functionality, and help decide if they suit your requirements.
            • Apply the effect
            • Convert multiple units into multiple LaTeX units
            • Draws an arrow
            • Draw opAmp
            Get all kandi verified functions for this library.

            inkscapeCircuitSymbols Key Features

            No Key Features are available at this moment for inkscapeCircuitSymbols.

            inkscapeCircuitSymbols Examples and Code Snippets

            No Code Snippets are available at this moment for inkscapeCircuitSymbols.

            Community Discussions

            No Community Discussions are available at this moment for inkscapeCircuitSymbols.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install inkscapeCircuitSymbols

            Installation procedures for latest and older versions are described below.
            circuitSymbols was developed using Inkscape 1.0 in Linux (Kubuntu 18.04). It should work in different OSs too as long as all requirements are met.
            Install inkscapeMadeEasy, version 1.0 (latest). Follow the instructions in the manual page. Note: LaTeX text is used in circuitSymbols if the support is activated (nicer results), otherwise regular text elements will be used.
            circuitSymbols installation Go to Inkscape's extension directory with a file browser. Your inkscape extension directory can be accessed by opening Inkscape and selecting Edit > Preferences > System. Look for the item User Extensions field. There is a button on the right of the field that will open a file explorer window in that specific folder. Create a subfolder in the extension directory with the name circuitSymbols. Important: Be careful with upper and lower case letters. You must write as presented above. Download circuitSymbols files and place them inside the directory you just created. You don't have to copy all files from Github. The files you will need are inside the latest folder. In the end you must have the following files and directories in your Inkscape extension directory. LaTeX users: the file circuitSymbolsPreamble.tex contains the macros defined in this plugin. You can add your own macros to this file. You can also add macros to inkscapeMadeEasy/basicLatexPackages.tex. In this case the same macros will be accessible by all plugins that employ inkscapeMadeEasy. inkscape ┣━━extensions ┋ ┣━━ inkscapeMadeEasy <-- inkscapeMadeEasy folder ┃ ┣━━ inkscapeMadeEasy_Base.py ┃ ┣━━ inkscapeMadeEasy_Draw.py ┃ ┣━━ inkscapeMadeEasy_Plot.py ┃ ┗━━ basicLatexPackages.tex ┃ ┣━━ textext <-- texText folder (if you installed textText) ┃ ┋ ┃ ┣━━ circuitSymbols <-- circuitSymbols folder ┋ ┣━━ circuitSymbolsPreamble.tex ┣━━ circuitSymbols_semiconductors.inx ┣━━ circuitSymbols_general.inx ┣━━ circuitSymbols.py ┣━━ drawAmpOp.py ┣━━ drawArrows.py ┣━━ drawDiodes.py ┣━━ drawRLC.py ┣━━ drawSignals.py ┣━━ drawSources.py ┣━━ drawSwitches.py ┗━━ drawTransistors.py NOTE: You might have other sub folders inside the extensions directory. They don't interfere with the plugin.
            circuitSymbols was developed using Inkscape 0.48 and 0.91 in Linux (Kubuntu 18.04). It should work in different OSs too as long as all requirements are met.
            Install inkscapeMadeEasy, version 1.0 (latest). Follow the instructions in the manual page. Note: LaTeX text is used in circuitSymbols if the support is activated (nicer results), otherwise regular text elements will be used.
            circuitSymbols installation Go to Inkscape's extension directory with a file browser. Download circuitSymbols files and place them inside the directory you just created. You don't have to copy all files from Github. The files you will need are inside the 0.9x folder. In the end you must have the following files and directories in your Inkscape extension directory. inkscape ┣━━ extensions ┋ ┣━━ inkscapeMadeEasy_Base.py ┣━━ inkscapeMadeEasy_Draw.py ┣━━ inkscapeMadeEasy_Plot.py ┃ ┣━━ textextLib ┃ ┣━━ __init__.py ┃ ┣━━ basicLatexPackages.tex ┃ ┣━━ CircuitSymbolsLatexPreamble.tex <-- from repository folder 0.9x! ┃ ┣━━ textext.inx ┃ ┗━━ textext.py ┃ ┣━━ circuitSymbols.py <-- ┣━━ drawAmpOp.py <-- ┣━━ drawArrows.py <-- ┣━━ drawDiodes.py <-- ┣━━ drawRLC.py <-- ┣━━ drawSignals.py <-- from repository folder 0.9x! ┣━━ drawSources.py <-- ┣━━ drawSwitches.py <-- ┣━━ drawTransistors.py <-- ┣━━ circuitSymbols_semiconductors.inx <-- ┗━━ circuitSymbols_general.inx <--
            This section controls the color of current and voltage indications.
            You can select the predefined colors. They are presented below
            You can select use color picker to choose the color from the color picker widget just to the right of the drop down menu. Attention: the color selected in the color picker widget will be considered ONLY if you select use color picker in the drop down menu.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/fsmMLK/inkscapeCircuitSymbols.git

          • CLI

            gh repo clone fsmMLK/inkscapeCircuitSymbols

          • sshUrl

            git@github.com:fsmMLK/inkscapeCircuitSymbols.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link