Skip to content

coretl/skeleton-says

Repository files navigation

skeleton-says

Code CI Docs CI Test Coverage Latest PyPI version Apache License

A talking skeleton, just what everyone needs. It exists to illustrate the principles of dls-python3-skeleton in story form. Look through the git commit history to see the evolution of the ideas.

PyPI pip install skeleton-says
Source code https://github.com/thomascobb/skeleton-says
Documentation https://thomascobb.github.io/skeleton-says
Releases https://github.com/thomascobb/skeleton-says/releases

Primarily useful from the commandline:

$ skeleton-says Hello

 -------
( Hello )
 -------
  \
   \  .-.
    \(o.o)
      |=|
     __|__
   //.=|=.\\
  // .=|=. \\
  \\ .=|=. //
   \\(_=_)//
    (:| |:)
     || ||
     () ()
     || ||
     || ||
l42 ==' '==

Although it can also be embedded into an application.

from skeleton_says.say import say

art = say("Hello")

See https://thomascobb.github.io/skeleton-says for more detailed documentation.