Skip to content

Commit 36c8777

Browse files
Update PyAppDevKit.
1 parent c5ac340 commit 36c8777

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

PyAppDevKit/parameters.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
#!/usr/bin/python3
22

3+
# Open/Close
4+
35
ON="ON"
46
OFF="ON"
7+
8+
# Lang
9+
510
EN="EN"
611
TR="TR"
12+
13+
# Time units
14+
715
MILISECOND="MILISECOND"
816
MS="MS"
917
SECOND="SECOND"

PyAppDevKit/pyappdevkit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ def exit_program_dialog(exit_dialog_msg):
5353
print(exit_dialog_msg)
5454
exit()
5555

56-
""" Example Dialog (ExitSelectDialog): "Select the method to exit the program (0: Dialogue and Time entry, 1: Time entry only, 2: Dialogue entry only, 3: Normal exit (old style)): "
57-
Example Dialog (userTimeDialog): "After how many seconds should the program be closed?: "
58-
Example Dialog (exitDialog): "Exit program..."
59-
Example Dialog (errormsgDialog): "Invalid Command!" """
60-
6156
def all_exit(dialog_switch,lang,ExitSelectDialog,userTimeDialog,exitDialog,errormsgDialog,unit):
6257
if dialog_switch == ON:
6358
exit_select = int(input(ExitSelectDialog))

PyAppDevKit/pyappdevkit_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
PYTHON_LIB_LICENCE="GPL2"
1212
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
1313
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement.html"
14-
PYTHON_LIB_VER="2.1"
14+
PYTHON_LIB_VER="2.1.1"
1515
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
1616
PYTHON_LIB_RELEASE_DATE="6/9/2024, Time: 17:54"
17-
PYTHON_LIB_LAST_UPDATE_DATE="3/31/2025, Time: 19:37 / 7:37 PM"
17+
PYTHON_LIB_LAST_UPDATE_DATE="4/25/2025, Time: 18:25 / 6:25 PM"
1818
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
1919
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"
2020

0 commit comments

Comments
 (0)