Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukedschenk/readmymessages
A simple Android Python script which reads aloud all of the unread SMS messages on your device.
https://github.com/lukedschenk/readmymessages
android android-python-script htc10 python python3 qpython3 sms unread-sms-messages voicemail
Last synced: 12 days ago
JSON representation
A simple Android Python script which reads aloud all of the unread SMS messages on your device.
- Host: GitHub
- URL: https://github.com/lukedschenk/readmymessages
- Owner: LukeDSchenk
- Created: 2019-03-20T18:04:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T21:04:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T22:20:41.848Z (2 months ago)
- Topics: android, android-python-script, htc10, python, python3, qpython3, sms, unread-sms-messages, voicemail
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReadMyMessages
A simple Android Python script which reads aloud all of the unread SMS messages on your device. The idea behind this simple script was a way to read your android SMS messages aloud while driving, etc.This is a very basic functioning "text message voice mail" program I wrote entirely on my HTC 10 device in QPython3. I spent about an hour making this, and the functionality is very limited in its current state. Feel free to use this code in any way, mess around with it, make it better, whatever you like. It's also a fun little learing experience if you wish to make your own :)
If you are interested in contributing to this simple project to turn it into something bigger, please feel free to let me know!
## Running the script
To run this script on your android device, you will need to install QPython3, or a similar Python IDE for Android (I would recommend using QPython3, because the androidhelper module is installed by default). I may or may not try and update this into a full fledged kivy Android/IOS application in the future. We'll see!