Skip to content

GiPyoK/ROK-Player-Stat-Aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROK-Player-Stat-Aggregator

This program automates the process collecting in-game statistics of top 300 players in the kingdom.

Description

This program goes through top 300 players and take screenshots of their statistics page. Then, OCR is performed on those screenshots and saves the data in a spread sheet. It saves hours of manual typing to just 30 minutes.

Example Screenshots

The program takes two screenshots per player like the below images.

Player Stat Screenshot1

Player Stat Screenshot2

OCR is performed on above images, and useful data are exported in xlsx format.

Final Output

Dependencies

  • PyAutoGUI - Controls the mouse to navigate through top 300 players' statistic pages
  • OpenCV - Enhances image for better OCR accuracy
  • PyTesseract - Converts image to string data
  • OpenPyXL - Saves and formats the string data in xlsx format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages