Skip to content

Instantly share code, notes, and snippets.

View daeh's full-sized avatar

Dae daeh

View GitHub Profile
@daeh
daeh / pyscript.py
Last active April 12, 2024 19:45 — forked from n8henrie/pyscript.py
Python script template
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""pyscript.py
Simple python script template.
"""
import argparse
import os
import sys