From 83cb246073422af44997cd1e591a7a8668aa5af8 Mon Sep 17 00:00:00 2001 From: starnakin Date: Mon, 5 Aug 2024 21:23:54 +0200 Subject: [PATCH] add: readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..070ace4 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# My Readings +A script to generate a static book review page + +## images + +## usage + +- fill the ![constructor.json](./constructor.json) like the ![constructor.json](./constructor_example.json) +- run the python script +```sh +python main.py > index.html +``` \ No newline at end of file