argostranslategui


Nameargostranslategui JSON
Version 1.6.5 PyPI version JSON
download
home_pagehttps://www.argosopentech.com
SummaryGraphical user interface for Argos Translate
upload_time2023-06-02 23:52:05
maintainer
docs_urlNone
authorArgos Open Technologies, LLC
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Argos Translate GUI

[Website](https://www.argosopentech.com) | [GitHub](https://github.com/argosopentech/argos-translate-gui) | [PyPI](https://pypi.org/project/argostranslategui/)

Graphical user interface for [Argos Translate](https://github.com/argosopentech/argos-translate).

![Screenshot](/img/Screenshot.png)
![Screenshot2](/img/Screenshot2.png)

## Install
```
pip3 install argostranslategui


```

## Snapcraft

### Build and install snap package
1. Install [snapd](https://snapcraft.io/docs/installing-snapd) if it isn't already installed.
2. Using snapd install snapcraft and its dependency multipass:
```
sudo snap install multipass
sudo snap install --classic snapcraft
```
3. Clone this repo:
```
git clone https://github.com/argosopentech/argos-translate-gui.git
```
4. From the root directory of this project build the snap package:
```
cd argos-translate-gui
SNAPCRAFT_BUILD_ENVIRONMENT_MEMORY=4G snapcraft
```
Any *unzipped* package files in package/ will be automatically included in the snap archive (and won't be able to be deleted by users of the snap).

Note, the build won't run with Snapcraft's default build memory of 2GB so you need to set the SNAPCRAFT_BUILD_ENVIRONMENT environment variable. [More on Snapcraft forum](https://forum.snapcraft.io/t/snapcraft-configuration-of-multipass-vm-arguments/9761).

5. Install the snap package:
```
sudo snap install --devmode argos-translate_<version information>.snap
```

### Install from Snap Store
* Snap store install [currently unavailable](https://forum.snapcraft.io/t/omp-permission-error/28425) but snap build and install can still be done manually.

Argos Translate is available from the Snap Store and auto installs a content snap to support translation between Arabic, Chinese, English, French, Russian, and Spanish. Additional languages can be installed from supplementary content snaps.

With [snapd installed](https://snapcraft.io/docs/installing-snapd):
```
sudo snap install argos-translate
```
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/argos-translate)

Automatically installs and connects to `argos-translate-base-langs` snap to support translations between Arabic, Chinese, English, French, Russian, and Spanish.

Additional languages can be installed from *.argosmodel files or from supplementary content snaps:
* argos-translate-de-en - German - English
* argos-translate-en-it - English - Italian
* argos-translate-en-pt - English - Portuguese

To connect automatically:
`sudo snap connect argos-translate:argos-packages argos-translate-en-it:argos-packages`

To run command line interface on Snapcraft:
```
argos-translate.cli --help
```

### Uninstall Snap

The following command will uninstall the snap package.

``` shell
sudo snap remove argos-translate argos-translate-base-langs
```

If you installed additional language packs, you might want to remove them as well, e.g.

``` shell
sudo snap remove argos-translate-de-en

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.argosopentech.com",
    "name": "argostranslategui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Argos Open Technologies, LLC",
    "author_email": "admin@argosopentech.com",
    "download_url": "https://files.pythonhosted.org/packages/df/b8/db99830f65dca049b0ffbc8763c0513be5d5b4f91aea5416628e803b34ba/argostranslategui-1.6.5.tar.gz",
    "platform": null,
    "description": "# Argos Translate GUI\n\n[Website](https://www.argosopentech.com) | [GitHub](https://github.com/argosopentech/argos-translate-gui) | [PyPI](https://pypi.org/project/argostranslategui/)\n\nGraphical user interface for [Argos Translate](https://github.com/argosopentech/argos-translate).\n\n![Screenshot](/img/Screenshot.png)\n![Screenshot2](/img/Screenshot2.png)\n\n## Install\n```\npip3 install argostranslategui\n\n\n```\n\n## Snapcraft\n\n### Build and install snap package\n1. Install [snapd](https://snapcraft.io/docs/installing-snapd) if it isn't already installed.\n2. Using snapd install snapcraft and its dependency multipass:\n```\nsudo snap install multipass\nsudo snap install --classic snapcraft\n```\n3. Clone this repo:\n```\ngit clone https://github.com/argosopentech/argos-translate-gui.git\n```\n4. From the root directory of this project build the snap package:\n```\ncd argos-translate-gui\nSNAPCRAFT_BUILD_ENVIRONMENT_MEMORY=4G snapcraft\n```\nAny *unzipped* package files in package/ will be automatically included in the snap archive (and won't be able to be deleted by users of the snap).\n\nNote, the build won't run with Snapcraft's default build memory of 2GB so you need to set the SNAPCRAFT_BUILD_ENVIRONMENT environment variable. [More on Snapcraft forum](https://forum.snapcraft.io/t/snapcraft-configuration-of-multipass-vm-arguments/9761).\n\n5. Install the snap package:\n```\nsudo snap install --devmode argos-translate_<version information>.snap\n```\n\n### Install from Snap Store\n* Snap store install [currently unavailable](https://forum.snapcraft.io/t/omp-permission-error/28425) but snap build and install can still be done manually.\n\nArgos Translate is available from the Snap Store and auto installs a content snap to support translation between Arabic, Chinese, English, French, Russian, and Spanish. Additional languages can be installed from supplementary content snaps.\n\nWith [snapd installed](https://snapcraft.io/docs/installing-snapd):\n```\nsudo snap install argos-translate\n```\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/argos-translate)\n\nAutomatically installs and connects to `argos-translate-base-langs` snap to support translations between Arabic, Chinese, English, French, Russian, and Spanish.\n\nAdditional languages can be installed from *.argosmodel files or from supplementary content snaps:\n* argos-translate-de-en - German - English\n* argos-translate-en-it - English - Italian\n* argos-translate-en-pt - English - Portuguese\n\nTo connect automatically:\n`sudo snap connect argos-translate:argos-packages argos-translate-en-it:argos-packages`\n\nTo run command line interface on Snapcraft:\n```\nargos-translate.cli --help\n```\n\n### Uninstall Snap\n\nThe following command will uninstall the snap package.\n\n``` shell\nsudo snap remove argos-translate argos-translate-base-langs\n```\n\nIf you installed additional language packs, you might want to remove them as well, e.g.\n\n``` shell\nsudo snap remove argos-translate-de-en\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Graphical user interface for Argos Translate",
    "version": "1.6.5",
    "project_urls": {
        "Homepage": "https://www.argosopentech.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6a19fb9e2c571c348b1baec3ae7086628bbe595e3ac560b18afb310e165c468",
                "md5": "6a4994db8e56dadfaf137c60e76062b9",
                "sha256": "18ff453a55617ad3bafb39c263e65e821710b8e75f1d12a2c4e0d011f3544641"
            },
            "downloads": -1,
            "filename": "argostranslategui-1.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a4994db8e56dadfaf137c60e76062b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7639,
            "upload_time": "2023-06-02T23:52:03",
            "upload_time_iso_8601": "2023-06-02T23:52:03.860883Z",
            "url": "https://files.pythonhosted.org/packages/f6/a1/9fb9e2c571c348b1baec3ae7086628bbe595e3ac560b18afb310e165c468/argostranslategui-1.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfb8db99830f65dca049b0ffbc8763c0513be5d5b4f91aea5416628e803b34ba",
                "md5": "ba9cf9121e39685c865c1a5eab9e5158",
                "sha256": "442362f1dbdaf04ed340fcf464d03c5277c919dbfc80085e2d87f66c25c29905"
            },
            "downloads": -1,
            "filename": "argostranslategui-1.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ba9cf9121e39685c865c1a5eab9e5158",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7256,
            "upload_time": "2023-06-02T23:52:05",
            "upload_time_iso_8601": "2023-06-02T23:52:05.149127Z",
            "url": "https://files.pythonhosted.org/packages/df/b8/db99830f65dca049b0ffbc8763c0513be5d5b4f91aea5416628e803b34ba/argostranslategui-1.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 23:52:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "argostranslategui"
}
        
Elapsed time: 0.07971s