Skip to content

Instantly share code, notes, and snippets.

View EvanEzell's full-sized avatar

Evan C. Ezell EvanEzell

View GitHub Profile
@EvanEzell
EvanEzell / leetcode_file.py
Created July 30, 2023 01:52
Create Leetcode Python file from Leetcode url
import argparse
import json
import os
import re
import requests
from bs4 import BeautifulSoup
TYPING_STRINGS = ["List", "Optional"]