MyReadings/README.md

12 lines
276 B
Markdown

# My Readings
A script to generate a static book review page
## images
![](./screenshots/1.png)
## usage
- fill the ![constructor.json](./constructor.json) like the ![constructor.json](./constructor_example.json)
- run the python script
```sh
python main.py > index.html
```