|
3 | 3 | from colorama import Fore, init
|
4 | 4 | init(autoreset=True)
|
5 | 5 | islem=int(0)
|
6 |
| -# Copyright© 2023-2024 LinuxUsersLinuxMint |
7 |
| -# Python Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır. |
8 |
| -# Python Calcutator All Rights Reserved under the GPL(General Public License). |
9 |
| -# Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint |
10 |
| -# A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint |
| 6 | +""" Copyright© 2023-2024 LinuxUsersLinuxMint |
| 7 | +Python Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır. |
| 8 | +Python Calcutator All Rights Reserved under the GPL(General Public License). |
| 9 | +Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint |
| 10 | +A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint """ |
11 | 11 | print("******************************************************")
|
12 |
| -print("*** Python-Calcutator 0.2.9 Programına Hoşgeldiniz ***") |
| 12 | +print("*** Python-Calcutator 0.3 Programına Hoşgeldiniz ***") |
13 | 13 | print("""*** Seçenekler: ***
|
14 | 14 | *** ***
|
15 | 15 | *** Seçmek istediğiniz Komutu Giriniz... ***
|
|
25 | 25 | ******************************************************""")
|
26 | 26 | command=str(input(Fore.LIGHTBLUE_EX +'calc> '))
|
27 | 27 | os.system("clear")
|
28 |
| -about="Python Hesap Makinesi CLI(Command Line Interface / Komut Satırı Arayüzü) LICENCE=GPL2" |
| 28 | +about="Python Hesap Makinesi CLI(Komut Satırı Arayüzü) LICENCE=GPL2" |
29 | 29 | secilen_islem=str(Fore.LIGHTBLUE_EX+"None")
|
30 | 30 | if command=="calc":
|
31 | 31 | print("""*** Girebileceğiniz işlemler: ***
|
|
68 | 68 | elif command=="web-site":
|
69 | 69 | print("linuxuserslinuxmint.github.io")
|
70 | 70 | elif command=="ver":
|
71 |
| - print("Sürüm: 0.2.7 (Son Güncellenme Tarihi 28 Kasım , 2023 , 20:48)") |
| 71 | + print("Sürüm: 0.3 (Son Güncellenme Tarihi 8 Mayıs , 2024 , 21:54)") |
72 | 72 | elif command=="licence":
|
73 |
| - print("This Software is protected under the GPL2 license") |
| 73 | + print("Bu Yazılım GPL2 lisansı kapsamında korunmaktadır.") |
74 | 74 | elif command=="Thank":
|
75 | 75 | print("Python-Calcutator'u Kullandığınız için Teşekkür ederim. ")
|
76 | 76 | else:
|
|
0 commit comments