This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77Nasıl Kullanılır: herhangi bir python dosyanıza girip Kodun İlk satırına "from inputd import * " ekleyin
88NOT: inputd modulunun çalışma ortamının ve klasörünün içinde bulunması gerekir.
99NOT2: 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
1718How to Use: go into any of your python files and add "from inputd import * " to First line of Code
1819NOTE: The inputd module must be located inside the runtime and its folder.
1920NOTE2: 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
2325Gü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.
You can’t perform that action at this time.
0 commit comments