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())
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.4.0.tar.gz
(10.5 kB
view hashes)
Built Distribution
Anipick-1.4.0-py3-none-any.whl
(12.7 kB
view hashes)