mirror of
https://github.com/sjpiper145/MakerSkillTree.git
synced 2025-10-16 11:52:50 +02:00
✨Create skill tree from yaml
Added a rough python script that reads from a yaml file (see input.yml example) and creates a svg skill tree.
This commit is contained in:
parent
e9888c085d
commit
e70562051b
3 changed files with 1029 additions and 0 deletions
82
python/input.yml
Normal file
82
python/input.yml
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
---
|
||||
title: Some Interesting Title
|
||||
author: John Doe
|
||||
row:
|
||||
0:
|
||||
- 0a
|
||||
- 0b
|
||||
- 0c
|
||||
- 0d
|
||||
- 0e
|
||||
- 0f
|
||||
- 0g
|
||||
1:
|
||||
- 1a
|
||||
- 1b
|
||||
- 1c
|
||||
- 1d
|
||||
- 1e
|
||||
- 1f
|
||||
- 1g
|
||||
2:
|
||||
- 2a
|
||||
- 2b
|
||||
- 2c
|
||||
- 2d
|
||||
- 2e
|
||||
- 2f
|
||||
- 2g
|
||||
3:
|
||||
- 3a
|
||||
- 3b
|
||||
- 3c
|
||||
- 3d
|
||||
- 3e
|
||||
- 3f
|
||||
- 3g
|
||||
4:
|
||||
- 4a
|
||||
- 4b
|
||||
- 4c
|
||||
- 4d
|
||||
- 4e
|
||||
- 4f
|
||||
- 4g
|
||||
5:
|
||||
- 5a
|
||||
- 5b
|
||||
- 5c
|
||||
- 5d
|
||||
- 5e
|
||||
- 5f
|
||||
- 5g
|
||||
6:
|
||||
- 6a
|
||||
- 6b
|
||||
- 6c
|
||||
- 6d
|
||||
- 6e
|
||||
- 6f
|
||||
- 6g
|
||||
7:
|
||||
- 7a
|
||||
- 7b
|
||||
- 7c
|
||||
- 7d
|
||||
- 7e
|
||||
- 7f
|
||||
- 7g
|
||||
8:
|
||||
- 8a
|
||||
- 8b
|
||||
- 8c
|
||||
- 8d
|
||||
- 8e
|
||||
- 8f
|
||||
- 8g
|
||||
9:
|
||||
- 9a
|
||||
- 9b
|
||||
- 9c
|
||||
- 9d
|
||||
- 9e
|
||||
Loading…
Add table
Add a link
Reference in a new issue