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: 3 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 v0.2.1

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.

---

## 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)

---

## Disclaimer of liability:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

***

## Copyright:
--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2024-2025, A.A. Suvorov
All rights reserved.
--------------------------------------------------------