is a set of Tools aimed at enhancing reading experience on iPhone, designed for Pythonista for iOS.
You can
TextTime.py
: estimate reading time of the textSummarize.py
: extractively summarize the textlocal_TTS.py
: locally synthesize audio file generated from the textgoogle_TTS.py
: remotely synthesize audio file with Google Cloud service, generated from the text
(You need to run your own server to communicate with Google Cloud API, though, since Pythonista cannot directly communicate with Google API. (TBD: example RESTful API server via Flask))
There's also
AppleNewsUtils.py
: utilities for interacting with Apple News app.Utils.py
: utilities for fetching and manipulating text from clipboard, URL, etc.