Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.24 KB

Valorant Post-Game Image

Generation of Valorant Post-Game Stats.

b2ab433e-3ac4-46d3-bc8f-1c147b04de07

Usage

Prerequisites

Python >= 3.7. To download Python, follow these instructions.

1. Clone GitHub Repository

Download or clone the repo:

git clone https://github.com/ranamerp/val-image-generator.git

2. Install Python packages

python -m pip install -r requirements.txt

3. Set region

In src/valorant_manager.py change Client(region="na") to your region.

Valid regions are: na, eu, latam, br, ap, kr, pbe

4. Run

python main.py

5. Adjust colors.

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.