File tree 6 files changed +16
-53
lines changed
6 files changed +16
-53
lines changed Original file line number Diff line number Diff line change 1
1
#!/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"""
7
7
8
8
cmd = str ("calc> " )
9
9
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 1
1
#!/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"""
7
7
8
8
cmd = str ("calc> " )
9
9
Original file line number Diff line number Diff line change 3
3
:m
4
4
cls
5
5
echo 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)
9
9
echo Choose:
10
10
set input = nothing
11
11
set/p input=Choose:
12
12
if %input% == 1 goto one
13
13
if %input% == 2 goto two
14
14
goto m
15
15
:one
16
- echo Python-Calcutator-TR Uninstall.
16
+ echo Python-Calcutator Uninstall.
17
17
pause
18
- del C:\Users\%users% \calc.exe
18
+ del C:\Users\%users% \calc
19
19
pause
20
20
exit
21
21
goto m
22
22
:two
23
- echo Python-Calcutator-EN Uninstall.
24
- pause
25
- del C:\Users\%users% \calc.exe
23
+ echo Python-Calcutator removal has been cancelled.
26
24
pause
27
25
exit
You can’t perform that action at this time.
0 commit comments