This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-09-24 18:07:50 +02:00
2017-10-15 11:31:29 +02:00
2017-10-19 13:20:44 +02:00
2017-10-19 22:05:32 +02:00
2017-10-19 22:05:32 +02:00
2017-09-24 18:07:50 +02:00

cardmaker

This is a simple cardmaker i made for our homebrew tabletop RPG. It is a simple webserver running locally, allowing you to make and manage your card deck. It uses sanic+uvloop to serve http, airspeed to render velocity templates and pyYAML to store and parse the cards.

dependencies:

This requires python 3.6 or newer, and could perhaps be reworked into working with python 3.5. The required python dependencies are listed in requirements.txt:

pip install -r requirements.txt

running the server

If you have a working install of entr, then you can start the server running:

./dev.sh

This will automatically restart the server any time you write any changes to it.

If can otherwise run the server using

python server.py

When the server is running, you should be able to access it at localhost:8000

Lisence

This is release under BSD 3-clause license, see the file LICENSE for more information

S
Description
A simple card maker for hombrew card games
Readme BSD-3-Clause 98 KiB
Languages
Python 74.9%
CSS 23.5%
JavaScript 1.1%
Shell 0.5%