1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: fenrir
Section: admin
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Samuel Thibault <sthibault@debian.org>
Vcs-Browser: https://salsa.debian.org/a11y-team/fenrir
Vcs-Git: https://salsa.debian.org/a11y-team/fenrir.git
Homepage: https://linux-a11y.org/index.php?page=fenrir-screenreader
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-exec,
python3-all:any, python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Package: fenrir
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
python3-xdg, python3-dbus,
python3-evdev,
python3-pyte,
python3-daemonize,
Recommends:
speech-dispatcher, python3-speechd, sox,
python3-enchant,
xclip
Suggests:
python3-espeak,
python3-brlapi,
python3-gi, python3-gst-1.0
Description: Userland console (TTY) screen reader written in python
Fenrir is a young but powerful, modular and flexible console screen
reader. It has a lot of functionality:
.
* spellchecker
* advanced review functionality
* copy/paste
* multiple clipboards
* not in kernel space
* echo: word, char and deletion
* date/ time announcement
* script key (add functionality via bash and let fenrir read the output)
* window mode
* highlight tracking mode
* easy to extent, plugin architecture
* promoted words (hear a sound if your name is spoken in IRC)
* periodic time announcement
* everything configurable
* per app scripts
* emoji replacement :) = smile
* user defined dictionary
* multiple keyboard layouts
* sound icons themes
|