Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 5dc364b

Browse files
Add files via upload
1 parent 3c9c9f9 commit 5dc364b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Nasıl Kullanılır: herhangi bir python dosyanıza girip Kodun İlk satırına "from inputd import *" ekleyin
88
NOT: inputd modulunun çalışma ortamının ve klasörünün içinde bulunması gerekir.
99
NOT2: inputd modulunu kullanmadan önce kendinize göre özelleştirmenizi ve kodlarda değişiklik yapmanızı öneririz.
10+
NOT3: inputd modulunde kullanmadığınız değişkenlerin başına "#" eklemelisiniz bu değişkeni devre dışı bırakıcaktır.
1011

1112
* Hangi değişkenleri içerdiğini görmek için inputd.py a veya input.txt dosyasına bakabilirsiniz.
1213

@@ -17,11 +18,12 @@ NOT2: inputd modulunu kullanmadan önce kendinize göre özelleştirmenizi ve ko
1718
How to Use: go into any of your python files and add "from inputd import *" to First line of Code
1819
NOTE: The inputd module must be located inside the runtime and its folder.
1920
NOTE2: Before using the inputd module, we recommend that you customize it and make changes to the codes.
21+
NOTE3: You should add "#" to the beginning of the variables you do not use in the inputd module, this will disable the variable.
2022

2123
* You can look at inputd.py or input.txt to see what variables it contains.
2224

2325
Güncellemeler Hakkında / Updates About
2426

2527
* inputd modulu sürekli güncellenmektedir o yuzden güncel değişkenleri kullanmak için inputd nin son sürümünü yükleyiniz.
2628

27-
* The inputd module is constantly updated, so please install the latest version of inputd to use the current variables.
29+
* The inputd module is constantly updated, so please install the latest version of inputd to use the current variables.

0 commit comments

Comments
 (0)