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.
- Host: GitHub
- URL: https://github.com/smartlegionlab/todo-app-cli
- Owner: smartlegionlab
- License: bsd-3-clause
- Created: 2024-09-26T01:12:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-26T12:00:20.000Z (5 months ago)
- Last Synced: 2025-04-26T12:36:23.243Z (5 months ago)
- Topics: cli-app, cli-todo, linux-cli, python-app, python-todo, python3, smartlegionlab, todoapp
- Language: Python
- Homepage:
- Size: 361 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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