Skip to content

Commit

Permalink
Update Basic_Maths.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUsersLinuxMint committed Oct 26, 2024
1 parent 25093bb commit cab0a3e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
5 changes: 1 addition & 4 deletions Basic_Maths/Basic_Maths.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""

from math import *
from PyAppDevKit.LibFunc.pyappdevkit import *
from Basic_Maths.lib_ver_info import *
from Basic_Maths.library_func import *
from Basic_Maths.Lib.lib import *

""" TR (Turkish / Türkçe):
NOT: InputN1N2() sadece 2 sayının istendiği durumlarda kullanılabilir.
Expand Down
11 changes: 11 additions & 0 deletions Basic_Maths/Lib/lib.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/python3
""" Copyright© 2023-2024 LinuxUsersLinuxMint
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
Basic_Maths All Rights Reserved under the GPL(General Public License).
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""

from math import *
from PyAppDevKit.LibFunc.pyappdevkit import *
from Basic_Maths.lib_ver_info import *
from Basic_Maths.library_func import *
4 changes: 2 additions & 2 deletions Basic_Maths/lib_ver_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
PYTHON_LIB_LICENCE="GPL2"
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/en/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/en/linuxuserslinuxmintwebsiteagreement.html"
PYTHON_LIB_VER="4.7"
PYTHON_LIB_VER="5.0"
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
PYTHON_LIB_RELEASE_DATE="9/30/2023, Time: XX:XX"
PYTHON_LIB_LAST_UPDATE_DATE="7/6/2024, Time: 00:15 / 00:15 AM"
PYTHON_LIB_LAST_UPDATE_DATE="10/26/2024, Time: 16:05 / 4:05 PM"
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"
4 changes: 2 additions & 2 deletions PyAppDevKit/InfoLib/pyappdevkit_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
PYTHON_LIB_LICENCE="GPL2"
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/en/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/en/linuxuserslinuxmintwebsiteagreement.html"
PYTHON_LIB_VER="1.2"
PYTHON_LIB_VER="1.3"
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
PYTHON_LIB_RELEASE_DATE="6/9/2024, Time: 17:54"
PYTHON_LIB_LAST_UPDATE_DATE="7/6/2024, Time: 00:10 / 00:10 AM"
PYTHON_LIB_LAST_UPDATE_DATE="10/26/2024, Time: 15:38 / 3:38 PM"
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"

Expand Down
9 changes: 9 additions & 0 deletions PyAppDevKit/LibFunc/lib.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/python3
""" Copyright© 2023-2024 LinuxUsersLinuxMint
PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
PyAppDevKit All Rights Reserved under the GPL(General Public License).
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""

import os, time, platform
from PyAppDevKit.InfoLib.pyappdevkit_info import *
3 changes: 1 addition & 2 deletions PyAppDevKit/LibFunc/pyappdevkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""

import os, time, platform
from PyAppDevKit.InfoLib.pyappdevkit_info import *
from PyAppDevKit.LibFunc.lib import *

def error_msg(error_dialog):
print(error_dialog)
Expand Down

0 comments on commit cab0a3e

Please sign in to comment.