@@ -66,6 +66,21 @@ def encode(text):
66
66
":" : ";Gayone" ,
67
67
";" : ";<>" ,
68
68
69
+ "!" : ";HoFinitoLeIdeeLOL" ,
70
+ "|" : ";QuantiCaratteriMancano?" ,
71
+ "$" : ";NonStoDelirandoGiuro" ,
72
+ "#" : ";OkayForse" ,
73
+ "'" : ";CreareStaCodifica_èStataUnaSfida" ,
74
+ "\" " : ";UnaSfidaControLaMiaSaluteMentaleLOL" ,
75
+ "/" : ";SoRetardato" ,
76
+ "\\ " : ";WlaFiga" ,
77
+ "<" : ";boh_nonSoCheScrivere" ,
78
+ ">" : ";meowMEOW_BITCH" ,
79
+ ")" : ";miuw" ,
80
+ "(" : ";alfa" ,
81
+ "&" : ";SIUMTATTICOSO" ,
82
+ "%" : ";NoAllAlcolismo" , # ho più birra che sangue in corpo btw
83
+
69
84
"1" : ";KkA" ,
70
85
"2" : ";aAa" ,
71
86
"3" : ";hhH" ,
@@ -154,6 +169,21 @@ def decode(encoded_text):
154
169
";Gayone" : ":" ,
155
170
";<>" : ";" ,
156
171
172
+ ";HoFinitoLeIdeeLOL" : "!" ,
173
+ ";QuantiCaratteriMancano?" : "|" ,
174
+ ";NonStoDelirandoGiuro" : "$" ,
175
+ ";OkayForse" : "#" ,
176
+ ";CreareStaCodifica_èStataUnaSfida" : "'" ,
177
+ ";UnaSfidaControLaMiaSaluteMentaleLOL" : "\" " ,
178
+ ";SoRetardato" : "/" ,
179
+ ";WlaFiga" : "\\ " ,
180
+ ";boh_nonSoCheScrivere" : "<" ,
181
+ ";meowMEOW_BITCH" : ">" ,
182
+ ";miuw" : ")" ,
183
+ ";alfa" : "(" ,
184
+ ";SIUMTATTICOSO" : "&" ,
185
+ ";NoAllAlcolismo" : "%" # ho più birra che sangue in corpo btw
186
+
157
187
";KkA" : "1" ,
158
188
";aAa" : "2" ,
159
189
";hhH" : "3" ,
@@ -180,12 +210,3 @@ def decode(encoded_text):
180
210
except Exception as e :
181
211
print (f"An error occurred: { e } " )
182
212
return None
183
-
184
- print ("Encode: 1\n Decode: 2" )
185
- var = input ("Select >>> " )
186
- if (var == "1" ):
187
- ivar = input ("text >>> " )
188
- print (encode (ivar ))
189
- else :
190
- ivar1 = input ("text >>> " )
191
- print (decode (ivar1 ))
0 commit comments