Skip to content

Personal DPS tracker for Destiny 2 using OpenCV and Tesseract

Notifications You must be signed in to change notification settings

Bodzio-2/Destiny-DPS-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destiny DPS Tracker

This program is still in early phase of development. If you would like to contribute fell free to create pull request or rise an issue. We will create a release when the basic functionality is achieved.

About the project

This project aims to create an application that would enable fire team to monitor live damage numbers during boss DPS phase.

How does it work

Right now we are testing a possibility recognize numbers from screen captures during live gameplay. We use OpenCV and Tesseract-OCR to find and recognize the numbers from frames.

Installation

  1. Create a virtual environment by executing following command inside cloned repository folder
python -m venv .
  1. To activate vent execute
source Scripts/activate
  1. Install all the nessesary libraries
pip install -r requirements.txt
  1. Execute the script like typical python file
python ./test.py

About

Personal DPS tracker for Destiny 2 using OpenCV and Tesseract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages