This project is a simple To-Do List application built using Python and PyQt5. The application allows users to add tasks to a list, view the list of tasks, and see the total number of tasks.
- Add Task: Users can enter a task in the input field and add it to the list by clicking the "Add Task" button.
- View Tasks: The tasks are displayed in a list view, showing all the tasks added.
- Task Count: The application displays the total number of tasks at the bottom of the window.
- Python: The main programming language used for the application.
- PyQt5: The library used for creating the graphical user interface.
- Install the required packages using
pip install PyQt5
. - Run the application using
python3 todo_app.py
.