We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cf5b0 commit a108ed6Copy full SHA for a108ed6
1 file changed
To Do List/README.md
@@ -0,0 +1,22 @@
1
+# To-Do List App
2
+
3
+This is a simple To-Do List app built with Python using `tkinter` for the user interface and `sqlite3` for data storage.
4
5
+## Features
6
7
+- Add tasks
8
+- View tasks
9
+- Delete tasks
10
+- Save tasks to database
11
12
+## Requirements
13
14
+- Python 3.8.10
15
+- `tkinter`
16
+- `sqlite3`
17
18
+## Installation
19
20
+1. Clone the repository:
21
+ ```bash
22
+ git clone <repository-url>
0 commit comments