Tagged Questions
The pythonce tag has no wiki summary.
1
vote
0answers
131 views
Accessing the camera in Windows Mobile 6 with PythonCE
I have a windows mobile device - HTC Touch Viva - and PythonCE installed on it. I want to capture the camera image using python script. I have ctypes in PythonCE, so was wondering if I could load the ...
1
vote
0answers
122 views
Any Bluetooth library out there to with PythonCE?
PythonCE is a Python port for Windows CE and Windows Mobile. I'm currently working on a project that uses Bluetooth (actually PyBluez) to communicate with a remote device. My project works on Windows, ...
1
vote
3answers
736 views
extending pythonce to access gsm/camera/gps easily from pythonce
as it seems there is no scripting language for windows mobile devices that gives access to phone (sms, mms, make a call, take photo) I wonder how complex would it be to make a python library that ...