Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghoststorm34 authored Sep 9, 2024
1 parent 7bb0837 commit a491222
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a491222

Please sign in to comment.