Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__/
*.py[cod]
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ As a person with dyslexia, I wanted a program to read text in video games aloud.
- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) must be installed and properly configured on your system.
- Note! When the program opens for the first time, it will guide you through how to install this.

### Python Dependencies

Install the required Python packages with:

```bash
pip install -r requirements.txt

## 🗣️ Adding More High-Quality Voices
Use the built-in Voice Manager to add different AI Voices.

Expand Down
Binary file removed gametextreader/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed gametextreader/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file removed gametextreader/__pycache__/constants.cpython-310.pyc
Binary file not shown.
Binary file removed gametextreader/__pycache__/constants.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed gametextreader/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file removed gametextreader/__pycache__/utils.cpython-312.pyc
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
keyboard
mouse
pyttsx3
pytesseract
requests
pywin32
Pillow
numpy
argostranslate
tkinterdnd2