Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.
/ todo-list Public archive

These are the files for the To-Do List Python project.

License

Notifications You must be signed in to change notification settings

odysseuskir/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

To-do List

Bugs

I usually fix bugs on my own but if you find one, post an issue and I will look into it. If you have the time, feel free to fix it as well!

Instructions

What value to insert when asked to select a list

If you are asked to provide a list to complete an operation, you can select one by inserting the exact name of the list. Example: I want to rename my list called 'Homework'. When asked for it I type 'Homework'.

What value to insert when asked to select a task

If you are asked to provide a task to complete an operation, you can select one by inserting the number of the task with the 'task' keyword in front of it Example: I want to check of my task that is 3rd on my list. When asked for it I type 'task3'.

What value to insert when asked to select a subtask

If you are asked to provide a subtask to complete an operation, you can select one by inserting the number of the subtask inside a task. Example: I want to check off my subtask that is 1st inside the task. When asked for it I type '1'.

Due date format

When asked to insert a due date, you can insert it in any format. We can't limit the format, because it would be too restrictive.