Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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

Expand Down
14 changes: 13 additions & 1 deletion pygyat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}