Skip to main content

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

Import

import anipick

Usage

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

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

Project details


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.4.1.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

Anipick-1.4.1-py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page