Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 646 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 646 Bytes

Rate Racing

これはなに?

AtCoderユーザーでBar Chart Race(たまにバズるランキンググラフ動画のアレ)を作る。

出力結果:https://x.com/BinomialSheep/status/1736769675399426505?s=20

使い方

準備

必要なライブラリ

pip install bar_chart_race 
pip install requests
pip install pandas

mp4出力に必要

ffmpegをダウンロードしてパスを通す

実行

コード上の以下の行を任意のユーザーたちに変える。

users = ["kemuniku", "aplysia", "BinomialSheep"]

参考

素敵な本家様