From ac3eac4450faccdb29b9a6d9d956017bb9663580 Mon Sep 17 00:00:00 2001 From: Demmdo Date: Thu, 30 Jul 2026 00:02:02 +0200 Subject: [PATCH] tok out some unimportant files --- test.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index cfc0694..0000000 --- a/test.py +++ /dev/null @@ -1,19 +0,0 @@ -import customtkinter as ctk -import json - - -app = ctk.CTk() - -with open("passwords.json", "r") as file: - data = json.load(file) - -websites = list(data.keys()) - -combo = ctk.CTkComboBox( - app, - values=websites -) - -combo.pack(pady=20) - -app.mainloop() \ No newline at end of file