An open API service indexing awesome lists of open source software.

https://github.com/theawiteb/todo-list-cli

To-do lists, with beautiful CLI
https://github.com/theawiteb/todo-list-cli

Last synced: about 1 year ago
JSON representation

To-do lists, with beautiful CLI

Awesome Lists containing this project

README

          

# Todo-list-cli

[Requirements](#Requirements) •
[Installation](#Installation) •
[Features](#Features) •
[Using](#Using) •
[LICENSE](#LICENSE)

## Requirements
* **[python3.6](https://www.python.org/downloads/) +**
* **[git](https://git-scm.com/)**
* **[pip](https://pip.pypa.io/en/stable/installation/)**

## Installation

Use [GitHub](https://GitHub.com) to clone Todo List.

```bash
# clone
git clone https://GitHub.com/TheAwiteb/todo-list-cli
# change directory
cd todo-list-cli
# install package from PyPi
pip3 install -r requirements.txt
# Run
python3 todo.py
```

## Features

* Easy using.
* Can choose TimeZone.
* Json storage.

## Using

**First run will initialization Todo list**

![initialization Todo List](https://i.ibb.co/rQ0vb9h/todo-init.png)

**When you don't have any Todo, the main interface will look like this**

![first homepage](https://i.ibb.co/44bx030/todo-homepage1.gif)

**How to add a new Todo**

![new Todo](https://i.ibb.co/k2kwdjp/todo-add.png)

**When there is a Todo, the main interface will look like this**

![second homepage](https://i.ibb.co/R685P4v/todo-homepage2.gif)

**When the Todo is finished, it will be removed like this**

![done Todo](https://i.ibb.co/hLPLLT3/todo-done.gif)

**Navigating between pages will be like this**

![back and next](https://i.ibb.co/VMWJdNY/todo-next-back.gif)

## LICENSE
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)