pyBegin / projects / todolist

ToDo List in Python 📒

This is a simple command-line ToDo List application written in Python.

118 lines🖥 Desktop only

ToDo List in Python 📒

This is a simple command-line ToDo List application written in Python.

Features

Example

  1. Start the bot in Telegram by sending /start.
  2. A reply keyboard appears with buttons such as "Добавить заметку" (Add note), "Удалить заметку" (Delete note), "Изменить заметку" (Edit note), "Добавить событие" (Add event), and "Открыть текущие заметки/события" (View notes/events).
  3. Tap "Добавить заметку" — the bot replies "Вы создали заметку" (You created a note).
  4. Tap "Открыть текущие заметки/события" — the bot replies with the current notes/events list.
  5. Send /help to see a formatted list of all available commands.

Usage

To run the program, you will need Python installed on your computer. Once you have Python, you can run the program from the command line by navigating to the directory containing the Python file and running the following command:

python to_do_list.py
python3 to_do_list.py