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

https://github.com/mnikander/task_tree_python

A python script which structures tasks in a tree
https://github.com/mnikander/task_tree_python

Last synced: 12 months ago
JSON representation

A python script which structures tasks in a tree

Awesome Lists containing this project

README

          

# Task Tree

A simple script to assist in task management.
Tasks and their components or dependencies are represented as a tree.
The data is stored, edited, and versioned using a CSV file, and the script reads this CSV file and produces a readable overview.

## Setup and Usage

```bash
sudo apt install python3 pandas
git clone git@github.com:mnikander/task_tree_python.git
cd task_tree_python/
python3 task_tree.py example.csv
```