/podsay-py

Native python implementation of podsay

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

# podsay
This is a Python implementation (though not a faithful port) of [https://github.com/kevinschaul/yosay](https://github.com/kevinschaul/yosay).

# Installation
`pip install podsay`

# Usage

	from podsay.podsay import podsay
	podsay("Hello, world!")

# License

podsay-py is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

podsay-py is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.