معرفی شرکت ها


draw2Svg-2.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in a Jupyter notebook
ویژگی مقدار
سیستم عامل -
نام فایل draw2Svg-2.0.0
نام draw2Svg
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Casey Duckering, Ahmad Aufar
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/cduck/drawSvg
آدرس اینترنتی https://pypi.org/project/draw2Svg/
مجوز -
# draw2Svg *This is fork to drawSvg, in which we try to readjust its coordinate system to follow SVG standard* A Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in a Jupyter notebook. Most common SVG tags are supported and others can easily be added by writing a small subclass of `DrawableBasicElement` or `DrawableParentElement`. An interactive [Jupyter notebook](https://jupyter.org) widget, `drawSvg.widgets.DrawingWidget`, is included that can update drawings based on mouse events. # Install draw2Svg is (not available yet) available on PyPI, but on test PyPI: ``` $ pip install -i https://test.pypi.org/simple/ draw2Svg ``` ## Prerequisites Cairo needs to be installed separately. When Cairo is installed, drawSvg can output PNG or other image formats in addition to SVG. See platform-specific [instructions for Linux, Windows, and macOS from Cairo](https://www.cairographics.org/download/). Below are some examples for installing Cairo on Linux distributions and macOS. **Ubuntu** ``` $ sudo apt-get install libcairo2 ``` **macOS** Using [homebrew](https://brew.sh/): ``` $ brew install cairo ``` For more detailed manuals, go to our website: https://draw2svg.netlify.app/


نحوه نصب


نصب پکیج whl draw2Svg-2.0.0:

    pip install draw2Svg-2.0.0.whl


نصب پکیج tar.gz draw2Svg-2.0.0:

    pip install draw2Svg-2.0.0.tar.gz