Skip to content

A package that draws org files as weighted graphs

Notifications You must be signed in to change notification settings

crash-g/org_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Org Tree

A package that draws org files as weighted graphs

Description

This package can be used to render the structure of org files as a weighted graph. The rendering leverages plotly and produces an html file. The color of the node is directly proportional to the amount of text the node and its children contain: the darker the more.

Installation

Download this repository and use

pip install /path/to/local/repository/

Usage

Just import the package and call drawGraph passing to it the absolute path of an org file.

import org_tree as ot

ot.drawGraph("path/to/org/file.org", "file_encoding")

About

A package that draws org files as weighted graphs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages