Skip to content

Generate Tetris 99-style graphs from game statistics

Notifications You must be signed in to change notification settings

bitbybyte/t99-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

t99-charts

Generate Tetris 99-style graphs from game statistics.

alt text

Requirements

  • Python 3.x
  • matplotlib
  • pandas

Usage

  • Adjust config in generate_graphs.py
  • Run using python generate_graphs.py stats.xls sheet_name

Expected Input

For a given sheet:

Rank KOs VIP
[1, 99] [0, 98] {"Y", NULL}

Miscellaneous

To add titles to a graph, use set_title() on the main axis for each figure:

ax3.set_title("星街すいせい", fontname="FOT-Comet Std", color="white", fontsize="24", pad=10)

About

Generate Tetris 99-style graphs from game statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages