This project is to take in battlescribe roster files and output them into easily printable sheets or cards since the current output is awful.
- Python 3.11+
poetry install
poetry shell
pytest
python -m venv .venv
activate with your preferred method
pip install -r requirements-dev.txt
pytest
To run application from python environment :
- from base directory
uvicorn src.main:app
### Icons
The icons are available on https://github.com/jermarchand/wh40k-icon/releases/tag/v0.2.0