tdrpa.tdworker 1.1.9.4__py310-none-win_amd64.whl → 1.1.10.3__py310-none-win_amd64.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.
@@ -2,6 +2,7 @@ from ._clip import Clipboard as Clipboard
2
2
  from ._excel import Excel as Excel
3
3
  from ._img import Image as Image
4
4
  from ._os import App as App
5
+ from ._sp import PrintToScreen as PrintToScreen
5
6
  from ._w import Window as Window
6
7
  from ._web import ChromePlugin as ChromePlugin, Web as Web
7
8
  from ._winE import WinElement as WinElement
tdrpa/tdworker/_sp.pyi ADDED
@@ -0,0 +1,21 @@
1
+ class PrintToScreen:
2
+ @staticmethod
3
+ def DrawText(msg: str = '', showSec: int = 0) -> None:
4
+ '''
5
+ 绘制屏幕中央正上方显示的红字
6
+
7
+ PrintToScreen.DrawText(\'开始工作\', showSec=0)
8
+
9
+ :param msg:[可选参数]文字内容,默认为""
10
+ :param showSec:[可选参数]显示秒数。0:一直显示到程序结束,大于0:显示的时间,单位是秒
11
+ :return:无
12
+ '''
13
+ @staticmethod
14
+ def CleanText() -> None:
15
+ """
16
+ 清除屏幕中央正上方显示的红字
17
+
18
+ PrintToScreen.CleanText()
19
+
20
+ :return:无
21
+ """
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tdrpa.tdworker
3
- Version: 1.1.9.4
3
+ Version: 1.1.10.3
4
4
  Summary: tdworker for tdrpa developers. supports python3.8+, windows x64
5
5
  Home-page: https://gitee.com/tdworker/command/wikis/pages
6
6
  Author: vx:RPA_CREATOR
@@ -21,6 +21,8 @@ Requires-Dist: opencv-python
21
21
  Requires-Dist: numpy
22
22
  Requires-Dist: pyzmq
23
23
  Requires-Dist: pillow
24
+ Requires-Dist: netifaces
25
+ Requires-Dist: requests
24
26
 
25
27
  tdworker for rpa developers. supports python3.8+, windows x64
26
28
 
@@ -1,4 +1,4 @@
1
- tdrpa/tdworker.cp310-win_amd64.pyd,sha256=KX_veyNdIhqQjvZ2lH5J-IACyatzsY_6ZPhalpDmoJU,3051008
1
+ tdrpa/tdworker.cp310-win_amd64.pyd,sha256=aIjRQvV2J9MgT1VHGYGSnhBNIGi-411hI2gSE-y4jws,3147776
2
2
  tdrpa/_tdxlwings/__init__.py,sha256=mxmqGWQ7xFb6e1GqkKEBfMQtZ8YyO4kAcPOvcJnD_2k,4424
3
3
  tdrpa/_tdxlwings/_win32patch.py,sha256=_IxTfvj663osTXh8b1S-A_N4PthS9gEWFLjpY4V0iUA,3443
4
4
  tdrpa/_tdxlwings/_xlmac.py,sha256=23OusKchbqglFi1s909tbB9fIwoFj6Yny4GiYrsnx5s,68521
@@ -82,17 +82,18 @@ tdrpa/_tdxlwings/quickstart_fastapi/requirements.txt,sha256=y3pL1maFFVyROPGnd2YD
82
82
  tdrpa/_tdxlwings/rest/__init__.py,sha256=Dk7m0qKA9yIswBm_66Vw1MHmiiYRmqZ3egAUIMjUjts,41
83
83
  tdrpa/_tdxlwings/rest/api.py,sha256=yfv1VkTpjQOzxLh4aMnZQsh8wTRHg34KkyipKDa_w4g,12885
84
84
  tdrpa/_tdxlwings/rest/serializers.py,sha256=ztMzL_EgbhAb3rSbfWFE2A9uyOykoZbkSoDHPeKXzGg,2885
85
- tdrpa/tdworker/__init__.pyi,sha256=hPlEd8Gx7R5cfwfoET9jc5H0GYwBGIRUkbZfxY_xtrY,367
85
+ tdrpa/tdworker/__init__.pyi,sha256=UjQLwfulzOjeFwgR9y5GQFf6I08XPWFy0a220XCFA_E,416
86
86
  tdrpa/tdworker/_clip.pyi,sha256=Y0FB0DHj8lLPC6uhfc8BOjpyfvhBZagrcm4hha7f_ss,1381
87
87
  tdrpa/tdworker/_excel.pyi,sha256=Kc684QBhV4p2lvj9y1K5Kmo2r0t492BzGN7Q5DRGVR4,61904
88
88
  tdrpa/tdworker/_img.pyi,sha256=PydH_-GkBskGWE4ZA39dzL9qBaELNIhz7z95DPXTjck,25542
89
89
  tdrpa/tdworker/_os.pyi,sha256=cK2UJk6pM8piWA2Mkx3j1v0i5vYlttaiGvm62yaPhzc,2274
90
+ tdrpa/tdworker/_sp.pyi,sha256=OwKyMzbxhTvjXcHBx-w_6et1hdlJTPyHMpC8DHjWW4Q,635
90
91
  tdrpa/tdworker/_w.pyi,sha256=ZwyIk5cLv8Rd0KpshdZSJ9EIN0XYMHYCARw31pvrzys,5229
91
92
  tdrpa/tdworker/_web.pyi,sha256=aVjdY9P4_FBGEklru9V6gZ2CVMu5dyO1ScKaW-AkX3s,8442
92
93
  tdrpa/tdworker/_winE.pyi,sha256=3EjsBX3ryah9vYSmilseM75mYzqM7jsYcPd-Tzz8cM0,18696
93
94
  tdrpa/tdworker/_winK.pyi,sha256=lH1_smTsfHQVDaREOy37cb1Ied8zlKo6Q20oc1GXBGc,5407
94
95
  tdrpa/tdworker/_winM.pyi,sha256=EeaY667JbYHNL7mTE2-pHSA-PMFB5hbu1Mz4Vjq1Q14,7936
95
- tdrpa.tdworker-1.1.9.4.dist-info/METADATA,sha256=s6Yh_RI3HE2i8vfupm4IzYJPHieC4QyoB6APq_c9CmA,870
96
- tdrpa.tdworker-1.1.9.4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
97
- tdrpa.tdworker-1.1.9.4.dist-info/top_level.txt,sha256=S9UoqmC_cyGqKbGsBkLQPEeQLbDrWD0SRwbxPpQpyyU,6
98
- tdrpa.tdworker-1.1.9.4.dist-info/RECORD,,
96
+ tdrpa.tdworker-1.1.10.3.dist-info/METADATA,sha256=Jwohf8nWXM2WPLwTl5ch1KZlpFXrBn5g9gpRSVrwH04,922
97
+ tdrpa.tdworker-1.1.10.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
98
+ tdrpa.tdworker-1.1.10.3.dist-info/top_level.txt,sha256=S9UoqmC_cyGqKbGsBkLQPEeQLbDrWD0SRwbxPpQpyyU,6
99
+ tdrpa.tdworker-1.1.10.3.dist-info/RECORD,,