https://github.com/tugrulcan/havhav
:bone: Python package to retrieve random facts about Dogs
https://github.com/tugrulcan/havhav
dogs-over-cats python-library python3-library
Last synced: 3 months ago
JSON representation
:bone: Python package to retrieve random facts about Dogs
- Host: GitHub
- URL: https://github.com/tugrulcan/havhav
- Owner: tugrulcan
- Created: 2022-06-13T17:22:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T18:06:30.000Z (5 months ago)
- Last Synced: 2025-06-23T19:24:51.700Z (5 months ago)
- Topics: dogs-over-cats, python-library, python3-library
- Language: Python
- Homepage: https://havhav.readthedocs.io
- Size: 120 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :bone: havhav
[](http://mypy-lang.org/)
[](https://codecov.io/gh/tugrulcan/havhav)
[](https://github.com/tugrulcan/havhav/actions/workflows/codeql-analysis.yml)
[](https://github.com/tugrulcan/havhav/actions/workflows/code-quality.yaml)
[](https://github.com/tugrulcan/havhav/actions/workflows/test.yaml)
[](https://havhav.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/tugrulcan/havhav/actions/workflows/release.yaml)
[](https://results.pre-commit.ci/latest/github/tugrulcan/havhav/main)
[](https://badge.fury.io/py/havhav)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Ftugrulcan%2Fhavhav?ref=badge_large)
## Installation
### Install using pip
Instructions for installing, for example command of package manager like
pip install havhav
Add reference on used package manager or other details so users unfamiliar with this programming language understand the context.
Note the `pip` refers to the Python 3 package manager. In environment where Python 2 is also available the correct command may be `pip3`.
If the installation instructions are very complex or only relevant to specific environments or use cases, consider creating a separate documentation and linking it here.
## Usage
```python
from havhav import get_dog_facts
print(get_dog_facts(number_of_facts=1))
>> ['Cerberus was the tri-headed dog that guarded the underworld in Greek mythology.']
```