Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturale0/readingtools
Tools for enhanced reading experience on iPhone, designed for 'Pythonista for iOS'.
https://github.com/naturale0/readingtools
Last synced: 6 days ago
JSON representation
Tools for enhanced reading experience on iPhone, designed for 'Pythonista for iOS'.
- Host: GitHub
- URL: https://github.com/naturale0/readingtools
- Owner: naturale0
- Created: 2019-05-10T02:46:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T07:38:20.000Z (over 5 years ago)
- Last Synced: 2024-11-08T03:44:08.458Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReadingTools
is a set of Tools aimed at enhancing reading experience on iPhone, designed for [Pythonista for iOS](http://omz-software.com/pythonista/).You can
* `TextTime.py`: estimate reading time of the text
* `Summarize.py`: extractively summarize the text
* `local_TTS.py`: locally synthesize audio file generated from the text
* `google_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.