Go to file
Dmytro Yeroshkin 8afddb7217 Template re-org
* Re-organized template structure
* Added default novel template
2022-02-02 21:51:04 +01:00
novel_compiler Template re-org 2022-02-02 21:51:04 +01:00
.gitignore Initial commit 2022-01-11 15:47:20 +00:00
LICENSE Updated Licence and Readme 2022-01-11 17:00:53 +01:00
MANIFEST.in Template re-org 2022-02-02 21:51:04 +01:00
README.md Updated Licence and Readme 2022-01-11 17:00:53 +01:00
setup.py updated markdown parsing and added scene breaks 2022-01-21 14:50:12 +01:00

README.md

novel-compiler

This is a simple python script that compiles a novel written in markdown into a Microsoft Word .docx file.

Dependencies: docxtpl, markdown, MarkdownPP, novel_stats. The first three can be installed using pip, and the last one is available at https://projects.torsion.org/witten/novel-stats.

Formatting:

# PROJECT TITLE
### AUTHOR NAME

## CHAPTER HEADING

Currently the only formatting supported is italics and bold (* and **).

A sample format is included in the distribution.

Supported arguments

  • -o [output.docx] or --output [output.docx] - the file to which the formatted novel is to be written
  • -t [template.docx] or --template [template.docx] - provide a template file
  • -s [settings.json] or --settings [settings.json] - provide a file with information to be filled into the template
  • -pp - use a preprocessor to enable multi-file novels
  • [markdown_file] - name of the novel source file