https://github.com/seantolstoyevski/talker
Golang binding for Tolk
https://github.com/seantolstoyevski/talker
go golang-wrapper screen-reader screen-reader-api screen-readers syscall
Last synced: 2 months ago
JSON representation
Golang binding for Tolk
- Host: GitHub
- URL: https://github.com/seantolstoyevski/talker
- Owner: SeanTolstoyevski
- License: mit
- Created: 2020-10-16T06:59:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T12:27:50.000Z (over 3 years ago)
- Last Synced: 2025-01-28T16:14:34.011Z (4 months ago)
- Topics: go, golang-wrapper, screen-reader, screen-reader-api, screen-readers, syscall
- Language: Go
- Homepage:
- Size: 688 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# talker – Golang wrapper for Tolk library
[](https://pkg.go.dev/github.com/SeanTolstoyevski/talker@master?GOOS=windows)
## Welcome to Talker's Repo!
This Golang module is a wrapper for [Tolk library](https://github.com/dkager/tolk) (C).
No changes have been made to the use API.
Only utf-8/ utf-16 conversions is automatically.
You do not need to do these conversions.You can check the [examples folder](https://github.com/SeanTolstoyevski/talker/tree/master/examples/) to see more stuff.
## İnstallation
`go get -u github.com/SeanTolstoyevski/talker`
This command gets the latest tagged version (git tag).
To install the latest commit:
`go get github.com/SeanTolstoyevski/talker@master`This command install the last commit in the master branch.
Don't remember to copy the dynamic link libraries for the project directory you are using Talker for. Examples can be found in the appveyor file.