Skip to content

Instantly share code, notes, and snippets.

View Taywee's full-sized avatar

Taylor C. Richberger Taywee

View GitHub Profile
@Taywee
Taywee / tipples.py
Created May 17, 2016 20:20
Fix tipples
#!/usr/bin/env python3
import argparse
import random
import string
import sys
import textwrap
import yaml
r = lambda: random.randint(0,255)