CSGO Rank Finder is a Python GUI application based on PyQT-5.
The application can search rank of CSGO players.
- Download the latest single executable or zip from Releases.
- If using single executable -> simply open the file and use the application.
- If using single zip -> extract the zip, open the folder "CSGO Rank Finder" and run the "start.bat" file. It will open the application.
- Searches players ranks(current and best), show their No. of wins, KD, and HS%.
- Can exclude your friends and yourself from the search.
- Auto find ranks based on data copied to clipboard, before running the application.
- Auto copy ranks data in a table form to clipboard after a search is complete.
- Open CSGO console(`) and type "status".
- Copy the result of above command.
- Run "CSGO Rank Finder" [See installation].
- Paste the output using "Paste input" button and click "Search Ranks".[if using "Auto find ranks on start up" feature, you can skip this step]
- Wait for the application to find ranks, it will automatically show ranks in application.
- Click "Copy ranks to clipboard" to copy ranks in a table form and share it with friends.[if using "Auto copy result to clipboard" feature, you can skip this step]
- Enter friends steamID/steam64ID's to input box.
- Click "Add friends to blacklist" button.
- It will append the entered ID's to blacklist file("friends.txt").
- Don't forget to enable "Exclude friends from search" to exclude friends while searching ranks.
- The application will create "settings.cfg" file which saves user preferences.
- Do not overuse the application as it uses "csgostats.gg" website to scrape data, so your IP address might get banned if you overuse it.
- Tested on Windows 10 64bit and Python 3.9.5, executable made using auto-py-to-exe v2.13.
- csgo_rank_finder by Pankaj Yadav: Used for backend of the GUI.