Skip to content

Instantly share code, notes, and snippets.

@Yaroster
Created December 8, 2019 16:07
Show Gist options
  • Save Yaroster/919f150d54d8da5405000de5b511e23b to your computer and use it in GitHub Desktop.
Save Yaroster/919f150d54d8da5405000de5b511e23b to your computer and use it in GitHub Desktop.
How the updated weebanalyser v0.0.9+ algorythm
# weebanalyser-mac
## Made for MyAnimeList and Kitsu users !
The four parameters of your XML file (manga_reading, manga_completed, manga_reading and manga_dropped) or (anime_watching, anime_dropped, anime_planned and anime_completed)
create respectivly manga_total and anime_total
Your "weebpercentage" is then calculated using the following formulas:
weebpercentage = (manga_completed*100+manga_planned*manga_reading)/(manga_total - manga_dropped)
or weebpercentage = (anime_completed*100+anime_planned*anime_watching)/anime_total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment