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
- Host: GitHub
- URL: https://github.com/trafitto/miao
- Owner: Trafitto
- Created: 2018-01-04T09:52:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T21:25:01.000Z (over 6 years ago)
- Last Synced: 2025-01-19T10:32:54.763Z (over 1 year ago)
- Topics: pip, pypi, pypi-packages, python
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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° )
----