scarrrr316 / ggsheet

automatic generation of valorant esports post-game stats sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IF YOU ARE USING THIS FOR A TOURNAMENT, PLEASE PROVIDE CREDIT AS A LINK TO THIS REPO. THANKS!

Discord

ggsheet

automatic generation of valorant esports post-game stats sheets

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

Usage

Prerequisites

Python >= 3.7

1. Clone GitHub Repository

Download or clone the repo:

git clone https://github.com/colinhartigan/ggsheet.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

Images are outputted in /output with the file name being the match uuid

About

automatic generation of valorant esports post-game stats sheets


Languages

Language:Python 100.0%