Skip to content

rwandaPinocle/Liszt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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