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

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

Pyodide-runnable

No โ€” to_do_list.py is a Telegram bot built on the telebot library; it needs network access and a bot token, so it cannot run in the browser playground. Run it on a desktop Python environment.