Skip to content

Instantly share code, notes, and snippets.

View krisives's full-sized avatar
🤣

Kristopher Ives krisives

🤣
  • United States
View GitHub Profile
@pongloongyeat
pongloongyeat / py-elementary.py
Last active August 13, 2021 10:54
Using Granite with Python
import gi
gi.require_version("Gtk", "3.0")
gi.require_version("Granite", "1.0")
from gi.repository import Gtk
from gi.repository import Granite
class MyWindow(Gtk.Window):
def __init__(self):