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.
- Host: GitHub
- URL: https://github.com/ruslan-rv-ua/telecode
- Owner: ruslan-rv-ua
- License: mit
- Created: 2021-10-13T11:22:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T12:54:15.000Z (about 4 years ago)
- Last Synced: 2025-01-06T18:19:16.124Z (over 1 year ago)
- Topics: a11y, accessibility, blind, python
- Language: Python
- Homepage:
- Size: 167 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.