A simple and private to-do GUI desktop app for Windows using python Tkinter and JSON local storage.
Free and open-source alternative to Microsoft To Do without third-party dependencies.
- Simple and intuitive interface
- Dark mode
- Own your data with local storage
- Lightweight free open-source software
- No third-party dependencies
Download Portable .EXE for Windows 10/11: ๐ To-Do_Portable_0.3.0.zip [5,29 MB]
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
- Install dependencies:
$ python -r requirements.txt
- 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 |
Star and fork the repo and contribute improvements and fixes to the project.
This project is licensed under the GPL license, read the LICENSE file for details.