Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 629 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 629 Bytes

Todo-Check-List-Using-PyQt5

Todo Checklist Application

A simple Todo Checklist application built with PyQt5.

Features

  • Add, remove, and check off tasks.
  • User-friendly interface.
  • Customizable todo items.

Requirements

  • Python 3.x
  • PyQt5

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Todo-Check-List-Using-PyQt5.git
    

Stylesheet code

QWidget{ background-color: #FFB6C1; } QLisWidget{ background-color: #1C3879; margin:10%; font:14pt; } QPushButton{ background-color:#FFFF00; margin-left:10%; margin-right:10%; font:15pt; }