https://github.com/argosopentech/go-free-translate

Translation app written in Golang using Gio

https://github.com/argosopentech/go-free-translate

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Translation app written in Golang using Gio

Basic Info
  • Host: GitHub
  • Owner: argosopentech
  • License: mit
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 13.7 KB
Statistics
  • Stars: 5
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

GoFreeTranslate

A translation application written in Golang using the Gio UI graphics library. GoFreeTranslate uses LibreTranslate for translations.

Screenshot

Quickstart

```

First run a LibreTranslate instance at localhost:5000

git clone https://github.com/LibreTranslate/LibreTranslate.git cd LibreTranslate virtualenv env source env/bin/activate pip install -e . argospm install translate-enes argospm install translate-esen libretranslate

Then

git clone https://github.com/argosopentech/go-free-translate.git cd go-free-translate go run . ```

Owner

  • Name: Argos Open Tech
  • Login: argosopentech
  • Kind: user
  • Location: Ithaca, NY

GitHub Events

Total
  • Watch event: 4
  • Push event: 6
  • Create event: 1
Last Year
  • Watch event: 4
  • Push event: 6
  • Create event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 11
  • Total Committers: 2
  • Avg Commits per committer: 5.5
  • Development Distribution Score (DDS): 0.182
Past Year
  • Commits: 11
  • Committers: 2
  • Avg Commits per committer: 5.5
  • Development Distribution Score (DDS): 0.182
Top Committers
Name Email Commits
P.J. Finlay p****t@g****m 9
Argos Open Tech 4****h 2

Issues and Pull Requests

Last synced: 12 months ago


Dependencies

go.mod go
  • gioui.org v0.8.0
  • gioui.org/shader v1.0.8
  • github.com/go-text/typesetting v0.2.1
  • github.com/snakesel/libretranslate v0.0.2
  • golang.org/x/exp v0.0.0-20240707233637-46b078467d37
  • golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
  • golang.org/x/image v0.18.0
  • golang.org/x/sys v0.22.0
  • golang.org/x/text v0.16.0
go.sum go
  • eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
  • gioui.org v0.8.0
  • gioui.org/cpu v0.0.0-20210808092351-bfe733dd3334
  • gioui.org/shader v1.0.8
  • github.com/go-text/typesetting v0.2.1
  • github.com/go-text/typesetting-utils v0.0.0-20241103174707-87a29e9e6066
  • github.com/snakesel/libretranslate v0.0.2
  • golang.org/x/exp v0.0.0-20240707233637-46b078467d37
  • golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
  • golang.org/x/image v0.18.0
  • golang.org/x/sys v0.22.0
  • golang.org/x/text v0.16.0