This is a simple to-do list application built with Python and Streamlit. It allows users to add, view, and delete tasks using a clean web interface.
- Add tasks
- View tasks
- Delete tasks
- Quit
-
Install the required dependencies:
pip install -r requirements.txt -
Run the app using Streamlit:
streamlit run todo.py
- Streamlit