2023-07-15 14:20:22 +02:00
# csv-library-website
2020-12-12 13:50:00 +01:00
2023-07-15 14:20:22 +02:00
> Work in progress: this is a simple flask application that turns a csv file into a website.
> originally used to show books like in the [Varia Library Website](https://library.varia.zone/).. but can me used for any collection described in the csv file
2020-12-12 13:50:00 +01:00
## Hacking
```
2020-12-12 13:51:09 +01:00
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
2020-12-12 13:50:00 +01:00
```
Or run `make setup` .
```
2020-12-21 19:57:49 +01:00
$ cd library & & python page.py
2020-12-12 13:50:00 +01:00
```
Or run `make` .
2023-11-26 18:44:16 +01:00
## major changes
* currently this software is broken.
2023-11-24 11:48:09 +01:00
## readme driven development
* add regular login instead of a secret key
2023-11-26 18:44:16 +01:00
* have a settings file for the application ✅
2023-11-24 11:48:09 +01:00
* downloadable pdfs
* upon boot check for images of the book otherwise extract front page of pdfs
2023-11-24 12:38:06 +01:00
* remove varia library specific code