Created
December 8, 2019 16:07
-
-
Save Yaroster/919f150d54d8da5405000de5b511e23b to your computer and use it in GitHub Desktop.
How the updated weebanalyser v0.0.9+ algorythm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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