Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/poet-assistant-desktop
Desktop version of the Poet Assistant app
https://github.com/caarmen/poet-assistant-desktop
dictionary-application macos qt qt6 tts
Last synced: 11 days ago
JSON representation
Desktop version of the Poet Assistant app
- Host: GitHub
- URL: https://github.com/caarmen/poet-assistant-desktop
- Owner: caarmen
- License: gpl-3.0
- Created: 2022-01-01T10:03:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T06:14:53.000Z (over 2 years ago)
- Last Synced: 2023-03-24T00:21:38.728Z (over 1 year ago)
- Topics: dictionary-application, macos, qt, qt6, tts
- Language: C++
- Homepage:
- Size: 16.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Poet Assistant (Desktop version)
## Installing
Download the application binary from the [releases](https://github.com/caarmen/poet-assistant-desktop/releases) page
* Linux:
- For text-to-speech features to be available, install `speech-dispatcher` with your favorite package manager
* Windows:
- For non power users, the `installer` version is recommended. If you download the `portable` version instead, extract the contents first, before running the `PoetAssistant.exe` file
- Starting with Windows 11, you'll see a warning about an unknown publisher. To be able to run the app, you'll have to click "More info" and then allow the app. My understanding is that I'd have to pay several hundred dollars every year to get rid of this warning (by purchasing a certificate to sign the app). I'm not investing in this at this point.## Compatibility
Poet Assistant has been tested on the following systems:
* Mac: 12
* Linux: Ubuntu 20.04, Fedora 35
* Windows: 10, 11## Building
This section is for developers who wish to build the app from sources. Regular users should refer to the "Installing" section above instead.
* Install [Qt](https://qt.io)
* Install additional dependencies:
- Linux: `speech-dispatcher`, `libspeechd-dev`
* Run the appropriate build script for your platform:
- `bash deploy/linux.bash`
- `bash deploy/mac.bash`
- `deploy\windows.bat`
* The application is created in `app/build/out`