4470 shaares
1 résultat
taggé
graphviz
This week I wrote a small Python script, that can generate a mindmap from a simple indented text input like this:
Winter
december
january
february
Spring
march
april
may
Summer
june
july
august
Autumn
september
october
november
The command: ./graphviz_mindmap.py seasons.txt.
The results, with various layout parameters:



Another …