Skip to content

random-basad/python_tree_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

python tree data structure to tree image converter.

this will input a tree (in string form) , and will create a image , according to that tree.

input tree example :

str="435f1[44[666][saini][tinku jiya[1][2]]][222[444[mohit[1][2]][saini[1][2222][3333][44444][555]]]]"; str1="33[55[6]][33]"; where X[Y1][Y2][Y3] , means that node X has three sub tree Y1 , Y2, Y3

output will be a png image , where we can see such structure

About

python tree data-structure to tree image (*.png) converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published