frontengine-dev 0.0.63__py3-none-any.whl → 0.0.65__py3-none-any.whl

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.
@@ -1,11 +1,3 @@
1
- import sys
2
-
3
- from je_auto_control.utils.exception.exception_tags import windows_import_error
4
- from je_auto_control.utils.exception.exceptions import AutoControlException
5
-
6
- if sys.platform not in ["win32", "cygwin", "msys"]:
7
- raise AutoControlException(windows_import_error)
8
-
9
1
  import ctypes
10
2
 
11
3
 
@@ -2,6 +2,8 @@ import _thread
2
2
  import sys
3
3
  from threading import Thread
4
4
 
5
+ from PySide6.QtWidgets import QApplication
6
+
5
7
  from frontengine.utils.critical_exit.check_key_is_press import check_key_is_press
6
8
  from frontengine.utils.critical_exit.win32_vk import keyboard_keys_table
7
9
 
@@ -37,7 +39,7 @@ class CriticalExit(Thread):
37
39
  try:
38
40
  while True:
39
41
  if check_key_is_press(self._exit_check_key):
40
- _thread.interrupt_main()
42
+ QApplication.exit(0)
41
43
  except Exception as error:
42
44
  print(repr(error), file=sys.stderr)
43
45
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frontengine_dev
3
- Version: 0.0.63
3
+ Version: 0.0.65
4
4
  Summary: FrontEngine is BingGPT that can use-define front end or only use like screen saver
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
@@ -65,8 +65,8 @@ frontengine/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
65
65
  frontengine/utils/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
66
  frontengine/utils/browser/browser.py,sha256=BQBjJpbTubqruUvg75O21SUhawFdVhDmuYxtd_FN1Gs,85
67
67
  frontengine/utils/critical_exit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- frontengine/utils/critical_exit/check_key_is_press.py,sha256=HXoDeqtVV-bRq4kfCqOcHXvjg9Rd8gevGzpIsEbs5DE,594
69
- frontengine/utils/critical_exit/critical_exit.py,sha256=y55uiMIOsgJ6giCxiESwHz2MfhfMc4ZEUMQnyrhC3h8,1518
68
+ frontengine/utils/critical_exit/check_key_is_press.py,sha256=vqx_3-hWRT2_pjZ4NF_zlpYvzpXVKiBXePXWwjvJwO4,311
69
+ frontengine/utils/critical_exit/critical_exit.py,sha256=kCAI662jg3bdVGHu9frENRPgTO0VpGcOzc28D6fe-Ps,1560
70
70
  frontengine/utils/critical_exit/win32_vk.py,sha256=kczIp9le1TfN0rCWy_2-ecDRtCeRLSW0pEyOeCIcpCc,11132
71
71
  frontengine/utils/exception/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
72
72
  frontengine/utils/exception/exception_tags.py,sha256=V4R_RlNYX_zgAKU9I7NLimYic--oF-2qHDHCwpVYHcc,325
@@ -93,8 +93,8 @@ frontengine/utils/multi_language/simplified_chinese.py,sha256=wDnne4PiVA3eJ9Q4sx
93
93
  frontengine/utils/multi_language/traditional_chinese.py,sha256=SSE338u2Y_-N0fumIVeBBRhnvjizT92tQdYcOJiMSFM,6083
94
94
  frontengine/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
95
  frontengine/utils/redirect_manager/redirect_manager_class.py,sha256=zGJeVpjRU12MCnhVAdksAIhK_IhddI4cNKVb7DMgOZA,1888
96
- frontengine_dev-0.0.63.dist-info/LICENSE,sha256=b3VlPBXnrDylKGffOEOLWMgOX-yfd65XC7PA1_sox2o,1085
97
- frontengine_dev-0.0.63.dist-info/METADATA,sha256=DqXgBDAeHCI6J3TKD5HArYTq3csgRDcYEGIsvFoAxVM,2055
98
- frontengine_dev-0.0.63.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
99
- frontengine_dev-0.0.63.dist-info/top_level.txt,sha256=btCybScN_ubeQ8phsSDBB0T-HyHjqt7b-WPy61uTox0,12
100
- frontengine_dev-0.0.63.dist-info/RECORD,,
96
+ frontengine_dev-0.0.65.dist-info/LICENSE,sha256=b3VlPBXnrDylKGffOEOLWMgOX-yfd65XC7PA1_sox2o,1085
97
+ frontengine_dev-0.0.65.dist-info/METADATA,sha256=HdVEMczSvcydGKn4yMX_bvYQFVgHnTIsLghi_95JQTQ,2055
98
+ frontengine_dev-0.0.65.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
99
+ frontengine_dev-0.0.65.dist-info/top_level.txt,sha256=btCybScN_ubeQ8phsSDBB0T-HyHjqt7b-WPy61uTox0,12
100
+ frontengine_dev-0.0.65.dist-info/RECORD,,