Skip to content

Commit 1f99353

Browse files
authored
Update README.md
Change link
1 parent 24713f2 commit 1f99353

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![app_icon](https://github.com/user-attachments/assets/2ddff14c-a387-4d8d-859a-1993192c8194)
22

3-
[![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff)](#) [![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white)](#) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-darkred.svg)](https://www.gnu.org/licenses/gpl-3.0)
3+
[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white)](#) [![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff)](#) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-darkred.svg)](https://www.gnu.org/licenses/gpl-3.0)
44

55
# Todo App for Windows
66

7-
A simple and private to-do deskop app using python tkinter and local storage for Windows.
7+
A simple and private to-do deskop app using python tkinter and JSON local storage for Windows.
88

99
Free and open-source alternative to the Microsoft To Do app using no third-party dependencies.
1010

@@ -14,13 +14,13 @@ Free and open-source alternative to the Microsoft To Do app using no third-party
1414

1515
- Simple and intuitive interface
1616
- Dark mode
17-
- Own your data using local storage with JSON
18-
- Privacy-focused free open-source software
17+
- Own your data with local storage
18+
- Lightweight free open-source software
1919
- No third-party dependencies
2020

2121
## Installation
2222

23-
### Download Portable .EXE for Windows 10/11: [🔗 TodoApp-0.2.0.zip](https://github.com/jltk/todo-app/releases/download/0.2.0/To-Do.zip) [6,18 MB]
23+
### Download Portable .EXE for Windows 10/11: [🔗 To-Do_0.2.1.zip](https://github.com/jltk/todo-app/releases/download/0.2.1/To-Do_0.2.1.zip) [6,64 MB]
2424

2525
or [visit the release page](https://github.com/jltk/todo-app/releases).
2626

@@ -31,25 +31,26 @@ To run this application, you need Python 3.6 or higher.
3131
1. Clone the repository:
3232

3333
```bash
34-
git clone https://github.com/jltk/todo-app.git
34+
$ git clone https://github.com/jltk/todo-app.git
3535
```
3636

3737
2. Navigate to the project directory:
3838

3939
```bash
40-
cd todo-app
40+
$ cd todo-app
4141
```
4242

4343
3. Install dependencies:
4444

4545
```bash
46-
pip install -r requirements.txt
46+
$ pip install -r requirements.txt
4747
```
4848

4949
4. Run the application:
5050

5151
```bash
52-
python todo_app.app
52+
$ cd todo_app
53+
$ python todo_app.py
5354
```
5455

5556
## Shortcuts
@@ -59,6 +60,7 @@ python todo_app.app
5960
| **Ctrl+D** | Mark tasks as done |
6061
| **Ctrl+U** | Mark tasks as urgent |
6162
| **Ctrl+Del** | Delete tasks |
63+
| **Ctrl+E** | Edit task |
6264
| **Ctrl+R** | Toggle dark mode |
6365
| **Ctrl+H** | About window |
6466

0 commit comments

Comments
 (0)