From 267248b2e16cf7d42c5dae9a54ee609f7510400b Mon Sep 17 00:00:00 2001 From: Mara Karagianni Date: Mon, 12 Dec 2022 22:11:07 +0200 Subject: [PATCH] Update readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05f5ec2..8e53520 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# tree_maker +Python module, derived from PyFPDF, for tree like design layout + +Tree method draw_year: Simple year stamps in vertical position and +progressively horizontally to the left side +input data >> sorted years by the Tree keys_sorting method:: trees/test_years_simple_layout.pdf + +Tree method design_tree: +input data >> sorted years by the Tree keys_sorting method:: trees/test_years_tree_layout.pdf + +Tree method draw_year_name: Year-name pair stamps in vertical position in a +branching layout, work in progress +input data >> sorted years by the Tree keys_sorting method:: trees/test_year_name_pair_layout.pdf + +Tree method draw_year_name_reddit, work in progress: +branching sorted year followed by trees named that year on the left side and reddit blog titles related to those trees on the right side +input data >> Dictionary of sorted years as keys, and a list of tree family names and tree scientific names as values. Intersecting with a dict of same tree family names as keys and tree family names as values. -Python module, derived from PyFPDF, for tree like design layout \ No newline at end of file