A simple Todo Checklist application built with PyQt5.
- Add, remove, and check off tasks.
- User-friendly interface.
- Customizable todo items.
- Python 3.x
- PyQt5
- Clone the repository:
git clone https://github.com/yourusername/Todo-Check-List-Using-PyQt5.git
QWidget{ background-color: #FFB6C1; } QLisWidget{ background-color: #1C3879; margin:10%; font:14pt; } QPushButton{ background-color:#FFFF00; margin-left:10%; margin-right:10%; font:15pt; }