Skip to content

Releases: LinuxUsersLinuxMint/PyAppDevKit

PyAppDevKit 2.1.3

13 May 20:00
b583a72
Compare
Choose a tag to compare
PyAppDevKit2.1.3

Update PyAppDevKit.

PyAppDevKit 2.1.2

30 Apr 20:57
Compare
Choose a tag to compare
PyAppDevKit2.1.2

Update PyAppDevKit.

PyAppDevKit 2.1.1

25 Apr 15:27
Compare
Choose a tag to compare
PyAppDevKit2.1.1

Update PyAppDevKit.

PyAppDevKit 2.1

31 Mar 16:42
Compare
Choose a tag to compare

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/2.1/pyappdevkit.html

Yenilikler:

  • Fonksiyonlar için parametreleri içeren switch.py adlı dosyanın adı parameters.py olarak değiştirilmiştir.
  • time fonksiyonu artık birimleride destekliyor çeşitli zaman birimlerini kullanabilirsiniz.
  • Artık geliştiricilerin dosyaları kaldırabilmesi için file_remove fonksiyonu oluşturulmuştur.

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/2.1/pyappdevkit.html

Innovations:

  • the file named switch.py containing parameters for functions has been renamed to parameters.py.
  • The time function now supports units, so you can use various time units.
  • file_remove function is now available for developers to remove files.

PyAppDevKit 2.0

15 Mar 23:04
17b218b
Compare
Choose a tag to compare

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Yenilikler:

  • Artık geliştiriciler tüm çıkış seçeneklerini kullanabilmelerini sağlayan "all_exit" fonksiyonunu kullanırken diyalogları değiştirmemeyi bunun yerine varsayılan diyalogları kullanmayı tercih ettiği zamanlarda diyalog dilini değiştirebilecek.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,lang=TR,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Innovations:

  • Developers will now be able to change the dialog language when using the “all_exit” function, which allows them to use all exit options, but prefer not to change the dialogs and instead use the default dialogs.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,lang=EN,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")

PyAppDevKit 1.9

12 Mar 17:29
f4a42b3
Compare
Choose a tag to compare

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Yenilikler:

  • Artık geliştiriciler tüm çıkış seçeneklerini kullanabilmelerini sağlayan "all_exit" fonksiyonunu kullanırken diyalogları değiştirmemeyi bunun yerine varsayılan diyalogları kullanmayı tercih edebilecek.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Innovations:

  • Developers can now choose not to change the dialogs when using the “all_exit” function, which allows them to use all exit options, and instead use the default dialogs.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,ExitSelectDialog=“”,userTimeDialog=“”,exitDialog=“”,errormsgDialog=“”)

PyAppDevKit 1.8

21 Feb 19:51
8d3bfc0
Compare
Choose a tag to compare

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Yenilikler:

  • Artık PyAppDevKit dosya oluşturmayı destekliyor file fonksiyonu ile artık çok daha kolay bir şekilde dosya oluşturabilir ve belirttiğiniz kiplere göre işlem yapabilirsiniz.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

file(file_name="test.txt",file_mode="a",file_write="Hello World!")

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.8/pyappdevkit.html

Innovations:

  • PyAppDevKit now supports file creation With the file function, you can now create files much more easily and operate according to the modes you specify.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

file(file_name="test.txt",file_mode="a",file_write="Hello World!")

PyAppDevKit Python Library 1.7

10 Feb 19:17
Compare
Choose a tag to compare

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/TR/1.7/pyappdevkit.html

Yenilikler:

  • "all_exit" fonksiyonunda gereksiz bir kod kaldırılmıştır.
  • "program_info" fonksiyonunun ismi "app_info" olarak değiştirilmiştir ve "library_info" fonksiyonu gereksiz olduğu için kaldırılmıştır.

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/EN/1.7/pyappdevkit.html

Innovations:

  • Removed an unnecessary code in the “all_exit” function.
  • The “program_info” function has been renamed to “app_info” and the “library_info” function has been removed as unnecessary.

PyAppDevKit Python Library 1.6.3

28 Jan 11:48
513c65f
Compare
Choose a tag to compare

Yenilikler:

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/TR/1.6.3/pyappdevkit.html

  • Geliştiricilerin programları için hata mesajı oluşturmalarına olanak sağlayan error_msg fonksiyonu artık hata kodlarını ve destek bağlantısını da içeriyor.

Innovations:

Info: For detailed information about the PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/EN/1.6/pyappdevkit.html

  • The error_msg function, which allows developers to generate error messages for their programs, now includes error codes and a support link.

PyAppDevKit Python Library 1.6.2

15 Jan 17:06
Compare
Choose a tag to compare

Yenilikler:

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/TR/1.6.2/pyappdevkit.html

  • Programdan çıkış yapmayı sağlayan fonksiyonlar düzenlenmiştir. (Zaten int veri tipinde olan userTime değişkenini tekrar int veri tipine çeviren kod kaldırılmıştır.)
  • Sadece diyalog ile programdan çıkış yapmayı sağlayan fonksiyon için bir hata düzeltilmiştir.
  • Kullanıcıya programdan çıkış yapmak için en uygun yöntemi seçmelerine olanak tanıyan all_exit fonksiyonunda bir hata düzeltilmiştir. (userTime değişkeni String veri tipinde değer aldıktan sonra int veri tipine çeviriliyor artık.)

Innovations:

Info: For detailed information about the PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/EN/1.6.2/pyappdevkit.html

  • The functions that allow to exit the program have been edited. (The code that converts the userTime variable, which is already of int data type, back to int data type has been removed.)
  • Fixed a bug for the function that allows to exit the program with dialog only.
  • Fixed a bug in the all_exit function that allows the user to choose the most convenient way to exit the program. (The userTime variable is now converted to int data type after receiving a value in String data type).