Cheqlist. A simple Qt checklist.

Info:This is the README file for Cheqlist.
Author:Chris Warrick <chris@chriswarrick.com>
Copyright:© 2015-2016, Chris Warrick.
Date:2016-11-20
Version:0.3.1

PURPOSE

This is a simple checklist application, written in PyQt5.

SCREENSHOT

Cheqlist

INSTALLATION

pip install cheqlist

Make sure you have PyQt5 installed. AUR package also available.

If you are on Linux, run:

sudo update-mime-database /usr/share/mime

FILE FORMAT

GitHub Flavored Markdown is the usual file format:

- [ ] unchecked
- [x] checked

However, the parser is quite liberal when it comes to reading files. It also supports Markdown-style formatting for **bold**, *italic*, <u>underline</u>, ~~strikeout~~.

READ MORE

See the Cheqlist User’s Guide for more details.