Open Ludusm11 opened 1 month ago
Hey! This was my initial commit after prepping the script for starting my work on it! There is no current expected functionality as I am still in the early stages of development. Regardless, I appreciate your comment and tips so you have my thanks!
The Tkinter window initializes with a title, but no widgets or functionality are displayed, resulting in an empty window. The to-do list logic is handled via console input/output, but it isn't connected to the GUI. To fix this, you could add widgets like Listbox or Label to show tasks, buttons to mark tasks as done or pending, and ensure the program enters the Tkinter event loop with root.mainloop() to allow interaction with the window.