-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheasypycode.pyi
More file actions
105 lines (100 loc) · 2.51 KB
/
easypycode.pyi
File metadata and controls
105 lines (100 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
from typing import Callable
def SetEazyTitle(z:str)->None:...
def Alert(message:str,icon:str)->None:...
def Error(x: str) -> None: ...
def ErrorText(x: str)->None:...
def Info(dih: str) -> None: ...
def Warning(dih: str) -> None: ...
def Ask(dih: str, nih: bool, **l) -> None: ...
def Colored(Color: str, Text: str) -> None: ...
def Beep(Frequency: int, duration: int) -> None: ...
def Countdown(timeleft: int) -> None: ...
def BeepCountdown(timeleft: int) -> None: ...
def Copy(a: str)->None:...
def Paste()->None:...
def Busy(act: str)->None:...
def ReopenAsAdmin()->None:...
def FlashWindow(duration: int)->None:...
def SendNotification(text: str,duration: str)->None:...
def CheckNetwork()->None:...
def CreateQR(content: str,FilePathWithName:str)->None:...
def CreateBarcode(number: int,FilePathWithName: str)->None:...
def TypePrint(text: str)->None:...
def OpenUrl(url:str)->None:...
def OpenInWebview(title: str,url: str)->None:...
def GetUsername()->None:...
def LockWorkStation()->None:...
def Pause()->None:...
def NavigateSettings(x: str)->None:...
def ShowAvailableNetworks()->None:...
def MoveSelfToStartup()->None:...
def GetDateAndTime(x:str)->None:...
def ConvertToMB(data:int,current:str)->None:...
def GetUserDir()->None:...
def SetConsoleTitle(title:str)->None:...
def GetProcessID()->None:...
def GetParentProcessID()->None:...
def TerminateProcess(processID:str)->None:...
def ReadFileAsText(path)->None:...
def ReadFileAsBinary(path:str)->None:...
def WriteFileAsText(path:str,data:str)->None:...
def WriteFileAsBinary(path:str,data:bytes)->None:...
def GetDisplayResolution()->None:...
def BrightText()->None:...
def Download(url:str,path:str)->None:...
Gigabytes: str
Bytes:str
Kilobytes:str
Bits:str
Terabytes:str
settings_home:str
settings_about:str
settings_system:str
settings_display:str
settings_multitasking:str
settings_clipboard:str
settings_remoteDesktop:str
settings_personalization:str
settings_network:str
settings_network_wifi:str
settings_apps:str
settings_privacy:str
settings_defender:str
settings_security:str
settings_update:str
CautionIcon:int
InfoIcon:int
ErrorIcon:int
QuestionIcon:int
white:str
blue:str
cyan:str
green:str
magenta:str
yellow:str
red:str
black:str
lightwhite:str
lightblue:str
lightcyan:str
lightgreen:str
lightmagenta:str
lightyellow:str
lightred:str
lightblack:str
BGwhite:str
BGblue:str
BGcyan:str
BGgreen:str
BGmagenta:str
BGyellow:str
BGred:str
BGblack:str
BGlightwhite:str
BGlightblue:str
BGlightcyan:str
BGlightgreen:str
BGlightmagenta:str
BGlightyellow:str
BGlightred:str
BGlightblack:str