Skip to content
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.

Run on Windows 10/11

  1. Download Portable .EXE file of latest release from the release page.

  2. Extract To-Do_Portable_x.x.x.zip file.

  3. Open To-Do.exe.

Build from source

To run this application, you need Python 3.9 or higher.

  1. Clone the repository:
$ git clone https://github.com/jltk/todo-app.git
  1. Navigate to the project directory:
$ cd todo-app
  1. Run the application:
$ cd todo_app
$ python todo_app.py

Shortcuts

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

MARKUP DESCRIPTION
--- Adds seperator
---title here Adds a seperator with title
Clone this wiki locally