Skip to content

perumallaanusha/python-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python To-Do List

Project Overview

This is a simple command-line To-Do List application developed using Python as part of the DecodeLabs Python Programming Internship.

Features

  • Add new tasks
  • View all tasks
  • Menu-driven interface
  • Handles invalid menu choices
  • Exit the application safely

Technologies Used

  • Python 3
  • Lists
  • Loops
  • Conditional Statements
  • append()
  • enumerate()

How to Run

python todo.py

Sample Workflow

  1. Add a task
  2. Add another task
  3. View all tasks
  4. Exit the application

Learning Outcomes

This project helped me understand:

  • Python Lists
  • User Input
  • Loops
  • Conditional Statements
  • Menu-driven programming

This project was completed as part of the DecodeLabs Python Programming Internship.

About

Python To-Do List application built using Python as part of the DecodeLabs Python Programming Internship.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages