Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 819 Bytes

File metadata and controls

41 lines (28 loc) · 819 Bytes

I am considering implementing a web version.

AtCoder Rating Graph

Compare AtCoder rating graph with others.

image

Installation

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

Usage

$ jupyter notebook
or 
$ jupyter lab

Change each name in users as you want.
Then run all cells.