Skip to content

A python program to convert screenplay written in Fountain markup language (http://http://fountain.io/) into XML, LaTeX or XML.

License

Notifications You must be signed in to change notification settings

jacopoprendin/aqueduct

Repository files navigation

Aqueduct

Aqueduct is a python program designed to convert screenplays written in Fountain markup language (http://fountain.io/) into XML, LaTeX or XML. Other Formats can be implemented creating new AqueductDrivers.

Usage

From command line

aqueduct.py <inputfile.funtain> <output format>

It will print on standard output result XML

Supported Formats

  • XML (format=xml)
  • LaTeX (format=latex)
  • HTML print-friendly (format=html)

Notes

Test as much you can. Report bugs. Aqueduct is free under GPL v3 license.

About

A python program to convert screenplay written in Fountain markup language (http://http://fountain.io/) into XML, LaTeX or XML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages