Skip to content

Instantly share code, notes, and snippets.

View samadpls's full-sized avatar
:shipit:
Working....

Abdul Samad samadpls

:shipit:
Working....
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):
@samadpls
samadpls / package.json
Created August 1, 2023 16:04 — forked from t1m0thyj/package.json
Test UTF-16 and long credentials in Windows keyring
{
"name": "keyring-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",