mirror of
https://github.com/Xameren/CS2-evaluation.git
synced 2025-02-04 08:29:24 +01:00
Update README.md
This commit is contained in:
parent
cd3825996a
commit
e3aaae5833
1 changed files with 42 additions and 2 deletions
44
README.md
44
README.md
|
@ -1,2 +1,42 @@
|
||||||
# CS2-evaluation
|
# Xameren's CS2 evaluation script
|
||||||
A simple script that evaluates your matches from CS2 (You have to manually import data)
|
A simple script that evaluates your matches from CS2 (Note that you have to manually import data)
|
||||||
|
|
||||||
|
## 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/`](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](LICENSE) file for details.
|
||||||
|
|
Loading…
Add table
Reference in a new issue