X Tutup
Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 360 Bytes

File metadata and controls

22 lines (15 loc) · 360 Bytes

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