-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c47d53
commit 8e7062c
Showing
1 changed file
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
<!-- | ||
Copyright 2021 D4n13l3k00. | ||
SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
<div align='center'> | ||
|
||
# Anipics | ||
|
||
## Simple module for getting anime pictures | ||
|
||
### Installation: | ||
|
||
`pip install anipics` | ||
![PyPI - Downloads](https://img.shields.io/pypi/dm/anipics) | ||
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/anipics) | ||
![PyPI - Format](https://img.shields.io/pypi/format/anipics) | ||
|
||
### Usage: | ||
![GitHub License](https://img.shields.io/github/license/D4n13l3k00/anipics) | ||
![GitHub Release](https://img.shields.io/github/v/release/D4n13l3k00/anipics) | ||
|
||
Example of usage [here](/example.py) | ||
## 🖼 Simple module to get anime pictures | ||
|
||
</div> | ||
|
||
### 📥 Installation | ||
|
||
```shell | ||
# pip | ||
$ pip install anipics | ||
|
||
# poetry | ||
$ poetry add anipics | ||
``` | ||
|
||
### 🔑 Usage | ||
|
||
You can see an example of use [here](/examples/) | ||
|
||
### 📝 License | ||
|
||
This project is under [AGPL-3.0 license](/LICENSE) |