A simple script that evaluates your matches from CS2 (You have to manually import data)
Find a file
2024-11-21 22:03:53 +01:00
dist Added v1.0.1 to /dist 2024-11-21 22:03:53 +01:00
CS2 rating.py Comments update 2024-11-20 22:44:14 +01:00
LICENSE Initial commit 2024-11-18 20:13:03 +01:00
README.md Update README.md 2024-11-18 21:01:55 +01:00
screenshot.png added files to repo 2024-11-18 20:17:20 +01:00

Xameren's CS2 evaluation script

A simple script that evaluates your matches from CS2 (Note that you have to manually import data) A screenshot of the script

Features

  • User profile
    • Displays player statistics like
    • Kills, Headshots, Assists, Deaths, and Damage
    • Calculations for averages per match and per round
    • Win-rate percentage and kill/death ratio (K/D)
    • My own rating for Kills, Headshots, Deaths and Assists and a total rating
  • Match tracking
    • Stores details about matches you have added
    • You can view the statistics of individual matches
    • You can add and remove individual matches

Installation

Pre-built binary (.exe)

You can either download this script by downloading it from the sidebar with the title of releases
or by going thru the following:

  1. Go to the dist/ folder

  2. Download the file CS2 rating.exe

  3. Double-click the file to run it

    • No installation of Python or any other additional dependencies are required

Running from source

  1. Clone the repository: git clone https://github.com/Xameren/CS2-evaluation.git

  2. Navigate to the project directory: cd CS2-evaluation

  3. Run the Python file: python "CS2 rating.py"

    • You will need to install Python

License

This project is licensed under the MIT License - see the LICENSE file for details.