Skip to content

Instantly share code, notes, and snippets.

View MarcelWaldvogel's full-sized avatar

Marcel Waldvogel MarcelWaldvogel

View GitHub Profile
@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