X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

To-Do List App

This is a simple To-Do List app built with Python using tkinter for the user interface and sqlite3 for data storage.

Features

  • Add tasks
  • View tasks
  • Delete tasks
  • Save tasks to database

Requirements

  • Python 3.8.10
  • tkinter
  • sqlite3

Installation

  1. Clone the repository:
    git clone <repository-url>
X Tutup