-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
15 lines (10 loc) · 713 Bytes
/
Copy pathREADME
File metadata and controls
15 lines (10 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
This project is for generating call trees for fortran projects(requires graphviz and python)
Author: Huziy Oleksandr
It is not yet mature. Does not consider functions and may fail in some
nasty cases. Also it does not go recursively into the directories while scans
source folder.
Some resulting .pdf files the program produces are shown in the examples folder.
package gui - contains my tries of the python Tkinter, I thought maybe generating
a tree from the sources, which can be collapsed and expanded as necessary with, maybe search
possibilities. Also it would be great to add a feature "show source" of a selected node.
For now it is just simple tree with nodes (see examples/TreeUsingTkinter.png)