Skip to content

Task Manager Pro is a desktop application developed using TKinter, a Python GUI toolkit, to provide users with an efficient and user-friendly task management experience. This project showcases a seamless blend of interactive design, robust error handling, and adherence to coding best practices, resulting in a reliable and maintainable

Notifications You must be signed in to change notification settings

Christian-Hernandez-Box/Task-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Task-Manager-Pro

This application allows users to manage their tasks by adding and deleting them through a graphical user interface (GUI) built with Python's Tkinter library.

Features

  • Add Tasks: Users can enter tasks in the provided text box and submit them.
  • Delete Tasks: Users can delete tasks by specifying the task number.
  • Error Handling: The application handles input errors such as empty task submission or invalid task numbers.
  • GUI Interface: The application provides a user-friendly interface for task management.

Usage

  1. Clone the repository or download the Python script.
  2. Run the Python script task_management.py.
  3. Enter tasks in the text box provided and click "Submit" to add them.
  4. To delete a task, enter the task number in the designated field and click "Delete".
  5. Click "Close App" to exit the application.

Requirements

  • Python 3.x
  • Tkinter library (usually included in standard Python distributions)

Notes

  • This application is a simple example of using Tkinter for GUI-based task management.
  • Feel free to modify and extend the code according to your requirements.
Screenshot 2023-11-27 at 11 54 41 PM

About

Task Manager Pro is a desktop application developed using TKinter, a Python GUI toolkit, to provide users with an efficient and user-friendly task management experience. This project showcases a seamless blend of interactive design, robust error handling, and adherence to coding best practices, resulting in a reliable and maintainable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages