2016-07-05 00:13:48 +02:00
# fenrir
2016-09-16 12:12:57 +02:00
An TTY screenreader for Linux. Its an early alpha version. you can test it. it is not recommented for productive use. if you want to help just let me know.
2016-07-05 11:16:34 +02:00
# requirements
2016-09-16 10:31:26 +02:00
- linux
- python3
- python-espeak
- python-evdev
2016-09-27 14:29:57 -08:00
- loaded uinput kernel module
2016-09-16 10:31:26 +02:00
Read permission to the following files:
/sys/devices/virtual/tty/tty0/active
/dev/vcsa[1-64]
ReadWrite permission
/dev/input
/dev/uinput
2016-07-07 14:37:10 +02:00
# optional
2016-09-27 14:29:57 -08:00
- sox [its used by default in the generic sound driver for playing sound-icons]
- speech-dispatcher, python3-speechd [to use the speech-dispatcher driver]
- brltty, python-brlapi [for using braille] # (not implemented yet)
- gstreamer [for soundicons via gstreamer] # not working yet
2016-10-01 01:44:36 +02:00
- python-pyenchant for spell check functionality
2016-09-16 11:50:53 +02:00
2016-07-05 11:18:35 +02:00
# installation
2016-09-16 10:31:26 +02:00
Currently there is no setupscript (sorry). But you can just run src/fenrir-package/fenrir.py as root or setup the needed permissions