News

A simple To-Do List application built with Python's tkinter library. This app allows users to add tasks, view their tasks, and check them off using checkboxes.
🧮 Basic Calculator using Tkinter 📌 Project Overview This project is a GUI-based Calculator built with Python’s Tkinter library. It performs basic arithmetic operations such as addition, subtraction, ...