|size| |language| |activity|
.. |size| image:: https://img.shields.io/github/repo-size/ordotools/ordotools?style=flat-square .. |language| image:: https://img.shields.io/github/languages/top/ordotools/ordotools?style=flat-square .. |activity| image:: https://img.shields.io/github/commit-activity/m/ordotools/ordotools?style=flat-square
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.
Warning: This package is in late alpha, and there are known inaccuracies.
.. code-block:: bash
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
.
.. code-block:: bash
python3 venv env source env/bin/activate pip3 install -r requirements.txt python3 run.py
See the Wiki <https://github.com/corei8/ordotools/wiki>
_ for project scope,
documentation, etc.