Skip to content

This is my implementation of a task manager in python.

License

Notifications You must be signed in to change notification settings

HeyGlee/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TASK MANAGER

How to use this task manager

  • Adding tasks
  • Removing tasks
  • Updating tasks
  • Search tasks
  • Saving tasks
  • More in updates!

Creating tasks

When you create a task, you will be required to input:

  • Name
  • Description
  • Date due
  • Tags
Afterwards, this info will be saved into a save file in the repo which will contain all of this info and into a quick database where you can search and order items (won't be released just yet).

Finding tasks

You will be able to search for tasks based on their name (a-z, z-a), their date due (recent, furthest) or their tags.

Any ideas?

If you have any ideas or want to add any features message me or fork.


Last update: 12/11/23

About

This is my implementation of a task manager in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages