Skip to content

Commit b0ee388

Browse files
authored
Update README.md
1 parent 0e31a3a commit b0ee388

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# Todo-list
2-
3-
A program for reminding tasks.
4-
5-
- save and load reminds
6-
- in the set time and date it notify the user in the notification bar
7-
- its support 2 language (Persian - English)
8-
- the task can be edited
9-
- its user friendly
10-
- ...
11-
12-
13-
#### inspired of :
14-
```
15-
https://github.com/anupamsharmae/todo-app
16-
```
1+
2+
---
3+
4+
# Todo-list πŸ“…
5+
6+
This is a simple **Python** application to help you manage your tasks and reminders efficiently. The app allows you to set, edit, and receive notifications for tasks at specific times. It supports both **English** and **Persian** languages.
7+
8+
## Features πŸš€
9+
- 🌟 Save and load tasks
10+
- ⏰ Set reminders with notifications
11+
- πŸ”„ Edit tasks
12+
- 🌍 Multi-language support (English & Persian)
13+
- πŸ’‘ User-friendly interface
14+
15+
## πŸ“¦ Installation
16+
1. Clone the repository.
17+
2. Run the script `todoPro.py` to start using the app.
18+
19+
Inspired by [anupamsharmae/todo-app](https://github.com/anupamsharmae/todo-app).
20+
21+
## πŸ“ License
22+
This project is licensed under the Apache-2.0 License.
23+
24+
---
25+

0 commit comments

Comments
Β (0)