Skip to content

skyblue-jpn/pray-python

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.0%
  • R 47.0%