Go to file
s490054 5d963d3723 Upload files to "/" 2024-06-21 21:19:56 +02:00
README.md Upload files to "/" 2024-06-21 21:19:56 +02:00
main.py Upload files to "/" 2024-06-21 21:19:56 +02:00
sort.pl Upload files to "/" 2024-06-21 21:19:56 +02:00

README.md

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.