fenrir/README.md

28 lines
894 B
Markdown
Raw Normal View History

2016-07-04 18:13:48 -04:00
# fenrir
2016-09-16 06:12:57 -04: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 05:16:34 -04:00
# requirements
2016-09-16 04:31:26 -04:00
- linux
- python3
- python-espeak
- python-evdev
- loaded uinput kernel module
2016-09-16 04:31:26 -04: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 08:37:10 -04:00
# optional
- 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
- python-enchant for spell check functionality
2016-09-16 05:50:53 -04:00
2016-07-05 05:18:35 -04:00
# installation
2016-09-16 04:31:26 -04:00
Currently there is no setupscript (sorry). But you can just run src/fenrir-package/fenrir.py as root or setup the needed permissions