File tree Expand file tree Collapse file tree 6 files changed +16
-53
lines changed
Expand file tree Collapse file tree 6 files changed +16
-53
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python3
2- # Copyright© 2023-2024 LinuxUsersLinuxMint
3- # Python Calcutator Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4- # Python Calcutator Lite All Rights Reserved under the GPL(General Public License).
5- # Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
6- # A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
2+ """ Copyright© 2023-2024 LinuxUsersLinuxMint
3+ Python- Calcutator- Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4+ Python- Calcutator- Lite All Rights Reserved under the GPL(General Public License).
5+ Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Python-Calcutator-Lite
6+ A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Python-Calcutator-Lite"""
77
88cmd = str ("calc> " )
99
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#!/usr/bin/python3
2- # Copyright© 2023-2024 LinuxUsersLinuxMint
3- # Python Calcutator Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4- # Python Calcutator Lite All Rights Reserved under the GPL(General Public License).
5- # Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
6- # A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
2+ """ Copyright© 2023-2024 LinuxUsersLinuxMint
3+ Python- Calcutator- Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4+ Python- Calcutator- Lite All Rights Reserved under the GPL(General Public License).
5+ Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Python-Calcutator-Lite
6+ A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Python-Calcutator-Lite"""
77
88cmd = str ("calc> " )
99
Original file line number Diff line number Diff line change 33:m
44cls
55echo Python-Calcutator Uninstall
6- echo Which Version Do You Want To Uninstall ?
7- echo 1.Python-Calcutator-TR
8- echo 2.Python-Calcutator-EN
6+ echo Are you sure you want to uninstall Python-Calcutator ?
7+ echo Yes (1)
8+ echo No (2)
99echo Choose:
1010set input = nothing
1111set/p input=Choose:
1212if %input% == 1 goto one
1313if %input% == 2 goto two
1414goto m
1515:one
16- echo Python-Calcutator-TR Uninstall.
16+ echo Python-Calcutator Uninstall.
1717pause
18- del C:\Users\%users% \calc.exe
18+ del C:\Users\%users% \calc
1919pause
2020exit
2121goto m
2222:two
23- echo Python-Calcutator-EN Uninstall.
24- pause
25- del C:\Users\%users% \calc.exe
23+ echo Python-Calcutator removal has been cancelled.
2624pause
2725exit
You can’t perform that action at this time.
0 commit comments