PyPenNotes

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Current Features: - aprox RAM usage)
(0.3 - 2nd Toolbar + Togglebutton, Undo, Save, Restore, Autosave/-load on exit and start, serious redraw speed up, new screenshoot)
Line 6: Line 6:
 
Little tool to write notes using pen and touchscreen.
 
Little tool to write notes using pen and touchscreen.
  
This program is written in [[Python]] using pygtk. It can be used only if those are present in your environment (see [[SettingsGUI#Environment]]).
+
This program is written in [[Python]] using pygtk. It can be used only if those are present in your environment (see [[PyPenNotes#Environment]]).
  
 
== Current Features ==
 
== Current Features ==
  
* draw in different colors, thicknesses
+
* Change color and size of pen
* change color
+
* Change background color (even on used notebook pages)
* sponge
+
* Undo
* as many notes as you like  
+
* Save and Restore
 +
** Using the file '''~/.penNotes.strokes_data'''
 +
** You may symlink that to your SD-Card if you like...
 +
* As many Notes as you like  
 
** (1-9999, or no RAM left ;-) )  
 
** (1-9999, or no RAM left ;-) )  
** 168 simple notes may take about 19 MByte of RAM
+
** 200 simple Notes may take about 10 MByte (should be less with Version 0.3 - so this is a vague estimate)
  
 
== Planned Features ==
 
== Planned Features ==
  
* save notes to flash
+
* Manage different notebooks (choose place to save them)
  
 
== Currnet screenshot ==
 
== Currnet screenshot ==
  
http://scap.linuxtogo.org/files/45edcb7a32ad1b6a5e0c19ff622bee30.png
+
http://scap.linuxtogo.org/files/be14e59a15321981dcbf1282e4f1e2ba.png
 +
 
  
 
== Download ==
 
== Download ==
Line 31: Line 35:
 
! Release Focus
 
! Release Focus
 
|-
 
|-
| 0.2 ('''current''')
+
| 0.3 ('''current''')
 +
| [http://mput.de/~kristian/.openmoko/pyPenNotes-0.3.tar.bz2 pyPenNotes-0.3.tar.bz2]
 +
| 2nd Toolbar + Togglebutton, Undo, Save, Restore, Autosave/-load on exit and start, serious redraw speed up
 +
|-
 +
| 0.2
 
| [http://mput.de/~kristian/.openmoko/pyPenNotes-0.2.tar.bz2 pyPenNotes-0.2.tar.bz2]  
 
| [http://mput.de/~kristian/.openmoko/pyPenNotes-0.2.tar.bz2 pyPenNotes-0.2.tar.bz2]  
 
| color, thickness and note selection, notes won't get saved to FLASH yet
 
| color, thickness and note selection, notes won't get saved to FLASH yet

Revision as of 03:23, 9 October 2007

In progress: This article or section documents one or more features whose implementation are in progress.
File:PyPenNotes-0.1.png
pyPenNotes - "Blue Ink Editon"

Contents

Overview

Little tool to write notes using pen and touchscreen.

This program is written in Python using pygtk. It can be used only if those are present in your environment (see PyPenNotes#Environment).

Current Features

  • Change color and size of pen
  • Change background color (even on used notebook pages)
  • Undo
  • Save and Restore
    • Using the file ~/.penNotes.strokes_data
    • You may symlink that to your SD-Card if you like...
  • As many Notes as you like
    • (1-9999, or no RAM left ;-) )
    • 200 simple Notes may take about 10 MByte (should be less with Version 0.3 - so this is a vague estimate)

Planned Features

  • Manage different notebooks (choose place to save them)

Currnet screenshot

http://scap.linuxtogo.org/files/be14e59a15321981dcbf1282e4f1e2ba.png


Download

Version Download Release Focus
0.3 (current) pyPenNotes-0.3.tar.bz2 2nd Toolbar + Togglebutton, Undo, Save, Restore, Autosave/-load on exit and start, serious redraw speed up
0.2 pyPenNotes-0.2.tar.bz2 color, thickness and note selection, notes won't get saved to FLASH yet
0.1 pyPenNotes-0.1.tar.bz2 initial release - can do nothing yet. :-)


Environment

For more, see Python.

The following archives will have to be installed (source packages: python python-pygtk python-pycairo python-pygobject):

python-core python-misc python-lang python-pygtk

If you want to test this and do not have a build environment, you can 'ipkg install' the python components from the ScaredyCat repositories.

NOTE: These packages take up a considerable amout of space (about 10 MByte), make sure that you have enough free space or install the packages to the media card as explained in package management.
Personal tools
In progress: This article or section documents one or more features whose implementation are in progress.
File:PyPenNotes-0.1.png
pyPenNotes - "Blue Ink Editon"

Overview

Little tool to write notes using pen and touchscreen.

This program is written in Python using pygtk. It can be used only if those are present in your environment (see PyPenNotes#Environment).

Current Features

  • Change color and size of pen
  • Change background color (even on used notebook pages)
  • Undo
  • Save and Restore
    • Using the file ~/.penNotes.strokes_data
    • You may symlink that to your SD-Card if you like...
  • As many Notes as you like
    • (1-9999, or no RAM left ;-) )
    • 200 simple Notes may take about 10 MByte (should be less with Version 0.3 - so this is a vague estimate)

Planned Features

  • Manage different notebooks (choose place to save them)

Currnet screenshot

http://scap.linuxtogo.org/files/be14e59a15321981dcbf1282e4f1e2ba.png


Download

Version Download Release Focus
0.3 (current) pyPenNotes-0.3.tar.bz2 2nd Toolbar + Togglebutton, Undo, Save, Restore, Autosave/-load on exit and start, serious redraw speed up
0.2 pyPenNotes-0.2.tar.bz2 color, thickness and note selection, notes won't get saved to FLASH yet
0.1 pyPenNotes-0.1.tar.bz2 initial release - can do nothing yet. :-)


Environment

For more, see Python.

The following archives will have to be installed (source packages: python python-pygtk python-pycairo python-pygobject):

python-core python-misc python-lang python-pygtk

If you want to test this and do not have a build environment, you can 'ipkg install' the python components from the ScaredyCat repositories.

NOTE: These packages take up a considerable amout of space (about 10 MByte), make sure that you have enough free space or install the packages to the media card as explained in package management.