Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trafitto/miao

Print a cat, a simple exercise to train me to create python packages
https://github.com/trafitto/miao

pip pypi pypi-packages python

Last synced: about 1 month ago
JSON representation

Print a cat, a simple exercise to train me to create python packages

Awesome Lists containing this project

README

        

Miao
=============================

Print a cat, a simple exercise to train me to create python packages

To use::

pip install miao

import miao
miao.Meow()

or:

from miao import Meow
Meow()

You can pass the name of the cat Meow("Bob")

----

The cat::

/\_/\
( °Y° )

----