Metadata-Version: 2.4
Name: random-fox-image
Version: 0.1.1
Summary: A simple library to get random fox images 🦊
Author-email: What-XD <101012824+What-XD@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/What-XD/random-fox-image
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

![Fox](https://randomfox.ca/images/93.jpg)

# Random Fox Image
Api by [RandomFox](https://randomfox.ca/)

#### get_random_fox_url

```python
import random_fox_image
url = random_fox_image.get_random_fox_url()
print(f'Fox image url -> {url}')
```

#### download_random_fox

```python
import random_fox_image
path = random_fox_image.download_random_fox("fox.jpg")
print(f'Fox image path -> {path}')
```
