Anime module for search Anime, Manga, Quote info
Project description
anpick
anime and manga module to get infomations from myanimelist
Instalation
Terminal
python3 -m pip install -U anipick
CMD
pip install anipick
Usage From Command Line(Incomplete Because Im So Lazy)
anipick --help/-h
Import
import anipick
Usage Manual With Python File(Complete)
Get Anime Info
anime = anipick.Animegraphy('bofuri')
print(f'name: {anime.title}', f'description: {anime.synopsis}', sep='\n')
Get Manga info
manga = anipick.Mangaography('bofuri')
print(f'name: {manga.name}', f'description: {manga.synopsis}', sep='\n')
Get Anime lyrics
lyric = anipick.Lyricspedia('ending konosuba')
print(lyrics.lyrics_romaji)
Get Anime Image and Gif
pict = anipick.Animages()
print(pict.baka())
Get Genshinchar
char = anipick.Genshinchar
print(char('description').ayaka)
Get Character info
character = anipick.Charapedia('tanaka-kun')
print(f'name: {character.name}', f'about: {character.about}', f'anime refences: {character.anime}', sep='\n')
Get Random Quotes From Anime
quote = anipick.Quotenime()
print(quote.quote)
Get Season Anime Recomend
#### Seasonal() is default now datetime
recommend = anipick.Seasonal(limit='3', years=2021, season='summer')
print(recommend.name)
ENDPOINTS
ANIME
============
anipick.Animegraphy
title
anime_url
images_url
type
adaptation_type
aired
rated
rank
adaptation
adaptation_name
background
broadcast
duration
op_song
ed_song
eps
favorite
genre() -> list
mal_id
nsfw_scan() -> bool
premiered
popularity
producers
recommend() -> list
score
sequel
sequel_url
source
status
studio() -> list
synopsis
trailer_url
==============
MANGA
===============
aird
get aired info
author -> list
get all author
chapter
get chapter info
favorite
get favorite
genre -> list
get all genre
image_url
get image url
is_publishing() -> bool
get publishing (True or False)
manga_id
get manga id
manga_url
get manga url
member
get member
name
get manga name
name_en
get manga en ver name
name_jp
get manga jp ver name
popularity
get popularity
ranking
get ranking
related -> list
get related
score
get scrore
serialization -> list
get all serialization
synopsis
get synopsis
status
get manga status
type
get manga type
volume
get volume
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Anipick-1.7.0.tar.gz
(14.4 kB
view details)
Built Distribution
Anipick-1.7.0-py3-none-any.whl
(16.8 kB
view details)
File details
Details for the file Anipick-1.7.0.tar.gz
.
File metadata
- Download URL: Anipick-1.7.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c5faa8d0a495c90457819e1faba8a48a092195b0f013c1b809c577d3afb263 |
|
MD5 | e6e441c1ef273c6d24cf60ef923a9424 |
|
BLAKE2b-256 | 475ba3f14ddf9e4946333c31db027903d527d441fbf1c56f0217e45941211a79 |
File details
Details for the file Anipick-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: Anipick-1.7.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ec4860385fdd76f9738ee2561e1ad4ac73a05d9741ad67c831429bc84abde13 |
|
MD5 | 87c6ad2878ac566769b2d33d0e7cbcdc |
|
BLAKE2b-256 | 52b6809d29b22dee1dccdb9866aecdf71abd4f71849428eb415afa6b54d3cd79 |