Skip to content

Commit a108ed6

Browse files
committed
Readme
1 parent f6cf5b0 commit a108ed6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

To Do List/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)