Generation of Valorant Post-Game Stats.
Python >= 3.7. To download Python, follow these instructions.
Download or clone the repo:
git clone https://github.com/ranamerp/val-image-generator.git
python -m pip install -r requirements.txt
In src/valorant_manager.py
change Client(region="na")
to your region.
Valid regions are: na, eu, latam, br, ap, kr, pbe
python main.py
Colors and team names can be adjusted in the colors.json
file. Team A is first-half attackers, and Team B is second-half attackers.
Images are outputted in /output
with the file name being either output.png, or the matchid of the game.
Special thanks to colinhartigan, whose code makes up the majority of this project, and to Hendrik, who's API makes this code non-dependent on the in-game client.