7
7
Nasıl Kullanılır: herhangi bir python dosyanıza girip Kodun İlk satırına "from inputd import* " ekleyin
8
8
NOT: inputd modulunun çalışma ortamının ve klasörünün içinde bulunması gerekir.
9
9
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.
10
11
11
12
* Hangi değişkenleri içerdiğini görmek için inputd.py a veya input.txt dosyasına bakabilirsiniz.
12
13
@@ -17,11 +18,12 @@ NOT2: inputd modulunu kullanmadan önce kendinize göre özelleştirmenizi ve ko
17
18
How to Use: go into any of your python files and add "from inputd import* " to First line of Code
18
19
NOTE: The inputd module must be located inside the runtime and its folder.
19
20
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.
20
22
21
23
* You can look at inputd.py or input.txt to see what variables it contains.
22
24
23
25
Güncellemeler Hakkında / Updates About
24
26
25
27
* 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.
26
28
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.