tsoporan / read.list

Flask site intended to keep track of a single-user's reading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read.list

A simple way to keep track of books you want to read and books you've finished. Grown out of my laziness to use goodreads.

Simple. Add, remove and check off finished books.

screenshot

requirements

virtualenv is not required but recommended

getting up and running

  1. git clone git@github.com:tsoporan/read.list.git into your env

  2. start up the python shell and do: from readlist import init_db; init_db();

  3. python readlist.py

  4. enjoy ze books

notes

  • This is a weekend project, there or may or may-not be bugs/security issues.
  • Built to fit a single users needs

About

Flask site intended to keep track of a single-user's reading.

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%