A Command-line to-do list application built using the 'Argparse' library of Python that allows users to keep a record of to-do and done tasks and run commands using the terminal.
This project is a command-line todo list application that allows users to add new todos, delete todos, mark them as done, see a report of existing todos and done tasks, etc. This project is a command-line project that allows users to run commands in the terminal for different operations like adding, deleting, and viewing todos and done tasks.
Two Python libraries are used in this project: 'Argparse' and 'Datetime'. 'Argparse' library is used to make it a command-line application to perform tasks using command-line instructions. Usage of the application is:
Submitted by Deepanshu Mittal (deepcodeman)
Download packets of source code on Coders Packet
Comments