Metadata-Version: 2.1
Name: pytodo-qt
Version: 0.2.2
Summary: A simple To-Do list app written in PyQt6
Author-email: Michael Berry <trismegustis@gmail.com>
License: GPLv3
Project-URL: Homepage, https://github.com/berrym/todo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: PyQt6
Requires-Dist: pycryptodomex

# To-Do

A simple to-do list program.

## Description

A small application to manage multiple to-do lists written in Python 3 and Qt5

## Getting started

* Clone the git repository from https://github.com/berrym/todo.git

* Install a recent version of Python, needs version 3.8+.

* A requirements.txt is provided in the repository so required packages can be installed using pip.
    * pip install -r requirements.txt --user

### Executing program

The main script can be executed from the command line, e.g.

* python3 todo.py

## Help

python3 todo.py --help

## Authors

Copyright 2020
Michael Berry <trismegustis@gmail.com>

## Version History
* 0.1.1
    * Needs Python 3.8 for walrus operator.
    * Improved dialogs for syncing.
    * Serialize network I/O with json.

* 0.1.0
    * Initial Release

## License

This project is licensed under the GNU General Public License version 3, or at your option any later version.

See the COPYING file included in the git repository.
