GoDo Code
Brought to you by:
adam4444
File | Date | Author | Commit |
---|---|---|---|
GoDo.conf | 2007-07-08 | adam4444 | [r1] |
README | 2007-07-15 | adam4444 | [r7] |
TODO | 2007-07-27 | adam4444 | [r16] |
data | 2007-07-11 | adam4444 | [r3] |
godo | 2007-08-17 | adam4444 | [r17] |
godo_data.py | 2007-07-15 | adam4444 | [r8] |
godo_settings.py | 2007-07-08 | adam4444 | [r1] |
godo_todo.py | 2007-07-15 | adam4444 | [r8] |
install.py | 2007-07-15 | adam4444 | [r8] |
uninstall.py | 2007-07-15 | adam4444 | [r9] |
README ------ DESCRIPTION ----------- GoDo is a simple ToDo-list written in Python with GTK as the GUI-toolkit. INSTALLATION ------------ In order to install GoDo, run install.py as root; su && python install.py, or if you use Ubuntu just run sudo python install.py. Then the installation will begin, and you don't need to do anything - it installs itself automatically. And if all went well, you can start GoDo by typing godo in the terminal. LICENSE ------- GoDo is licensed under the GNU General Public License - which means it's free software. If you want to read the license, check the file called LICENSE. CONTRIBUTORS ------------ Adam P.H Lundvall - created and maintains GoDo.