Skip to content

A basic stats calculator for Valorant that calculates KAST, K/D/A, headshot percentage, etc.

Notifications You must be signed in to change notification settings

charlestian23/valorant-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Valorant Stats

This project started because I wanted to know my KAST metric for my ranked games in Valorant. The purpose for this project is primarily to brush up on Python (e.g. working with type annotations), practice working with virtual environments, and to have a bit of fun with data and statistics.

Technical Details

This project uses raimannma's Valorant API wrapper to get the data.

Note that at the time of this writing, the API currently does not provide data on ability casts per round (all of the values are None), so the KAST calculator does not account for corner cases where Sage's resurrection is involved. I will update this calculation at a future time when the API provides the necessary data.

About

A basic stats calculator for Valorant that calculates KAST, K/D/A, headshot percentage, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages