Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcn/cowsay-py
Native python implementation of cowsay
https://github.com/jcn/cowsay-py
Last synced: 25 days ago
JSON representation
Native python implementation of cowsay
- Host: GitHub
- URL: https://github.com/jcn/cowsay-py
- Owner: jcn
- License: lgpl-3.0
- Created: 2011-04-02T19:06:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T11:46:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T14:12:21.926Z (4 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 60
- Watchers: 6
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# cowsay-py
cowsay-py is a python implementation of the cowsay program by Tony Monroe: http://www.nog.net/~tony/warez/cowsay.shtml
## Authors
* Copyright © 2011 Jesse Chan-Norris ([email protected])
* Modified 2018 Randall Kahler ([email protected])## LICENSE
cowsay-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.cowsay-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 .