Skip to content

Instantly share code, notes, and snippets.

View lahtis's full-sized avatar
🤔
small wood working hobby...

Tuomas Lähteenmäki lahtis

🤔
small wood working hobby...
  • Oulu, Finland
View GitHub Profile
@Axel-Erfurt
Axel-Erfurt / CSV_Viewer_Gtk3.py
Last active April 5, 2022 20:23
CSV Viewer Gtk3 Python with Filter
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import gi
gi.require_version("Gtk", "3.0")
gi.require_version("Gdk", "3.0")
from gi.repository import Gtk, Gdk, GLib