Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 491559ed865a01ef3abe3d655e66b324 > files > 144

gammu-1.32.0-5.mga4.x86_64.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