manse99 / todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code provides a simple command-line interface to add, complete, and list tasks in a to-do list. It uses a list (tasks) to store the tasks, and 
provides functions to add tasks (add_task), complete tasks (complete_task), 
and list the tasks (list_tasks). The code runs in an infinite loop that repeatedly 
prompts the user for a command and performs the corresponding action, 
until the user enters the "exit" command.
**************************************************************************************************

Dependencies:

Tkinter
PiFonts

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%