Skip to content

Added a simple Task manager with basic GUI#2689

Merged
geekcomputers merged 1 commit intogeekcomputers:masterfrom
LAbhilashKumar:todo_GUI
May 19, 2025
Merged

Added a simple Task manager with basic GUI#2689
geekcomputers merged 1 commit intogeekcomputers:masterfrom
LAbhilashKumar:todo_GUI

Conversation

@LAbhilashKumar
Copy link
Copy Markdown
Contributor

This PR adds a basic graphical user interface (GUI) version of the Task Manager app using Python’s tkinter module.

Features of the GUI version (todo_gui.py):

Add tasks through an input field and button

Display tasks in a scrollable list

Delete selected tasks with a delete button

Basic error handling using messagebox

GUI styled with window title and fixed size

This GUI version is added as a separate module and does not interfere with the existing CLI version

Addresses issue: #2382

@geekcomputers geekcomputers merged commit ff22402 into geekcomputers:master May 19, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants