frontengine 0.0.59__py3-none-any.whl → 0.0.60__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.
@@ -38,11 +38,17 @@ class SceneManagerUI(QWidget):
38
38
  language_wrapper.language_word_dict.get("Show on all screen")
39
39
  )
40
40
  self.show_on_all_screen_checkbox.clicked.connect(self.set_show_all_screen)
41
+ # Clear json button
42
+ self.clear_json_button = QPushButton(
43
+ language_wrapper.language_word_dict.get("scene_script_clear")
44
+ )
45
+ self.clear_json_button.clicked.connect(self.json_plaintext.clear)
41
46
  # Add to layout
42
47
  self.grid_layout.addWidget(self.json_plaintext, 0, 0, -1, -1)
43
48
  self.grid_layout.addWidget(self.read_scene_json_button, 1, 0)
44
49
  self.grid_layout.addWidget(self.write_scene_json_button, 1, 1)
45
50
  self.grid_layout.addWidget(self.show_on_all_screen_checkbox, 2, 0)
51
+ self.grid_layout.addWidget(self.clear_json_button, 2, 1)
46
52
  self.grid_layout.addWidget(self.start_button, 3, 0, 1, 0)
47
53
  self.setLayout(self.grid_layout)
48
54
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frontengine
3
- Version: 0.0.59
3
+ Version: 0.0.60
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
@@ -18,10 +18,7 @@ Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  Requires-Dist: PySide6
20
20
  Requires-Dist: qt-material
21
- Requires-Dist: re-edge-gpt
22
- Requires-Dist: pyttsx3
23
- Requires-Dist: SpeechRecognition
24
- Requires-Dist: PyAudio
21
+ Requires-Dist: je-auto-control
25
22
 
26
23
  [![Downloads](https://static.pepy.tech/badge/frontengine)](https://pepy.tech/project/frontengine)
27
24
 
@@ -41,7 +41,7 @@ frontengine/ui/page/gif/gif_setting_ui.py,sha256=HherbCmOJgO5TLXHt9sflTspmCQh1pv
41
41
  frontengine/ui/page/image/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  frontengine/ui/page/image/image_setting_ui.py,sha256=0in02Swq_qM-jZNevgoZe0QzjbnAl5L0ZMHOTHzQbrQ,6038
43
43
  frontengine/ui/page/scene_setting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- frontengine/ui/page/scene_setting/scene_manager.py,sha256=XrdIAWCxTDqrCXOiFCEOI6BSpD3nv3qSpkG7JFM9JD4,4675
44
+ frontengine/ui/page/scene_setting/scene_manager.py,sha256=3s7UlMbQVTyDZd725wdzDvXqeiunE1Q5UQj5hxWGhIs,4978
45
45
  frontengine/ui/page/scene_setting/scene_setting_ui.py,sha256=jc6BGKHJGmPbFxChyILW3BBU_EF1yT0l63OJNqJYWSM,2590
46
46
  frontengine/ui/page/scene_setting/scene_page/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  frontengine/ui/page/scene_setting/scene_page/gif.py,sha256=DS6HHx-SRtliWwr-KD8UpH6lxufeudyUVQgv41iMdE0,4436
@@ -91,8 +91,8 @@ frontengine/utils/multi_language/simplified_chinese.py,sha256=wDnne4PiVA3eJ9Q4sx
91
91
  frontengine/utils/multi_language/traditional_chinese.py,sha256=SSE338u2Y_-N0fumIVeBBRhnvjizT92tQdYcOJiMSFM,6083
92
92
  frontengine/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
93
  frontengine/utils/redirect_manager/redirect_manager_class.py,sha256=zGJeVpjRU12MCnhVAdksAIhK_IhddI4cNKVb7DMgOZA,1888
94
- frontengine-0.0.59.dist-info/LICENSE,sha256=b3VlPBXnrDylKGffOEOLWMgOX-yfd65XC7PA1_sox2o,1085
95
- frontengine-0.0.59.dist-info/METADATA,sha256=GVzhTfNihpFQPHZTWk7PjMfRiX_GVdzUHrrTJmNY2Z4,2161
96
- frontengine-0.0.59.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
97
- frontengine-0.0.59.dist-info/top_level.txt,sha256=btCybScN_ubeQ8phsSDBB0T-HyHjqt7b-WPy61uTox0,12
98
- frontengine-0.0.59.dist-info/RECORD,,
94
+ frontengine-0.0.60.dist-info/LICENSE,sha256=b3VlPBXnrDylKGffOEOLWMgOX-yfd65XC7PA1_sox2o,1085
95
+ frontengine-0.0.60.dist-info/METADATA,sha256=apVmDgn55dzPz-x4jtPs50095kxtPhN2StAY5hSWzoo,2083
96
+ frontengine-0.0.60.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
97
+ frontengine-0.0.60.dist-info/top_level.txt,sha256=btCybScN_ubeQ8phsSDBB0T-HyHjqt7b-WPy61uTox0,12
98
+ frontengine-0.0.60.dist-info/RECORD,,