Skip to content

Instantly share code, notes, and snippets.

View reyvand's full-sized avatar

reyvand reyvand

  • Jakarta, Indonesia
View GitHub Profile
import shutil
import requests as r
from base64 import *
from qrtools import QR
from PIL import Image, ImageOps
from bs4 import BeautifulSoup as bs
morseAlphabet = {
"A": ".-",
"B": "-...",