From a6e65336d8cf2e37d531aacae3e65a7071c3dbfb Mon Sep 17 00:00:00 2001 From: 6plosive Date: Mon, 9 Dec 2024 00:20:41 +0800 Subject: [PATCH 1/3] the weather outside is rizzy jonkler hehehehha --- README.md | 24 ++++++++++++------------ pygyat/__init__.py | 14 +++++++++++++- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 913dbfd..3f5a527 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ Below is a table of all of the Python keywords or operators that should be repla | assert | sus | | raise | crashout | | in | diddy | -| is | | -| and | | -| or | | -| not | | +| is | oil up | +| and | gegagedigedagedago | +| or | goon | +| not | opp | | with | pookie | | as | ahh | | global | GOAT | @@ -106,16 +106,16 @@ Below is a table of all of the Python keywords or operators that should be repla | ≥ | sigma twin | | ≤ | beta twin | | == | twin | -| = | | -| async | | -| await | | +| = | gonna touch | +| async | before gta6 | +| await | those who know | | open | mog | -| read | | -| write | | +| read | respect moment | +| write | jork | | close | demure | -| list | | -| set | | -| dict | | +| list | brick by brick | +| set | rizz party | +| dict | chill guy | ## Quick intro diff --git a/pygyat/__init__.py b/pygyat/__init__.py index f8a7f64..787a0dd 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -39,5 +39,17 @@ "sigma": ">", "beta": "<", "diddy": "in", - "pluh": "pass" + "pluh": "pass", + "is":"oil\s+up", + "and":"gegagedigedagedago", + "or":"goon", + "not":"opp", + "=":"gonna\s+touch", + "async":"before\s+gta6", + "await":"those\s+who know", + "read":"respect\s+moment", + "write":"jork", + "list":"brick\s+by\s+brick", + "set":"rizz\s+party", + "dict":"chill\s+guy" } From c0f7720df22537f29aee1d7b740a39af4e81dc28 Mon Sep 17 00:00:00 2001 From: 6plosive Date: Mon, 9 Dec 2024 00:25:51 +0800 Subject: [PATCH 2/3] reversed wrong order mappings on previous commit --- pygyat/__init__.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pygyat/__init__.py b/pygyat/__init__.py index 787a0dd..cf9a405 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -41,15 +41,15 @@ "diddy": "in", "pluh": "pass", "is":"oil\s+up", - "and":"gegagedigedagedago", - "or":"goon", - "not":"opp", - "=":"gonna\s+touch", - "async":"before\s+gta6", - "await":"those\s+who know", - "read":"respect\s+moment", - "write":"jork", - "list":"brick\s+by\s+brick", - "set":"rizz\s+party", - "dict":"chill\s+guy" + "gegagedigedagedago":"and", + "goon":"or", + "opp":"not", + "gonna\s+touch":"=", + "before\s+gta6":"async", + "those\s+who know":"await", + "respect\s+moment":"read", + "jork":"write", + "brick\s+by\s+brick":"list", + "rizz\s+party":"set", + "chill\s+guy":"dict" } From e28612f9a72cdc161bd19d9ed1ae9f157f927a32 Mon Sep 17 00:00:00 2001 From: 6plosive <101194078+6plosive@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:30:00 +0800 Subject: [PATCH 3/3] swap incorrect mapping for keyword "is" oil up --- pygyat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygyat/__init__.py b/pygyat/__init__.py index cf9a405..2cdd52a 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -40,7 +40,7 @@ "beta": "<", "diddy": "in", "pluh": "pass", - "is":"oil\s+up", + "oil\s+up":"is", "gegagedigedagedago":"and", "goon":"or", "opp":"not",