26 lines
776 B
Markdown
26 lines
776 B
Markdown
# Terminal Project Management
|
|
by Sem van der Hoeven
|
|
|
|
## Contents
|
|
|
|
- [Overview](#Overview)
|
|
- [Installation](#Installation)
|
|
- [Usage](#Usage)
|
|
|
|
# Overview
|
|
This is a project management tool straight from your terminal!
|
|
It is written in python using the [curses library](https://docs.python.org/3/library/curses.html).
|
|
|
|
It gives a neat presentation of all your projects, which you can assign tasks to, which all have a unique status and description. This gives you an overview of the project's progress at a glance.
|
|
|
|
# Installation
|
|
|
|
### requirements:
|
|
- python 3.x
|
|
|
|
Download the file from the [releases page](https://github.com/SemvdH/terminal-project-management/releases) and run `python console-gui.py`
|
|
|
|
# Usage
|
|
https://github.com/lukesampson/scoop/wiki/Creating-an-app-manifest
|
|
|