An open API service indexing awesome lists of open source software.

https://github.com/smartlegionlab/todo-app-cli

Console ToDo app. The ToDo console app is a simple and easy-to-use task management tool that works on the command line. It allows users to easily add, delete, edit, and view their tasks without the distraction of complex graphical interfaces.
https://github.com/smartlegionlab/todo-app-cli

cli-app cli-todo linux-cli python-app python-todo python3 smartlegionlab todoapp

Last synced: about 2 months ago
JSON representation

Console ToDo app. The ToDo console app is a simple and easy-to-use task management tool that works on the command line. It allows users to easily add, delete, edit, and view their tasks without the distraction of complex graphical interfaces.

Awesome Lists containing this project

README

          

# Console TODo App v1.0.0

Console TODO app

---

## Other ToDO apps:

- [Desktop ToDo app](https://github.com/smartlegionlab/smart-todo-app-desktop)
- [Telegram Bot ToDo app](https://github.com/smartlegionlab/todo-app-tg-bot) | [Use](https://t.me/smarttodoappbot)
- [Web ToDo app](https://github.com/smartlegionlab/todo-app-django)

---

## What's new:

- Architectural code refactoring.
- The code has been rewritten using the MVC (Model-View-Controller) architecture.
- Bugs fixed.
- The user interface has been simplified and improved.
- The structure and readability of the code has been improved, making it easier to maintain and extend functionality. (SOLID, DRY, MVC).
- Complete refusal to store tasks in the json file. Only sqlite is now used to store tasks.

## In the next updates:

- Adding comments to tasks.

---

## ⚠️ Disclaimer

**By using this software, you agree to the full disclaimer terms.**

**Summary:** Software provided "AS IS" without warranty. You assume all risks.

**Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/todo-app-cli/blob/master/DISCLAIMER.md)

---

## Use:

- Clone project
- Go to the project folder
- `python main.py`

---

## Images:

![logo](https://github.com/smartlegionlab/todo-app-cli/raw/master/data/images/todo_app_cli.png)

---

## License

*Licensed under [BSD 3-Clause License](https://github.com/smartlegionlab/todo-app-cli/blob/master/LICENSE) • Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)*

---