Skip to content

Instantly share code, notes, and snippets.

View lambdhack's full-sized avatar
💻
Working hard!

lambdhack

💻
Working hard!
View GitHub Profile
@lambdhack
lambdhack / leet_speak_markdown_translator.py
Created June 11, 2019 18:16
A simple script to translate markdown files in leet speak.
#!/usr/bin/env python3
import sys
import os
import re
alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
dict_normal = {
'a':'4',