From 495622cd8d6de4ca05b52f3cc9f8c6d0708df403 Mon Sep 17 00:00:00 2001 From: yb9672518-ui Date: Sun, 26 Oct 2025 09:06:53 +0400 Subject: [PATCH 1/2] Ctrl+Shift+P --- README.md | 3 +-- gplay.py | 11 +++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d6709c..a0b17bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# ReedeemCode-Genarator -Python Code To Genarate all the Possible Combination of Google Play redeem Code +# ReedeemCode-Genarall the Possible Combination of Google Play redeem Code See the xlsx file to see all the possible combination diff --git a/gplay.py b/gplay.py index 8b1429b..ded3971 100644 --- a/gplay.py +++ b/gplay.py @@ -1,7 +1,7 @@ import random import string -bigSet = set() +bigSet = set(15) limit = 1000 #total number of genarations in a run # num = "0123456789" @@ -19,7 +19,7 @@ def writeToFile(): item += "\n" file_object.write(item) - file_object.close() + file_object.close(swap) setLength_old = len(bigSet) @@ -27,7 +27,10 @@ def writeToFile(): bigSet.add(getCode()) if(setLength_old Date: Sun, 26 Oct 2025 09:24:25 +0400 Subject: [PATCH 2/2] Fix print statement in gplay.py Corrected print statement to ensure proper formatting. --- gplay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gplay.py b/gplay.py index ded3971..737efe6 100644 --- a/gplay.py +++ b/gplay.py @@ -31,6 +31,7 @@ def writeToFile(): print(bigSet) writeToFile() print("Print Job - Done") + Done") control+shift+m +