Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

tomfoster70/dnd_python_parse

Repository files navigation

dnd_python_parse

Python script to parse the xml output files into the standard dnd pdf format for the andriod app "Fifth Edition Character Sheet"

https://play.google.com/store/apps/details?id=com.wgkammerer.testgui.basiccharactersheet.app&hl=en_GB

How to setup

  1. Install fdfgen
  2. Install pdftk

How to use

  1. Download this script
  2. Open app and export character xml to Googledrive
  3. Create a folder called "input" and copy the file into it (it will do all files in the input folder). It should look like this.
  • dnd_python_parse/
    • .gitignore
    • Character Sheet - Alternative - Form Fillable.pdf
    • DnD_5E_CharacterSheet - Form Fillable.pdf
    • LICENSE
    • README.md
    • output_pdf.py
    • test1.txt
    • input/
      • Character_from_app_file_1
      • Character_from_app_file_2
  1. double click output_pdf.py
  2. look in the "output" folder

TODO

  • Make even easier to use for people with no python knowledge

Known issues

  1. Alternative form dosn't do history properly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages