From be0d414a55dbc49cb0c10e33c7b1ca20b36209c5 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Sun, 23 Aug 2020 01:19:02 +0200 Subject: [PATCH] added stuff to readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 33ec595..1a27828 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,17 @@ by Sem van der Hoeven - [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