Linux Candy

Linux Candy: ponysay – cowsay reimplemention for ponies

Last Updated on May 25, 2022

Who loves eye candy? Don’t be shy — you can raise both hands!!

Linux Candy is a new series of articles covering interesting eye candy software. We’re only going to feature open-source software in this series.

You might have heard of cowsay, software that generates ASCII pictures of a cow with a message. cowsay isn’t limited to cow depictions, it also shows other animals, including Tux the Penguin.

Less well known is ponysay, a wonderful alternative to cowsay. It’s a rewrite of cowsay with lots of full-color characters from My Little Pony. There’s over 400 characters and character combinations. While cowsay is written in Perl, ponysay is developed in Python.

Installation

To install ponysay, check out the project’s README. There’s different ways to install it on your system. You can clone the project’s source code and install it. Alternatively, you can install a package assuming one is available for your distro. For example, there’s a package in the official repositories in Arch Linux. To clone the project and install.

$ git clone https://github.com/erkin/ponysay.git
$ cd ponysay
$ sudo ./setup.py --freedom=partial install

Next page: Page 2 – In Operation

Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation
Page 3 – Other Features
Page 4 – Summary

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments