This is a simple Todo List application built using Tkinter.
- Python 3.x
- Clone this repository to your local machine:
git clone https://github.com/lilibethocando/To-Do-List-App.git
- Navigate to the project directory:
cd GUI.py
- Run the application:
python GUI.py
-
The Todo List app window will open. You can add tasks by typing them into the entry field and pressing the "Add Task" button. Tasks can be marked as completed by clicking on them.
-
To exit the application, simply close the window.
-
Optional: You can also download your Todo List as a CSV file from the app.
- Add tasks to the list.
- Mark tasks as completed.
- Simple and intuitive user interface.
Contributions are welcome! If you'd like to add features, improve the app, or fix bugs, feel free to fork this repository and submit a pull request.