Skip to content

Instantly share code, notes, and snippets.

View Csonny2's full-sized avatar

Build Boss Csonny2

View GitHub Profile
@Csonny2
Csonny2 / Endless AI
Last active August 7, 2026 18:49
Allows to different AI's to talk to each other endlessly. This code is also in Python.
import time
import sys
import pyttsx3
import threading
import tkinter as tk
from tkinter import scrolledtext, ttk
from ollama import Client
tts_enabled = True
chat_running = False