Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T21:25:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-18T08:07:24.114Z (2 months 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° )
----