wrthmn / Hyperskill-To-Do-List

My 11th Python project from Hyperskill.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do List

My 11th Python project from Hyperskill.

The program allows user to create a database for storing tasks and their deadlines.

Available actions:

  • add task;
  • delete task;
  • show today's tasks;
  • show week's tasks;
  • show all tasks;
  • show missed tasks.

The database is created using SQLAlchemy ORM and stored in a file "todo.db" in the same directory as the script file.

About

My 11th Python project from Hyperskill.


Languages

Language:Python 100.0%