PyPenNotes

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(0.1 - can't do nothing yet - "Blue Ink Edition")
 
(0.2 - color, thickness and note selection, notes won't get saved to FLASH yet, new screenshot)
Line 1: Line 1:
 
{{InProgress}}
 
{{InProgress}}
  
[[Image:pyPenNotes-0.1.png|thumb|pyPenNotes - "Blue Ink Editon"]]
+
[[Image:PyPenNotes-0.1.png|thumb|pyPenNotes - "Blue Ink Editon"]]
  
 
== Overview ==
 
== Overview ==
Little tool to write notes using pen and touchscreen. Currently in proof of concept state.
+
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 [[SettingsGUI#Environment]]).
Line 10: Line 10:
 
== Current Features ==
 
== Current Features ==
  
* draw and paint using blue colored pixels
+
* draw in different colors, thicknesses
 +
* change color
 +
* sponge
 +
* as much notes as you like (1-9999, or no RAM left ;-) )
  
 
== Planned Features ==
 
== Planned Features ==
  
* redraw screen if needed
+
* save notes to flash
* change color
+
* sponge
+
* save notes
+
  
 +
== Currnet screenshot ==
 +
 +
http://scap.linuxtogo.org/files/45edcb7a32ad1b6a5e0c19ff622bee30.png
  
 
== Download ==
 
== Download ==
Line 26: Line 29:
 
! Release Focus
 
! Release Focus
 
|-
 
|-
| 0.1 ('''current''')
+
| 0.2 ('''current''')
 +
| [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
 +
|-
 +
| 0.1
 
| [http://mput.de/~kristian/.openmoko/pyPenNotes-0.1.tar.bz2 pyPenNotes-0.1.tar.bz2]  
 
| [http://mput.de/~kristian/.openmoko/pyPenNotes-0.1.tar.bz2 pyPenNotes-0.1.tar.bz2]  
 
| initial release - can do nothing yet. :-)
 
| initial release - can do nothing yet. :-)

Revision as of 21:38, 6 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 SettingsGUI#Environment).

Current Features

  • draw in different colors, thicknesses
  • change color
  • sponge
  • as much notes as you like (1-9999, or no RAM left ;-) )

Planned Features

  • save notes to flash

Currnet screenshot

http://scap.linuxtogo.org/files/45edcb7a32ad1b6a5e0c19ff622bee30.png

Download

Version Download Release Focus
0.2 (current) 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 SettingsGUI#Environment).

Current Features

  • draw in different colors, thicknesses
  • change color
  • sponge
  • as much notes as you like (1-9999, or no RAM left ;-) )

Planned Features

  • save notes to flash

Currnet screenshot

http://scap.linuxtogo.org/files/45edcb7a32ad1b6a5e0c19ff622bee30.png

Download

Version Download Release Focus
0.2 (current) 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.