pyUtilsS60

A collection of (pure) Python modules containing miscellaneous UI dialogs and utility functions for PyS60 (Python for Series 60 phones). I have written these modules originally for my personal use and purposes but then published them in the hope that they would be useful some other persons, too. These modules are still under development and they certainly need enhancing, optimization, and fixing.

The current modules are

pyS60uiutils.py

A collection of miscellaneous UI dialogs and functions for PyS60. The current utilities are:

pyS60gfxutil.py

A collection of miscellaneous functions and classes for graphics manipulation in PyS60 environment.

pyS60cnfutil.py

A simple configuration database utility based on Python dictionary.

pyS60dbgutil.py

A collection of miscellaneous functions and classes to aid development work in PyS60 environment.

Requirements

Python for S60 v1.4.0 or later. Some parts of the modules may work with older PyS60 versions, too.

Back