No project description provided
Project description
Cracker
Usable GUI for text-to-speech services.
Supported text-to-speech
- ESpeak -- https://en.wikipedia.org/wiki/ESpeak
- AWS Polly -- https://aws.amazon.com/polly/
- Google TextToSpeech -- https://cloud.google.com/text-to-speech/
Why all of this
What can you do with it?
I (the author) have difficulty to focus on only reading. The best way to read is to walk and have white noise in the background but that isn't always possible. The other best way is to read both with eyes and ears. When someone reads and I can follow, I don't overly focus on how some words look weird or continue the line even though there is no text remaining. When someone reads what I see, it sets the pace and helps me remember/reference more easily.
Is it only reader?
Text often have footnotes, emoji, and other decorators. These can be visually pleasing but machine needs simple text. Cracker also provide text (de)formatters so to simplify text for Speakers. Examples of deformatters include removal of extensive whitespace, cryptic citation references and wikipedia decorators.
Is this an active project?
Kind of. I update it as I need it. It hasn't been touched in a while because of plenty of problems with (Py)Qt on Linux and increased popularity of Electron (see Pollytron). But, things have changed, and Qt is even better (and Electron is meh). I'm going to update Cracker as needed. Anyone and everyone is welcome to contribute or submit features request.
Installation
It should be enough to install via pip
, i.e.
$ pip install cracker
See Usage section below.
Development
PyQt5 is used to display GUI. To install PyQt5 head off to their installation page. Package is currently heavily favouring Ubuntu as end OS. If you are one of the lucky ones then the installation requires:
$ sudo sh install.sh # Installs pyqt5 on Ubuntu
$ pip install -r .
For other OS you'd need PyQt5 and vlc.
If you're on Ubuntu you'll most likely need additional gstreamer
packages. Otherwise you'll see something like defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
.
Usage
Since this is a GUI on top of AWS Polly it is assumed that one has credentials stored in default directory. This is ~/.aws/credentials
on unix based systems.
Currently reading out is performed by downloading mp3 format of the request and then using mpg123
to play it. This isn't optimal and should be changed, but, for now, it works.
Suggested execution command
$ cd cracker
$ python -m cracker.main
Key shortcuts
There's only one global command (read from clipboard). All commands are expected to be called when Cracker is in focus.
Action | Shortcut | Global |
---|---|---|
Read (clipboard) | Ctr + Shift + Space | Yes |
Read (text area) | Ctr + Shift + R | No |
Pause / Resume read | Ctr + Space | No |
Stop reading | Ctr + Shift + S | No |
Reduce (all active) | Ctr + R | No |
Reduce (wiki) | Ctr + Shift + W | No |
Reduce (citation) | Ctr + Shift + C | No |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cracker-0.8.1.tar.gz
.
File metadata
- Download URL: cracker-0.8.1.tar.gz
- Upload date:
- Size: 110.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baddab590a9ddf9e04aca50ab55a75648fbdfbb274c5f11dfed16a80ab4069bc |
|
MD5 | ecca363740f32f6572105aa64521f4b4 |
|
BLAKE2b-256 | a94744ce2409b3c0ff42ee139ddcb3935504a5eb63debc09266477dc1941379e |
File details
Details for the file cracker-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: cracker-0.8.1-py3-none-any.whl
- Upload date:
- Size: 111.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34313be7d8d6e8b1ca91132ee1f86e1497010e8efd3b76fabcc2be8909bf1ea4 |
|
MD5 | ba7fa3808ecc4a10d9fc43e394d419cf |
|
BLAKE2b-256 | 60d5db23da1d433989a012231de67fcc75a7bc92cc43f603674460e6d4736dda |