GameSentenceMiner 2.13.2__tar.gz → 2.13.2.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/configuration.py +1 -1
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/notification.py +7 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/PKG-INFO +1 -1
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/PKG-INFO +1 -1
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/pyproject.toml +1 -1
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ai/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ai/ai_prompting.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/anki.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon128.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon256.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon32.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon512.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon64.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/pickaxe.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/config_gui.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/gametext.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/gsm.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/en_us.json +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/ja_jp.json +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/zh_cn.json +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/obs.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/gsm_ocr_config.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/ocrconfig.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/owocr_area_selector.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/owocr_helper.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/ss_picker.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/__main__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/config.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/lens_betterproto.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/ocr.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/run.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/audio_offset_selector.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/communication/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/communication/send.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/communication/websocket.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/downloader/Untitled_json.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/downloader/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/downloader/download_tools.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/downloader/oneocr_dl.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/electron_config.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/ffmpeg.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/gsm_utils.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/model.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/package.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/ss_selector.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/text_log.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/window_transparency.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/vad.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/service.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/apple-touch-icon.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/favicon-96x96.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/favicon.ico +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/favicon.svg +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/site.webmanifest +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/style.css +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/web-app-manifest-192x192.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/web-app-manifest-512x512.png +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/templates/__init__.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/templates/index.html +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/templates/text_replacements.html +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/templates/utility.html +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/texthooking_page.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/wip/get_overlay_coords.py +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/SOURCES.txt +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/dependency_links.txt +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/entry_points.txt +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/requires.txt +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/top_level.txt +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/LICENSE +0 -0
- {gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/setup.cfg +0 -0
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/configuration.py
RENAMED
@@ -689,7 +689,7 @@ class Config:
|
|
689
689
|
configs: Dict[str, ProfileConfig] = field(default_factory=dict)
|
690
690
|
current_profile: str = DEFAULT_CONFIG
|
691
691
|
switch_to_default_if_not_found: bool = True
|
692
|
-
locale: Locale = Locale.English
|
692
|
+
locale: Locale = Locale.English.value
|
693
693
|
|
694
694
|
@classmethod
|
695
695
|
def new(cls):
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/notification.py
RENAMED
@@ -138,3 +138,10 @@ def send_error_no_anki_update():
|
|
138
138
|
message=f"Anki Card not updated, Check Console for Reason!",
|
139
139
|
timeout=5 # Notification disappears after 5 seconds
|
140
140
|
)
|
141
|
+
|
142
|
+
def send_error_notification(message):
|
143
|
+
send_notification(
|
144
|
+
title="Error",
|
145
|
+
message=message,
|
146
|
+
timeout=5 # Notification disappears after 5 seconds
|
147
|
+
)
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ai/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ai/ai_prompting.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon128.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon256.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon32.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon512.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/icon64.png
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/assets/pickaxe.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/en_us.json
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/ja_jp.json
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/locales/zh_cn.json
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/gsm_ocr_config.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/ocrconfig.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/owocr_helper.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/ocr/ss_picker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/config.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/ocr.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/owocr/owocr/run.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/ffmpeg.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/gsm_utils.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/package.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/ss_selector.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/util/text_log.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/service.py
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/favicon.ico
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/favicon.svg
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner/web/static/style.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/requires.txt
RENAMED
File without changes
|
{gamesentenceminer-2.13.2 → gamesentenceminer-2.13.2.post1}/GameSentenceMiner.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|