Home
Softono
Liszt

Liszt

Open source Python
102
Stars
10
Forks
2
Issues
7
Watchers
5 years
Last Commit

About Liszt

A personal organization software with a script engine for automation

Platforms

Web Self-hosted

Languages

Python

Links

Liszt

license

Liszt is a simple and distraction-free tool for creating and managing lists. Intended as a replacement for Trello, you can set due dates, attach info to cards, and even automate tasks at the push of a button. GUI is made with Qt using Pyside2 and all data is stored in a single Sqlite3 db file.

To run, just type

python3 main.py

Features

Create and move cards

create cards

Set due dates and add details

set due dates and add details

Automate tasks with command buttons

automate tasks with buttons

Requirements

The only dependency is Qt via Pyside2. You can install with

pip3 install -r requirements.txt