Encyclopaedia Framework for Ren'Py
A plugin for the Ren'py Visual Novel engine
Simplifies creating an encyclopaedia, bestiary, glossary, or similar system.
Compatible Ren'Py Version: 6.99.12.3 and higher
Documentation
Documentation is available at http://renpy-encyclopaedia.readthedocs.io/en/latest/index.html.
Development
Requirements: tox
Tox is used for managing the test environments.
Running the unit tests
The unit tests can be run in any of the follow envs: py27, py36, py37
tox -e {env}
Running the code linter
tox -e flake8
Building the distribution file
tox -e build