Skip to content

Instantly share code, notes, and snippets.

View krisives's full-sized avatar
🤣

Kristopher krisives

🤣
  • United States
View GitHub Profile
@pongloongyeat
pongloongyeat / py-elementary.py
Last active June 25, 2025 21:56
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):