From a49122203fb98c447120a201b89a528c8057ad29 Mon Sep 17 00:00:00 2001 From: Alexander Ayers Date: Mon, 9 Sep 2024 02:07:29 -0400 Subject: [PATCH] Update readme.md --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e09ebe9..3f7430a 100644 --- a/readme.md +++ b/readme.md @@ -3,10 +3,13 @@ This is a program built to hold a collection of .exe files and allow you to run In order to add an executable file, you need to first make a group and select it from the list view. -This is made in Python with tkinter as the basis for the GUI. The storage is done via an automatically updated JSON file that appears in the same folder as the script. Groups are deleted when all executables are deleted from it. +Every option is usable from the menu bar, context menu, or buttons at the bottom. + +This is made in Python with tkinter as the basis for the GUI. The storage is done via an automatically updated JSON file that appears in the same folder as the script. Groups are deleted when all executables are deleted from it, they can also be deleted. ChatGPT was used for most of the code, with small bits done by hand for bugfixing and small refinements. I hope this is useful to somebody, it was certainly useful for me. -![image](https://github.com/user-attachments/assets/8576523c-6799-457e-a5a4-ffd4ad3d0afa) +![image](https://github.com/user-attachments/assets/d2ffa02d-2522-4dfe-9cc8-e3b4fc4e0501) +