ToDo List in Python ๐
This is a simple command-line ToDo List application written in Python.
This is a simple command-line ToDo List application written in Python.
This is a simple command-line ToDo List application written in Python.
Add Tasks: You can add tasks to your ToDo list. Just type in your task when prompted.
Remove Tasks: You can remove tasks from your ToDo list. You will need to provide the task number (the number displayed next to each task when displaying tasks).
Display Tasks: You can display all tasks in your ToDo list in the order they were added.
Quit: You can quit the application at any time.
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
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.