Skip to content

chakhritmeeying/To-Do-List-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

To-Do List (Python) πŸ“πŸ

A simple command-line To-Do List program written in Python.
This project is created for practicing Python fundamentals such as functions, lists, loops, and file handling.

Features

  • Add a new task
  • View all tasks
  • Remove a task by number
  • Save tasks to a file
  • Load tasks automatically when the program starts

πŸ“Œ Menu Options

1 β†’ Add a task 2 β†’ View tasks 3 β†’ Remove a task 4 β†’ Exit the program

What I Learned

  • Using functions to organize code
  • Passing lists as parameters instead of using global variables
  • Reading from and writing to files in Python
  • Handling user input and basic error handling

Learning step by step πŸ’› Mistakes and experiments included β€” that’s how learning works!

About

To-Do List (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages