You are not logged in.

#1 2011-09-01 18:48:49

vcottineau
Member
Registered: 2011-05-05
Posts: 15

Simple TODO manager

Hello, I have created a simple TODO manager written in python with a ncurses interface.

The program is available here : 2do-curses-1.0.tar.gz
To install just type as root:

python setup.py install

2do-curses - screenshot

Last edited by vcottineau (2011-09-03 21:15:00)

Offline

#2 2011-09-02 12:12:46

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: Simple TODO manager

Hint: use distutils to distribute the app, much nicer than copy/paste from forums smile


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2011-09-03 15:32:48

vcottineau
Member
Registered: 2011-05-05
Posts: 15

Re: Simple TODO manager

Mr.Elendig wrote:

Hint: use distutils to distribute the app, much nicer than copy/paste from forums smile

Thanks a lot  for the hint

Last edited by vcottineau (2011-09-03 15:38:21)

Offline

#4 2011-09-03 17:39:24

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,324

Re: Simple TODO manager

Moderator comment:
vcottineau,
Be careful with posting large pictures.  Your file is only 34K, so I'll leave it be.  In general you should adhere to https://wiki.archlinux.org/index.php/Fo … s_and_Code.  Personally, I only enforce the file size and not the pixel count.  With other moderators, YMMV.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2011-09-04 00:12:08

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: Simple TODO manager

vcottineau wrote:

To install just type as root:

python setup.py install

No need to be root actually, also it is really easy to wrap in a PKGBUILD


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#6 2011-09-04 01:30:13

vcottineau
Member
Registered: 2011-05-05
Posts: 15

Re: Simple TODO manager

Hm I don't know so much about distutils as I am using it for the first time

In the setup.py I consider my python program as a "script" and the default install path is then /usr/bin (root)

Offline

Board footer

Powered by FluxBB