Skip to main content

The famous cowsay for GNU/Linux is now available for python

Project description

Cowsay

A python API/console script for the famous cowsay-linux.

cowsay for GNU/Linux was initially written in perl by Tony Monroe (tony@nog.net), with suggestions from Shannon Appel (appel@CSUA.Berkeley.EDU) and contributions from Anthony Polito (aspolito@CSUA.Berkeley.EDU).

For python by Vaasu Devan S <vaasuceg.96@gmail.com>

Github Url https://www.github.com/VaasuDevanS

Installation

>>> python -m pip install cowsay
>>> python3 -m pip install cowsay

Importing the Package

>>> import cowsay

Basic Information

Original Author—> Tony Monroe (tony@nog.net) # Thanks to him… !

For Python —> Vaasu Devan S

Email —> vaasuceg.96@gmail.com

__version__ —> 1.0

Available Characters for python are:

[‘beavis’, ‘cheese’, ‘daemon’, ‘cow’, ‘dragon’, ‘ghostbusters’, ‘kitty’, ‘meow’, ‘milk’, ‘stegosaurus’, ‘stimpy’, ‘turkey’, ‘turtle’, ‘tux’]

syntax:-

>>> import cowsay
>>> cowsay.<character-name>(text-message)

(or)

>>> from cowsay import *
>>> <character-name>(text-message)

Example:-

>>> import cowsay
>>> cowsay.tux("Python is fun")

This will bring the tux character and will say the message passed as arguments.

cowsay.chars contains all the function names.

cowsay.char_names contains all the character names as strings.

cowsay.about() will display the basic info on how to use this module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cowsay-1.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page