808ab57ea9688fcea33ab0ea3779949d581b548a
ptoos-xray
Script that annotates the Pokemon: the Origin of the Species e-book with links to descriptions and pictures of the Pokemon within the e-book itself.
It works with the epub that you can download from Daystar Eld's Patreon.
Usage
pip install --user pipenv
pipenv install
pipenv shell
python ptoos-xray.py "DaystarEld - Pokemon The Origin of Species.epub"
Run tests
pipenv install --dev
pipenv run pytest
Credits
Full credit for the Pokemon names, images, and descriptions goes to Bulbapedia under Attribution-NonCommercial-ShareAlike 2.5.
Description
Script that annotates Pokemon: the Origin of the Species epub with links to descriptions of the Pokemon.
Languages
Python
100%