Skip to content

shreyescodes/ToDoApp-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp 2.0

A feature-rich task management application built with KivyMD and SQLite.

Features

  • Create, view, update, and delete tasks
  • Categorize tasks: Today, Delayed, Upcoming, and Completed
  • Set due dates for tasks
  • Search functionality
  • Android compatibility

Requirements

  • Python 3.7+
  • KivyMD
  • SQLite3

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/todoapp2.0.git
    cd todoapp2.0
    
  2. Install dependencies:

    pip install kivymd
    

Usage

Run the main script:

python main.py

Project Structure

  • main.py: Main application logic
  • main.kv: KivyMD UI layout
  • database.py: SQLite database operations

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published