https://github.com/kfields/cowsay-django
Django app that uses cowsay to render text in a cow bubble
https://github.com/kfields/cowsay-django
cowsay django django-application
Last synced: 6 months ago
JSON representation
Django app that uses cowsay to render text in a cow bubble
- Host: GitHub
- URL: https://github.com/kfields/cowsay-django
- Owner: kfields
- License: mit
- Created: 2024-03-24T12:33:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T09:00:14.000Z (over 1 year ago)
- Last Synced: 2024-04-26T18:06:43.224Z (over 1 year ago)
- Topics: cowsay, django, django-application
- Language: Python
- Homepage: https://kfields.github.io/cowsay-django/
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/kfields/cowsay-django/actions/workflows/test.yml)
[](https://app.codecov.io/gh/kfields/cowsay-django)
[](https://pypi.org/project/cowsay-django/)
[](https://pypi.org/project/cowsay-django/)# Cowsay Django
Django app that uses cowsay to render text in a cow bubble
-----
**Table of Contents**
- [Cowsay Django](#cowsay-django)
- [Installation](#installation)
- [License](#license)## Installation
```console
pip install cowsay-django
```## License
`cowsay-django` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.