-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jens edited this page Sep 20, 2024
·
1 revision
Welcome to the To-Do app wiki!
To-Do is a free open-source GUI software written in python using Tkinter and JSON for local storage without any third-party modules.
-
Download Portable .EXE file of latest release from the release page.
-
Extract
To-Do_Portable_x.x.x.zip
file. -
Open
To-Do.exe
.
To run this application, you need Python 3.9 or higher.
- Clone the repository:
$ git clone https://github.com/jltk/todo-app.git
- Navigate to the project directory:
$ cd todo-app
- Run the application:
$ cd todo_app
$ python todo_app.py
KEYS | DESCRIPTION |
---|---|
Ctrl+D | Mark tasks as done |
Ctrl+U | Mark tasks as urgent |
Ctrl+J | Mark tasks as cancelled |
Ctrl+Del | Delete tasks |
Ctrl+E | Edit task |
Ctrl+R | Toggle dark mode |
Ctrl+H | About window |
MARKUP | DESCRIPTION |
---|---|
--- |
Adds seperator |
---title here |
Adds a seperator with title |