Skip to content

Added a simple Task manager with basic GUI #2689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025

Conversation

LAbhilashKumar
Copy link
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