2024-08-05 15:23:54 -04:00
|
|
|
# My Readings
|
|
|
|
A script to generate a static book review page
|
|
|
|
|
|
|
|
## images
|
2024-08-06 08:45:49 -04:00
|
|
|
![](./screenshots/1.png)
|
2024-08-05 15:23:54 -04:00
|
|
|
## usage
|
|
|
|
|
|
|
|
- fill the ![constructor.json](./constructor.json) like the ![constructor.json](./constructor_example.json)
|
|
|
|
- run the python script
|
|
|
|
```sh
|
|
|
|
python main.py > index.html
|
|
|
|
```
|