Skip to content

Instantly share code, notes, and snippets.

View MarcelWaldvogel's full-sized avatar

Marcel Waldvogel MarcelWaldvogel

View GitHub Profile

Keybase proof

I hereby claim:

  • I am MarcelWaldvogel on github.
  • I am marcelwaldvogel (https://keybase.io/marcelwaldvogel) on keybase.
  • I have a public key whose fingerprint is F42C F4C8 1EAC 43A3 B931 9D71 E5FE A562 0542 0A9A

To claim this, I am signing this object:

@MarcelWaldvogel
MarcelWaldvogel / nigiri-ui.py
Last active November 12, 2020 03:00 — forked from ksamuel/gist:1521153
Urwid chat UI
#!/usr/bin/env python3
# coding: UTF-8
# code extracted from nigiri
# Got running on current version and Python3
import os
import datetime
import sys
import traceback