https://github.com/bwesterb/snogweb
Python scripts to generate snogwebs with graphviz
https://github.com/bwesterb/snogweb
Last synced: 8 days ago
JSON representation
Python scripts to generate snogwebs with graphviz
- Host: GitHub
- URL: https://github.com/bwesterb/snogweb
- Owner: bwesterb
- Created: 2012-06-29T08:37:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T12:59:16.000Z (over 12 years ago)
- Last Synced: 2025-09-15T02:45:16.943Z (10 months ago)
- Language: Python
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# snogweb
## Installation
First, clone the repository
git clone git://github.com/bwesterb/snogweb
### Dependencies
Then, install the dependency: TeXlive and pydot.
#### Ubuntu
apt-get install texlive python-pydot
## Usage
In the data folder, create a snog file. For instance:
Alice [v] - (Bob [m] - Eve [v]), Henk[m]
Alice - Renee, Bart[m]
Eve - Karel[m], (Claire[v] - Henk)
Renske[v] - A1, A2, A3, A4, A5, A6, A7, (A8 - A7)
To create a PDF, run the following command while in the data folder:
make example.pdf
To create a PNG, run
make example.png
The result is:
