Metadata-Version: 2.1
Name: pylister
Version: 1.0.2
Author: recleun
Keywords: cli,tool,task-management
Description-Content-Type: text/markdown
License-File: LICENSE

# Pylister

Pylister is a tool that you can use to manage your projects through the terminal.\
It is pretty simple to use. You add projects to Pylister (no directories needed, only a name is enough), you can also add descriptions to these projects, and the main objective of Pylister is to store and manage the tasks that you create for these projects.

## Installation

*Note: Python is required to be installed*
```
pip install pylister
```

## Usage

Note: You can use either `pylister` or `pyl`

To see what commands you can use:
```
pylister -h
```
