This Python program extracts Steam IDs from the "status" command and opens CS:GO player stats on scope.gg for each ID.
You can install the program here
Or you can build it yourself
- Go into a Match of CS:GO.
- Type
status
into the console. - Copy the Output which ends with
#end
. - Run the Program.
This program performs the following tasks:
- Extracts Steam IDs from given "status" data.
- Converts extracted Steam IDs to SteamID64 format.
- Opens a web browser for each SteamID64, displaying CS:GO player statistics on scope.gg.
To build and run this program on your own system, follow these steps:
- Clone this Repo or Download the RankChecker.py File.
- Install the Requirements by typing
pip install -r requirements.txt
. - Build the Program by typing `pyinstaller.exe --onefile RankChecker.py.
- The EXE should be located in a new folder called dist.