Table of Contents
Ever wondered how many Boosters you currently have, how much you’ve collected over time, how many variants of the card you have, and how many Infinity Splits you’ve done? Reddit user u/ohkaycue has written a Python script that allows us to generate a CSV file to show us exactly that! Note that this is for PC users (Steam client) only.
How It Works
First, download the script from GitHub and Python to run it. It will then create a .csv file at the same location as the .py file.
The stats will be from the last time the game was ran through Steam: Open the game first and then run it.
The CSV file will contain how many Boosters you currently have, how much lifetime Boosters you’ve obtained, how many variants you have (excluding Base Card), and how many Infinity Splits you’ve done for the card. You can then use Excel (or similar software like Google Sheets) to do the sorting.
The script opens one of the JSON game files, parses the data, and creates a CSV from that parsed data – and nothing else.
You should see something like this if done correctly:

Source
Wrap Up
How many games of Marvel Snap have you played? Share us some of your stats in the comments below!







More Content