GithubHelp home page GithubHelp logo

plumpmath / viaappianovel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ikarth/viaappianovel

0.0 1.0 0.0 10.67 MB

Via Appia Novel Generator for NaNoGenMo 2015

License: MIT License

Python 99.58% Batchfile 0.42%

viaappianovel's Introduction

Via Appia Novel

Via Appia Novel Generator for NaNoGenMo 2015

NaNoGenMo 20145

National Novel Generation Month Project 2015

NaNoGenMo 2015: It started as a joke on Twitter by Darius Kazemi and grew into an entire month of people creating novel-writing generators. This one is mine.

A thread about its development can be found here.

The final NaNoGenMo edition of the novel is here: Virgil's Commonplace Book

This project and my erat_viator twitterbot project are conceptually linked.

Previous projects

I've also done novel generators for all of the past NaNoGenMos:

For 2014, The Infinite Garden of One Thousand and One Stories

For 2013, Gutenberg Shuffle

About the generator

The book generator is a Python program that outputs a Markdown text file designed to be converted into PDF form via Pandoc.

pandoc output.markdown -S --normalize --toc \\
-o via_appia_test.pdf --latex-engine=xelatex \\
--template novel_template.latex \\
--variable otherlangs=polutonikogreek,greek \\
--variable lang="english" -V geometry:paperwidth=6in \\
-V geometry:paperheight=9in -V geometry:margin=.9in \\
-V fontfamily:"DejaVu Serif" -V linestretch:1.2 \\
-V documentclass=book

Requirements.txt specifies an overkill of libraries because I used the same virtual environment to develop three separate procedural generation projects this month. You probably don't need two separate twitter libraries and NLTK to run this. Probably.

License

Copyright © 2015 Isaac J. Karth

Distributed under the MIT License. See LICENSE for details.

viaappianovel's People

Contributors

hugovk avatar ikarth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.