Skip to content

Learn how to build a To-Do List Application using Python in this quick and practical tutorial. I'll guide you through creating a command-line task manager where you can add, view, and delete tasks. Stay organized and boost your productivity with Python's power!

Notifications You must be signed in to change notification settings

Varnithvarma/ToDoList-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python To-Do List App

A simple and practical To-Do List Application built with Python. Stay organized and manage your tasks efficiently using this command-line task manager. Boost your productivity with Python's power!

Features

  • Add tasks with descriptions and due dates.
  • View existing tasks in a list format.
  • Delete completed or unnecessary tasks.
  • Save tasks to a file for easy loading.

Getting Started

  1. Clone the repository: git clone (https://github.com/Varnithvarma/ToDoList-Python)
  2. Run the application: python main.py

How to Use

  • Choose options from the menu to add, view, or delete tasks.
  • Follow the on-screen prompts for task details.
  • Tasks will be saved to tasks.txt for future use.

Requirements

  • Python 3.x
  • Pillow (PIL) library (optional for image processing)

Contribution

Contributions are welcome! Fork the repository and submit a pull request.

About

Learn how to build a To-Do List Application using Python in this quick and practical tutorial. I'll guide you through creating a command-line task manager where you can add, view, and delete tasks. Stay organized and boost your productivity with Python's power!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages