Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 865ca54792a9d555e42fa2820aee2878 > files > 160

gammu-1.34.0-1.mga5.i586.rpm

.. _python-gammu-examples:

More python-gammu Examples
==========================

All these (and some more) examples are also available in ``python/examples/``
directory in Gammu sources.

Sending a message
-----------------

.. literalinclude:: ../../../python/examples/sendsms.py
   :language: python

Sending a long message
----------------------

.. literalinclude:: ../../../python/examples/sendlongsms.py
   :language: python

Initiating a voice call
-----------------------

.. literalinclude:: ../../../python/examples/dialvoice.py
   :language: python

Reading calendar from phone
---------------------------

.. literalinclude:: ../../../python/examples/getallcalendar.py
   :language: python