Skip to content

Instantly share code, notes, and snippets.

@olisolomons
olisolomons / python_console.py
Last active September 18, 2025 07:11
Python interpreter console tkinter widget
import code
import hashlib
import queue
import sys
import threading
import tkinter as tk
import traceback
from tkinter.scrolledtext import ScrolledText