Skip to content

Instantly share code, notes, and snippets.

View Myrausman's full-sized avatar

Maira Usman Myrausman

View GitHub Profile
@samadpls
samadpls / app.py
Last active August 25, 2024 19:07
Operating system in Python (tkinter)
import tkinter as tk
from tkinter import filedialog, messagebox, simpledialog, scrolledtext
from tkinter import ttk
import subprocess
import threading
import os
class CustomOS:
def __init__(self, root):