Skip to content

Commit

Permalink
update readme and config version
Browse files Browse the repository at this point in the history
  • Loading branch information
gogodr committed Jun 7, 2022
1 parent efc8a76 commit f5b1b49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## LostArk Market Watcher
This app listens to the screenshot folder for new files.
Starting on the version 0.3.0 this app needs to be launched through the [Lost Ark Market Launcher](https://github.com/gogodr/LostArk-Market-Launcher)
This app is meant to be launched through the [Lost Ark Market Launcher](https://github.com/gogodr/LostArk-Market-Launcher)
Each new file is scanned and if the market window is detected in the picture then the image is segmented.
Each segment then is parsed usin Tesseract OCR and classified
The information then is collected and published to the LostArk Marketplace firestore database.

In order to contribute to the LostArk Marketplace database, the contributor must be authenticated and aproved.

### Dependencies
### App Dependencies
- TesseractOCR ( A compiled version for Windows x64 is included in this repository )
- PyTesseract `pip install pytesseract`
- OpenCV `pip install opencv-python`
Expand All @@ -20,10 +20,19 @@ In order to contribute to the LostArk Marketplace database, the contributor must
- lxml `pip install lxml`
- pycaw `pip install pycaw`

### Compilation Dependencies
- PyInstaller `pip install PyInstaller`
- pyinstaller-versionfile `pip install pyinstaller-versionfile`

### Assets
Audio files from [MixKit](https://mixkit.co/)

### Changelog
### 0.8.6.1
- New compilation script
- Added metadata to the app file
- New versioning structure

### 0.8.5
- Add T3 Books compatibility

Expand Down
2 changes: 1 addition & 1 deletion modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class Config(metaclass=Singleton):
version = "0.9.0.0"
version = "0.8.6.1"
region: str
game_region: str
debug = False
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ watchdog
python-slugify
thefuzz[speedup]
lxml
pycaw
pycaw
PyInstaller
pyinstaller-versionfile

0 comments on commit f5b1b49

Please sign in to comment.