I am considering implementing a web version.
Compare AtCoder rating graph with others.
If you want to execute this repository, I strongrly recommend you to fork this repository at first.
Python >= 3.6 is required.
After you fork this repository.
$ git clone https://github.com/`your user name`/AtCoderRatingGraph.git
Or you can simply clone this repository, too.
$ git clone https://github.com/hiramekun/AtCoderRatingGraph.git
Then install requirements.
$ cd AtCoderRatingGraph
$ pip install -r requirements.txt
$ jupyter notebook
or
$ jupyter lab
Change each name in users
as you want.
Then run all cells.