{"id":22400480,"url":"https://github.com/christofsteel/pyspellbook","last_synced_at":"2025-07-31T14:32:51.665Z","repository":{"id":62583669,"uuid":"41892382","full_name":"christofsteel/pySpellbook","owner":"christofsteel","description":"A PDF spellbook creation utility for d20 like games in python","archived":false,"fork":false,"pushed_at":"2016-04-11T21:38:00.000Z","size":2248,"stargazers_count":4,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T23:03:24.551Z","etag":null,"topics":["d20","pathfinder","pdf","python","rpg","spellbook"],"latest_commit_sha":null,"homepage":"https://christofsteel.github.io/pySpellbook","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christofsteel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-04T01:35:19.000Z","updated_at":"2019-04-11T07:42:59.000Z","dependencies_parsed_at":"2022-11-03T21:50:34.930Z","dependency_job_id":null,"html_url":"https://github.com/christofsteel/pySpellbook","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christofsteel%2FpySpellbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christofsteel%2FpySpellbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christofsteel%2FpySpellbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christofsteel%2FpySpellbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christofsteel","download_url":"https://codeload.github.com/christofsteel/pySpellbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228257853,"owners_count":17892652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d20","pathfinder","pdf","python","rpg","spellbook"],"created_at":"2024-12-05T08:13:08.898Z","updated_at":"2024-12-05T08:13:09.597Z","avatar_url":"https://github.com/christofsteel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pySpellbook\nA PDF spellbook creation utility in python\n\n## What is it?\nDo you play a spellcaster in a d20 like game? Chances are, that you do \nnot know all your spells and effects by heart. This software lets you \nbrowse, filter and organize your spells and choose a selection of spells\nto generate a pdf version of the spellbook for printing and looking awesome\nat the table.\n\n## Previews\n\n| \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-0.png\" height=250px/\u003e | \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-1.png\" height=250px/\u003e | \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-2.png\" height=250px/\u003e |\n|---|---|---|\n| \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-6.png\" height=250px/\u003e | \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-7.png\" height=250px/\u003e | \u003cimg src=\"https://christofsteel.github.io/pySpellbook/images/all/allplay-8.png\" height=250px/\u003e |\n\n## How to install?\n### Windows\nDownload the current release from [Releases] (https://github.com/christofsteel/pySpellbook/releases)\n\n### Mac OSX\nDownload the current release from [Releases] (https://github.com/christofsteel/pySpellbook/releases)\n\n### Linux (Ubuntu/Debian)\nSee https://launchpad.net/~christofsteel/+archive/ubuntu/pyspellbook for instructions \non how to add the PPA to your system. Debian users can pick any release, they contain \nthe same files anyway.\n\n### Linux (Archlinux)\nYou can install `pyspellbook` from the [AUR] (http://aur.archlinux.org)\n\n### Linux (Other)\nIf you are on linux and have python 3 and pip installed, then install it\nvia\n\n\tpip install pySpellbook\n\nthis will fetch all python dependencies and install the binary pySpellbook.\n\n## Prince\n\npySpellbook uses Prince to render the pdf output. Unfortunately Prince  is\nnot open source software, but free for personal use. \n\nThe first run wizard should install Prince on your system, but you can decide\nto install it manually from http://www.princexml.com.\n\nIf you do not want to use Prince, you can use an internal renderer or \nprint the intermediate html with your favourite browser (Firefox recommended),\nbut those have serious drawbacks in terms of support for printed media css.\n\n## How to add spells?\nEither by [hand] (https://github.com/christofsteel/pySpellbook/wiki/generateDatasets), or import a dataset through the wizard or download it here:\n\n* PRD [Download] (https://christofsteel.github.io/pySpellbook/datasets/pfrpg-20150914.json)\n* DPRD \\[German\\] [Download] (https://christofsteel.github.io/pySpellbook/datasets/pfrpg_ger-20150914.json)\n* D20SRD [Download] (https://christofsteel.github.io/pySpellbook/datasets/d20srd-20150928.json)\n\n## Licenses\nThe text of every license can be found under LICENSES.\n * PySpellbook (c) 2015 Christoph Stahl is licensed under the [Apache 2.0 license] (https://christofsteel.github.io/pySpellbook/LICENSE.txt).\n * Feather and Quill from the PySpellbook icon (c) Adrian Park, from The Noun Project are licensed under [CC BY 3.0] (https://christofsteel.github.io/pySpellbook/LICENSES/cc-by-3.0.txt).\n * The font \"Humanitic\" (c) 1998 by George Williams is licensed under the [SIL Open Font License] (https://christofsteel.github.io/pySpellbook/LICENSES/SIL%20Open%20Font%20Lincense.txt).\n * Floral Decorations (http://www.freevector.com/floral-decoration-graphics/) (c) artshare.ru licensed under [CC BY 3.0] (https://christofsteel.github.io/pySpellbook/LICENSES/cc-by-3.0.txt).\n * Free Vector Ornaments (c) http://www.vectorian.net with permission to use without limitations\n * The \"Pathfinder PRD\" (c) 2002-2015 Paizo, Inc. is licensed under the [Open Game License 1.0a] (https://christofsteel.github.io/pySpellbook/LICENSES/Open%20Game%20License%201.0a.txt).\n\nSince the windows binary builds also include the libraries used:\n * Python 3.4 (c) 2001-2015 Python Software Foundation is licensed under the [PSF License] (https://christofsteel.github.io/pySpellbook/LICENSES/psf-license.txt).\n * PySide and Qt (c) 2015 The Qt Company are licensed under the [LGPL 2.1] (https://christofsteel.github.io/pySpellbook/LICENSES/lgpl-2.1.txt).\n * Appdirs (c) 2010 ActiveState Software Inc. is licensed under the [MIT License] (https://christofsteel.github.io/pySpellbook/LICENSES/mit.txt).\n * SQLAlchemy (c) 2005-2015 the SQLAlchemy authors and contributors is licensed under the [MIT License] (https://christofsteel.github.io/pySpellbook/LICENSES/mit.txt).\n * Jinja2 (c) 2009 by the Jinja Team is licensed under the [BSD License] (https://christofsteel.github.io/pySpellbook/LICENSES/bsd.txt).\n * Weasyprint (c) 2011-2014 by Simon Sapin and contributors is licensed under the [BSD License] (https://christofsteel.github.io/pySpellbook/LICENSES/bsd.txt).\n * PyQuery (C) 2008 - Olivier Lauzanne is licensed under the [BSD License] (https://christofsteel.github.io/pySpellbook/LICENSES/bsd.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristofsteel%2Fpyspellbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristofsteel%2Fpyspellbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristofsteel%2Fpyspellbook/lists"}