Skip to content

Commit f4f21f5

Browse files
Important update.
1 parent fcb162b commit f4f21f5

File tree

6 files changed

+16
-53
lines changed

6 files changed

+16
-53
lines changed

EN/calc.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
cmd=str("calc> ")
99

README_BENIOKU/howtoinstall.txt

-17
This file was deleted.

README_BENIOKU/howtouninstall.txt

-11
This file was deleted.

README_BENIOKU/readmecalc.txt

-7
This file was deleted.

TR/calc.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
cmd=str("calc> ")
99

win-uninstall.bat

+6-8
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,23 @@
33
:m
44
cls
55
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)
99
echo Choose:
1010
set input=nothing
1111
set/p input=Choose:
1212
if %input%==1 goto one
1313
if %input%==2 goto two
1414
goto m
1515
:one
16-
echo Python-Calcutator-TR Uninstall.
16+
echo Python-Calcutator Uninstall.
1717
pause
18-
del C:\Users\%users%\calc.exe
18+
del C:\Users\%users%\calc
1919
pause
2020
exit
2121
goto 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.
2624
pause
2725
exit

0 commit comments

Comments
 (0)