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
- Host: GitHub
- URL: https://github.com/mnikander/task_tree_python
- Owner: mnikander
- License: mit
- Created: 2025-07-11T14:39:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-14T19:55:26.000Z (12 months ago)
- Last Synced: 2025-08-14T21:32:34.874Z (12 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```