Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPav123 authored Sep 30, 2023
1 parent 77c572b commit ac41af5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Valorant matches data to Google Sheets and CSV

Usage:
## Usage:

1. Download the latest release of this project and unzip it.
2. Download Tesseract OCR from the following link and install it on your computer, taking note of the location it is installed to: https://github.com/UB-Mannheim/tesseract/wiki.
Expand All @@ -9,3 +9,8 @@ Usage:
5. In the ***config.json*** file change the ***Tesseract OCR Path*** parameter to the location of Tesseract OCR noted earlier.
6. Place a ***credentials.json*** file containing google sheets api key in the ***files*** folder. The first time the program is run it will prompt for a login.
7. To run the program put up to three screenshots of the Valorant end game screen in the ***screenshots*** folder and name them game1.png, game2.png, and game3.png. Run ***stats_to_GS.exe*** by double-clicking on it or through the terminal to if debug information is desired. The information extracted will be uploaded to the specified spreadsheet and exported to CSV files in the ***CSV*** folder.

## Notes:
- Non english characters will not be detected properly and will need to be manually inputted.
- Characters may not be detected properly due to missing images or lack of image data.
- If a CSV file is open when the program attemps to write to it, the program will crash.

0 comments on commit ac41af5

Please sign in to comment.