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..2cdd52a 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -39,5 +39,17 @@ "sigma": ">", "beta": "<", "diddy": "in", - "pluh": "pass" + "pluh": "pass", + "oil\s+up":"is", + "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" }