Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T09:00:14.000Z (8 months ago)
- Last Synced: 2024-04-26T18:06:43.224Z (7 months 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
[![Tests](https://img.shields.io/github/actions/workflow/status/kfields/cowsay-django/test.yml?label=Tests&style=for-the-badge)](https://github.com/kfields/cowsay-django/actions/workflows/test.yml)
[![Codecov](https://img.shields.io/codecov/c/github/kfields/cowsay-django?style=for-the-badge)](https://app.codecov.io/gh/kfields/cowsay-django)
[![PyPI](https://img.shields.io/pypi/v/cowsay-django.svg?style=for-the-badge&logo=appveyor)](https://pypi.org/project/cowsay-django/)
[![Python versions](https://img.shields.io/pypi/pyversions/cowsay-django?style=social)](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.