创建和绘制树的包

Tree的Python项目详细描述


https://img.shields.io/pypi/v/tree.svg?style=flat-squarehttps://img.shields.io/pypi/l/Tree.svg?style=flat-square

python包,可用于生成和绘制树、真实树或分形树。

用法

$ pip install Tree
frommathimportpi,radiansasradfromTree.coreimportTreefromPILimportImagebranches=((.5,rad(-30)),(.6,rad(30)),(.4,rad(60)))defmain():tree=Tree(pos=(0,0,0,-500),branches=branches)# Let the tree growtree.grow(10)# Move the tree in the right position, so that the tree is completly in the imagetree.move_in_rectangle()im=Image.new("RGB",tree.get_size(),(239,239,239))tree.draw_on(im,(85,25,0,128,53,21),(0,62,21),10)im.show()if__name__=='__main__':main()
https://raw.githubusercontent.com/PixelwarStudio/PyTree/master/images/example.png

文档

文档位于Readthedocs上。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java使用哪种数据结构通过两个ID之一搜索对象?   为什么IIOImageException java显示   java为什么Scanner#nextInt inside for循环不断抛出异常?   类如何在Java中比较参数和对象?   雅加达ee如何在Java/JavaEE环境中实现Basecamp风格的URL?例如<username>。主机名。通用域名格式   安卓javaexeutor框架的异常处理   java JDK 1.8到JDK 1.5 Web应用部署潜在问题   多线程如何杀死java线程?   探查器如何分析在java、eclipse和junit中哪个方法消耗的时间更多?   java如何在数组数据类型的元素上添加外键约束   java在Eclipse中更改外部浏览器[Linux、GWT、Tomcat6]   如何通过函数编程计算Java中的元音?   使用json负载netty上传java文件