Skip to content

Instantly share code, notes, and snippets.

View thalessd's full-sized avatar

Thales Carvalho thalessd

View GitHub Profile
@thalessd
thalessd / openvpn3-simple.py
Created April 15, 2026 21:37
OpenVpn 3 Simple UI (In One File)
import tkinter as tk
from tkinter import ttk, messagebox, simpledialog
import subprocess
import threading
import os
import re
import queue
import time
import signal
import sys