文件名称:geopatterns:@jasonlong可爱的SVG生成库的Python端口
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-21 08:04:29
Python
地理图案 从字符串生成漂亮的SVG模式。 这是的的Python端口。 安装 GeoPatterns可通过pip安装: $ pip install geopatterns 用法 通过使用字符串和生成器初始化GeoPattern()创建新模式GeoPattern()此字符串/生成器对的结果为上图)。 >> > from geopatterns import GeoPattern >> > pattern = GeoPattern ( 'A string for your consideration.' , generator = 'xes' ) 当前可用的生成器是: hexagons overlapping_circles overlapping_rings plaid plus_signs rings sinewaves squares triangles xes
【文件预览】:
geopatterns-master
----geopatterns()
--------geopatterns.py(23KB)
--------utils.py(402B)
--------__init__.py(127B)
--------svg.py(2KB)
----LICENSE(1KB)
----setup.py(632B)
----README.md(2KB)
----.gitignore(324B)