- What is ordotools?
- A Traditional Catholic Ordo and Calendar, written in Python.
- Where can I see what it does?
- Visit out test website at https://ordo.media.
- When can I use ordotools?
- Ordotools is still in development and is not yet ready for use.
Be aware that this package is in late alpha, and there are known bugs.
pip install ordotools
To see what this program can do, it is recommended to first clone the repository, install the requirements and then run the script run.py.
python3 venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 run.py
See the Wiki for project scope, documentation, etc.