A set of Python scripts (and now a Web app too!) to help players of the mobile rhythm game "Love Live School Idol Festival"
Find a file
2015-10-12 04:08:56 -07:00
cardlevelcalc.py Add "what level will you get if you feed it X exp" mode 2015-10-12 04:03:04 -07:00
eventcalc.py Initial commit 2015-10-12 01:29:30 -07:00
rankcalc.py Add rank EXP calculator 2015-10-12 02:47:54 -07:00
README.md Add beginnings of a README 2015-10-12 04:08:56 -07:00

SIF Tools

A set of Pythons script to help players of Love Live School Idol Festival
By Donald Burr dburr@DonaldBurr.com

What is this?

This is a set of Python scripts to help players who play the mobile rhythm game Love Live School Idol Festival. Love Live School Idol Festival (SIF) is a free-to-play (with in-app purchases) rhythm and card collection game available for iOS and Android and is based on the Love Live! media franchise.

How do I use it?

You will need the Python scripting language installed on your machine.

If you are on a Mac or a Linux machine, you almost certainly already have this. To check, run the command python -V at a shell prompt. If you get back something like Python 2.7.10 then you do. If instead you see command not found then you will need to install Python. For Linux users, it is probably available in your distribution's package manager; for RedHat based systems (RedHat, CentOS, Fedora) try sudo yum install python and for Debian based distros (Debian, Ubuntu, Mint) try sudo apt-get install python. Mac users can install Python using Homebrew; once Homebrew is installed, issue the command brew install python If you are on a Windows computer, you can download Python for Windows from the Python website.