Skip to content

Commit ee0509f

Browse files
README.md dosyasında bir takım değişiklikler ve setupcappdevkit.py kurulum dosyasındaki yorum satırları düzenlenmiştir.
1 parent bc32fd4 commit ee0509f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
(TR / Türkçe)
44

5-
* C programlama dilinde komut satırı uygulama geliştirmek için bir geliştirme kiti
6-
* Grafik Kullanıcı Arayüzü (GUI) Geliştirmesi yapılamaz / veya Kullanıcı Arayüzü (UI) geliştirmesi yapılamaz
5+
* C programlama dilinde proje/uygulama geliştirmeyi kolaylaştırmak için bir geliştirme kiti.
6+
* CADK (C App Developer Kit) Grafik Kullanıcı Arayüzü (GUI) Geliştirmek için veya Kullanıcı Arayüzü (UI) geliştirmek için özel olarak tasarlanmamıştır ancak Grafik Kullanıcı Arayüzü (GUI) ve Kullanıcı Arayüzü (UI) projesi/uygulaması geliştirirken kod yazmayı kolaylaştırması için kullanıma uygundur.
77

88
Önemli Uyarılar:
99
* CAppDevKit ile Uygulama geliştirirken cappdevkit_info() fonksiyonu program içinde kullanılmalı ve bu programın "CAppDevKit" kullanılarak yazılmıştır ibaresi eklenmelidir. (CAppDevKit proje linki verilmesi zorunludur)
1010

1111
(EN / English)
1212

13-
* A development kit for developing command line applications in the C programming language
14-
* Graphical User Interface (GUI) Development cannot be done / or User Interface (UI) development cannot be done
13+
* A development kit to facilitate project/app development in the C programming language.
14+
* CADK (C App Developer Kit) is not specifically designed for Graphical User Interface (GUI) Development or User Interface (UI) development, but it is suitable for use to make it easier to write code when developing a Graphical User Interface (GUI) and User Interface (UI) project/application.
1515

16-
Important Notices:
17-
* When developing an application with CAppDevKit, the cappdevkit_info() function should be used in the program and the statement that this program was written using "CAppDevKit" should be added. (CAppDevKit project link is mandatory)
16+
Important Notes:
17+
* When developing an application with CAppDevKit, the cappdevkit_info() function must be used in the program and the statement that this program was written using CAppDevKit” must be added. (CAppDevKit project link is mandatory)

setupcappdevkit.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/python3
2-
# Copyright© 2023 LinuxUsersLinuxMint
3-
# CAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4-
# CAppDevKit 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+
CAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4+
CAppDevKit 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 """
77

88
import time, os
99

0 commit comments

Comments
 (0)