Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 1012 Bytes

anime_mobileapp

A simple app made using kivyMD that makes use of web scraping to get details about anime. Details are scrapped from: https://gogoanime.vc/

Usage

Go to https://gogoanime.vc/ Search for the anime Open the anime page. Copy the anime URL, It should look something like: https://gogoanime.vc/category/name-of-anime for example: https://gogoanime.vc/category/tokyo-revengers

Requirements

  • Kivy==2.0.0
  • beautifulsoup4==4.9.3
  • bs4==0.0.1
  • kivymd==0.104.2
  • requests==2.25.1

What I learned

  • Web scraping with beautifulsoup and requests
  • Using the refresh layout in kivymd
  • packaging using buildozer

Interface

Screenshot (36)

Screenshot (38)

Screenshot (37)