Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marianoguerra/taskr

a small and simple task manager with desktop and web clients
https://github.com/marianoguerra/taskr

Last synced: about 1 month ago
JSON representation

a small and simple task manager with desktop and web clients

Awesome Lists containing this project

README

        

# taskr

a simple task manager as an example of multiple python technologies

## status

stalled, it's just an example, if you have improvements, fork it and send pull requests

## requirements

* python >= 2.5
* sqlalchemy
* simplejson (for python 2.5, > 2.5 comes builtin)
* werkzeug

on debian based systems (change the package manager of your choice)

sudo aptitude install python-sqlalchemy python-simplejson python-werkzeug

### clone the repository with the latest code
git clone git://github.com/marianoguerra/taskr.git

### go to the source directory
cd taskr/

### run
python main.py

### go to http://localhost:8080/ with your browser
firefox http://localhost:8080/

### enjoy!