2021-02-24 16:56:52 +01:00
|
|
|
# TeleVex
|
|
|
|
|
|
|
|
https://televex.vvvvvvaria.org/
|
|
|
|
|
|
|
|
Experimental communication tools (televex screen + televex print).
|
|
|
|
|
2021-02-24 19:47:25 +01:00
|
|
|
## TeleVex Screen
|
|
|
|
|
|
|
|
(Python script with colorful output in the terminal)
|
|
|
|
|
|
|
|
`$ make screen`
|
|
|
|
|
|
|
|
The main script is: `screen/televex.py`
|
|
|
|
|
|
|
|
Live: in the Varia windows.
|
|
|
|
|
|
|
|
## TeleVex Print
|
|
|
|
|
2021-03-13 21:17:35 +01:00
|
|
|
web interface -----> printer
|
|
|
|
Multifeeder -----> printer
|
|
|
|
|
|
|
|
(Flask web application + EPSON printer)
|
2021-02-24 19:47:25 +01:00
|
|
|
|
|
|
|
`$ make print`
|
|
|
|
|
|
|
|
The main script is: `print/start.py`
|
|
|
|
|
|
|
|
Live: <https://televex.vvvvvvaria.org/print/>
|
|
|
|
|
2021-03-13 21:17:35 +01:00
|
|
|
Local: `localhost:5000/print`
|
2021-02-24 19:47:25 +01:00
|
|
|
|
|
|
|
## Install TeleVex
|
|
|
|
|
|
|
|
`$ make setup`
|
|
|
|
|
|
|
|
Requires: see `requirements.txt`
|