Books read in " + str(theyear) + "\n")
+ bookindex.write("\n\n \n \n \n praze • Books \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Currently reading
\n\n")
+ for book in books:
+ if not book["work"]:
+ if len(book["progressdates"]) > 0:
+ if len(book["readdates"]) == 0:
+ if book["author"] == "":
+ bookindex.write("- " + book["title"] + "
\n")
+ else:
+ bookindex.write("- " + book["author"] + " – " + book["title"] + "
\n")
+ bookindex.write("
\n \n \n Books read in " + str(theyear) + "
\n")
if len(booksthisyear) > 0:
bookindex.write("\n")
for book in booksthisyear:
if book["author"] == "":
bookindex.write("- " + book["title"] + "
\n")
else:
- bookindex.write("- " + book["author"] + ": " + book["title"] + "
\n")
+ bookindex.write("- " + book["author"] + " – " + book["title"] + "
\n")
bookindex.write("
\n")
if workbooks > 1:
bookindex.write("+ " + str(workbooks) + " work-related books
\n")
Currently reading
\n- \n")
+ for book in books:
+ if not book["work"]:
+ if len(book["progressdates"]) > 0:
+ if len(book["readdates"]) == 0:
+ if book["author"] == "":
+ bookindex.write("
- " + book["title"] + " \n") + else: + bookindex.write("
- " + book["author"] + " – " + book["title"] + " \n") + bookindex.write("
Books read in " + str(theyear) + "
\n") if len(booksthisyear) > 0: bookindex.write("- \n")
for book in booksthisyear:
if book["author"] == "":
bookindex.write("
- " + book["title"] + " \n") else: - bookindex.write("
- " + book["author"] + ": " + book["title"] + " \n") + bookindex.write("
- " + book["author"] + " – " + book["title"] + " \n") bookindex.write("
+ " + str(workbooks) + " work-related books
\n")