Requirements Python 3.x Tkinter SWI-Prolog Microsoft SQL Server pymssql Python library Setup Install Dependencies sudo apt-get install python3-tk swi-prolog pip install pymssql Database Configuration Create settings.conf with your SQL Server credentials: your_username your_password Running the Application Run the Python script: python3 main.py Usage Add Task: Enter a task description and click "Add task". Mark as Done: Click "Mark as done" next to a task. Delete Task: Click "Delete task" next to a task.