All Projects → rwandaPinocle → Liszt

rwandaPinocle / Liszt

Licence: gpl-3.0
A personal organization software with a script engine for automation

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Liszt

Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (+23.61%)
Mutual labels:  sqlite, qt, qt5
Sqlitestudio
A free, open source, multi-platform SQLite database manager.
Stars: ✭ 2,337 (+3145.83%)
Mutual labels:  sqlite, qt, qt5
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (+427.78%)
Mutual labels:  note-taking, qt, qt5
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-30.56%)
Mutual labels:  qt, qt5
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-40.28%)
Mutual labels:  kanban, trello
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-37.5%)
Mutual labels:  qt, qt5
Qlogo
QLogo is a rewrite of the UCBLogo language and user interface with UCB compatibility. It is cross-platform and uses hardware-accelerated graphics.
Stars: ✭ 39 (-45.83%)
Mutual labels:  qt, qt5
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-26.39%)
Mutual labels:  qt, qt5
Fqterm
Stars: ✭ 50 (-30.56%)
Mutual labels:  qt, qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-5.56%)
Mutual labels:  qt, qt5
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-16.67%)
Mutual labels:  qt, qt5
D2sqlite3
A small wrapper around SQLite for the D programming language
Stars: ✭ 67 (-6.94%)
Mutual labels:  sqlite, sqlite3
Perfect Sqlite
A stand-alone Swift wrapper around the SQLite 3 client library.
Stars: ✭ 42 (-41.67%)
Mutual labels:  sqlite, sqlite3
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-33.33%)
Mutual labels:  qt, qt5
Mlde.d.moonlightde
Modular and Qt5 light new behavior desktop environment
Stars: ✭ 40 (-44.44%)
Mutual labels:  qt, qt5
Fluent Sqlite Driver
Fluent driver for SQLite
Stars: ✭ 51 (-29.17%)
Mutual labels:  sqlite, sqlite3
Electron Angular4 Sqlite3
Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
Stars: ✭ 60 (-16.67%)
Mutual labels:  sqlite, sqlite3
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+1452.78%)
Mutual labels:  qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+1497.22%)
Mutual labels:  qt, qt5
Sqlite Global Tool
SQLite .NET Core CLI tool that allows the user to manually enter and execute SQL statements with or without showing query result.
Stars: ✭ 37 (-48.61%)
Mutual labels:  sqlite, sqlite3

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].