Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.09 KB

pray-python

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.

Installation

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

Example

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