negar-gui


Namenegar-gui JSON
Version 0.8.3 PyPI version JSON
download
home_pagehttp://github.com/javadr/negar-gui
SummaryGraphical User Interface for Negar -- Persian Text Editor
upload_time2023-08-18 17:06:25
maintainer
docs_urlNone
authorJavad Razavian
requires_python>=3.6
licenseGPLv3
keywords spellcheck persian text-editor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Negar-GUI
==============
[![PyPI](https://img.shields.io/pypi/v/negar-gui?style=social)](https://pypi.org/project/negar-gui/)
[![code size](https://img.shields.io/github/languages/code-size/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/archive/master.zip)
[![GitHub forks](https://img.shields.io/github/forks/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/network/members)
[![GitHub license](https://img.shields.io/github/license/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/issues)
[![Downloads](https://pepy.tech/badge/negar-gui)](https://pepy.tech/project/negar-gui)
[![Downloads](https://pepy.tech/badge/negar-gui/month)](https://pepy.tech/project/negar-gui)

Graphical User interface for `negar`


![Negar's English view](https://raw.github.com/javadr/negar-gui/master/images/negar-en.png)
![Negar's Persian view](https://raw.github.com/javadr/negar-gui/master/images/negar-fa.png)

Installation
==============

## PyPi

**python-negar** is available on [PyPi](http://pypi.python.org/pypi/negar-gui):

    $ pip install negar-gui

## Git

You can get latest stable changes from github server:

    $ git clone https://github.com/javadr/negar-gui.git
    $ cd negar-gui
    $ python setup.py install

## Zip, Tarball

You can download the latest tarball.

### *nix

Get the latest tarball & install:

    $ wget -O negar-gui-master.tar.gz https://github.com/javadr/negar-gui/archive/master.tar.gz
    $ tar xvzf negar-gui-master.tar.gz && cd negar-gui-master
    $ python setup.py install

### Windows

Download latest zip archive.

https://github.com/javadr/negar-gui/archive/master.zip

Decompress it, and run the following command in root directory of `negar-gui`

    $ python setup.py install

#### Requirements
The GUI is relied on `python-negar` as well as `PyQt5`, `pyperclip`, `pyuca`, `regex`, `requests`, `qrcode`, `docopt`, `Image`, `pyqtdarktheme`, and `toml`.
If you want to just run it by calling the script, you need to install its dependencies.

    $ pip install python-negar PyQt5 pyuca pyperclip regex requests qrcode docopt Image pyqtdarktheme toml

## Usage
Just use one of the following in your terminal.

    $ negar-gui

or simply

    $ negar



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/javadr/negar-gui",
    "name": "negar-gui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Spellcheck Persian Text-Editor",
    "author": "Javad Razavian",
    "author_email": "javadr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/94/d2c073c82e969942b270e7e22557a2d3febd8d5e35c62bd33590ff88074b/negar-gui-0.8.3.tar.gz",
    "platform": null,
    "description": "\ufeffNegar-GUI\n==============\n[![PyPI](https://img.shields.io/pypi/v/negar-gui?style=social)](https://pypi.org/project/negar-gui/)\n[![code size](https://img.shields.io/github/languages/code-size/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/archive/master.zip)\n[![GitHub forks](https://img.shields.io/github/forks/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/network/members)\n[![GitHub license](https://img.shields.io/github/license/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/blob/main/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/javadr/negar-gui?style=social)](https://github.com/javadr/negar-gui/issues)\n[![Downloads](https://pepy.tech/badge/negar-gui)](https://pepy.tech/project/negar-gui)\n[![Downloads](https://pepy.tech/badge/negar-gui/month)](https://pepy.tech/project/negar-gui)\n\nGraphical User interface for `negar`\n\n\n![Negar's English view](https://raw.github.com/javadr/negar-gui/master/images/negar-en.png)\n![Negar's Persian view](https://raw.github.com/javadr/negar-gui/master/images/negar-fa.png)\n\nInstallation\n==============\n\n## PyPi\n\n**python-negar** is available on [PyPi](http://pypi.python.org/pypi/negar-gui):\n\n    $ pip install negar-gui\n\n## Git\n\nYou can get latest stable changes from github server:\n\n    $ git clone https://github.com/javadr/negar-gui.git\n    $ cd negar-gui\n    $ python setup.py install\n\n## Zip, Tarball\n\nYou can download the latest tarball.\n\n### *nix\n\nGet the latest tarball & install:\n\n    $ wget -O negar-gui-master.tar.gz https://github.com/javadr/negar-gui/archive/master.tar.gz\n    $ tar xvzf negar-gui-master.tar.gz && cd negar-gui-master\n    $ python setup.py install\n\n### Windows\n\nDownload latest zip archive.\n\nhttps://github.com/javadr/negar-gui/archive/master.zip\n\nDecompress it, and run the following command in root directory of `negar-gui`\n\n    $ python setup.py install\n\n#### Requirements\nThe GUI is relied on `python-negar` as well as `PyQt5`, `pyperclip`, `pyuca`, `regex`, `requests`, `qrcode`, `docopt`, `Image`, `pyqtdarktheme`, and `toml`.\nIf you want to just run it by calling the script, you need to install its dependencies.\n\n    $ pip install python-negar PyQt5 pyuca pyperclip regex requests qrcode docopt Image pyqtdarktheme toml\n\n## Usage\nJust use one of the following in your terminal.\n\n    $ negar-gui\n\nor simply\n\n    $ negar\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Graphical User Interface for Negar -- Persian Text Editor",
    "version": "0.8.3",
    "project_urls": {
        "Homepage": "http://github.com/javadr/negar-gui"
    },
    "split_keywords": [
        "spellcheck",
        "persian",
        "text-editor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba94d2c073c82e969942b270e7e22557a2d3febd8d5e35c62bd33590ff88074b",
                "md5": "a12a1b25316b3ad62c4335dcb590b164",
                "sha256": "c8c5bed5324971fccfd61bbab73e7e646adcf2cd79aedcd1e288b28a0513cfde"
            },
            "downloads": -1,
            "filename": "negar-gui-0.8.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a12a1b25316b3ad62c4335dcb590b164",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 116172,
            "upload_time": "2023-08-18T17:06:25",
            "upload_time_iso_8601": "2023-08-18T17:06:25.293533Z",
            "url": "https://files.pythonhosted.org/packages/ba/94/d2c073c82e969942b270e7e22557a2d3febd8d5e35c62bd33590ff88074b/negar-gui-0.8.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 17:06:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "javadr",
    "github_project": "negar-gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "negar-gui"
}
        
Elapsed time: 0.10038s