This is the "Branch Shrine" version of the pray
package for python. The original R version of the package was created by YutoriSpine.
The goal of pray-python
is to display ASCII art of objects for prayer not only in python console but also in terminal by using pip.
This package currently includes a function to display a Shinto shrine as ASCII art, providing a unique and visually interesting way to bring symbolic representations to the console.
You can install the development version of pray-python
from GitHub with:
pip install git+https://github.com/skyblue-jpn/pray-python.git
or you can install via pipx:
pipx install git+https://github.com/skyblue-jpn/pray-python.git
This is a basic example which shows you how to solve a common problem:
from pray import shinto
# Display the Shinto shrine ASCII art in the console
shinto()
or you can use the command line interface:
shinto