Minimap Skalierung. Fixes #1

This commit is contained in:
2020-11-09 19:27:19 +01:00
parent e4e91d5994
commit 7f731cb9fd
3 changed files with 65 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ Preparation
- pip install keyboard
- pip install pyautogui
- pip install opencv-python
- pip install pytesseract
Start
@@ -33,3 +34,4 @@ Interesting Links
- [Draw Image Example](http://effbot.org/imagingbook/imagedraw.htm)
- [AoE Hotykey editor](https://aokhotkeys.appspot.com/editor)
- [Structureing your python project](https://python-docs.readthedocs.io/en/latest/writing/structure.html)
- [Download Tesseract for Windows](https://github.com/UB-Mannheim/tesseract/wiki)