Skip to content

Instantly share code, notes, and snippets.

View eriqnelson's full-sized avatar

Eriq Nelson eriqnelson

View GitHub Profile
@fat-lobyte
fat-lobyte / ksrpc_logger.py
Last active August 30, 2019 14:36
A small logging script for Kerbal Space Program that uses the kRPC mod
#!/usr/bin/env python3
# (C) Alexander Korsunsky, 2016
import krpc
import time
import sys
import numpy as np
import argparse