A simple app made using kivyMD that makes use of web scraping to get details about anime. Details are scrapped from: https://gogoanime.vc/
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
- Kivy==2.0.0
- beautifulsoup4==4.9.3
- bs4==0.0.1
- kivymd==0.104.2
- requests==2.25.1
- Web scraping with beautifulsoup and requests
- Using the refresh layout in kivymd
- packaging using buildozer