types
Anime-Styled
Get hugging token : APIKEY HERE
# < class RyuzakiLib.types.anime.AnimeStyled >
from RyuzakiLib.types import AnimeStyled
code = AnimeStyled(apikey, input)
img = code.NowSendImage()
# logic code here
Waifu random
# import here
# < class RyuzakiLib.types.waifu.SendWaifuRandom >
code = SendWaifuRandom()
image_url = code.send_waifu_pics()
# logic code here
Last updated
Was this helpful?