Skip to content

Commit 37ccd29

Browse files
authored
added new program todo_list
1 parent f6023d4 commit 37ccd29

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ utility
1515
- module containing variety of functions to be used in other scripts
1616
* contains function to clear the output screen
1717

18-
## Mosh's Python Projects - My code for the python projects from Mosh's courses
18+
## Assorted Python Projects - My code for assorted python projects
1919

2020
dice_roller
2121
- application for rolling a die (random int from 1-6)
@@ -38,3 +38,12 @@ rock_paper_scissors
3838
+ game will repeat until user chooses not to, at the end will report how many times each player won a game
3939
+ utilizes validation module to verify input from user
4040
+ utilizes utility module to clear output during the game
41+
42+
todo_list
43+
- application a basic todo list
44+
* Application presents a menu where user and show current tasks, add a new task or complete a task
45+
+ User can add name of the task as well as a deadline, program will check if task already exists
46+
+ User can complete a task by enter item number from list
47+
+ It validates whether task removal is allowed: if empty list or out of range it won't be allowed
48+
+ Saves tasks to textfile once complete, reads in from textfile when opened
49+
+ creates textfile if one doesn't exist yet

0 commit comments

Comments
 (0)