Skip to content

This project is a 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.

Notifications You must be signed in to change notification settings

sami0567/toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To-Do List App

Overview

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.

Features

  • 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.

Technologies Used

  • Python: The main programming language used for the application.
  • PyQt5: The library used for creating the graphical user interface.

How to Run

  1. Install the required packages using pip install PyQt5.
  2. Run the application using python3 todo_app.py.

About

This project is a 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages