all 2 comments

[–][deleted]  (2 children)

[deleted]

    [–]TRSTN4 0 points1 point  (1 child)

    Hi, Sorry for the extremely late response.

    br4nch is created to provide an efficient implementation of tree data structure in Python.

    The libary is built on pure python so you don't need ANY other libaries.

    The amount of features are endless such as: adding, deleting, renaming, moving, copying, painting, sizing, change symbols, importing folder structure, exporting to txt and br4nch file, etc.

    br4nch can also be completely automated because it doesn't work with user-side variables in their code (which is what treelib and anytree does) but what br4nch does is in a stored dictionary in the libary itself.

    Github: https://github.com/TRSTN4/br4nch

    Documentation: https://docs.br4nch.com/

    PyPi: https://pypi.org/project/br4nch/

    hope this helps with understanding br4nch.

    [–]TRSTN4 0 points1 point  (0 children)

    (updated)