An open API service indexing awesome lists of open source software.

https://github.com/ruslan-rv-ua/telecode

Simple app for visually impaired students to recieve remote source code files.
https://github.com/ruslan-rv-ua/telecode

a11y accessibility blind python

Last synced: 20 days ago
JSON representation

Simple app for visually impaired students to recieve remote source code files.

Awesome Lists containing this project

README

          

# telecode

Simple app for visually impaired students to recieve remote source code files.

Documentation available at [telecode homepage](http://ruslan.rv.ua/telecode/).

## Build from source

1. Clone this repo:

```
git clone https://github.com/ruslan-rv-ua/telecode
cd telecode
```

1. Install Python virtual environment and dependencies:

```
poetry install
```

1. Export requirements:

`poetry export -f requirements.txt -o requirements.txt --without-hashes`

1. Build:

```
poetry run python build.py
```

1. The distribution zip archive is in the `docs` folder.