negar-gui


Namenegar-gui JSON
Version 0.9.7 PyPI version JSON
download
home_pagehttp://github.com/javadr/negar-gui
SummaryGraphical User Interface for Negar -- Persian Text Editor
upload_time2024-12-28 07:04:42
maintainerNone
docs_urlNone
authorJavad Razavian
requires_python>=3.8
licenseGPLv3
keywords spellcheck persian text-editor
VCS
bugtrack_url
requirements python-negar PyQt5 PyQt6 pyperclip pyuca redlines regex requests qrcode docopt Image pyqtdarktheme toml
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 retrieve the latest stable changes from the 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 the latest zip archive.

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

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

    $ python setup.py install

#### Requirements
The GUI is relied on `python-negar` as well as `PyQt5/6`, `pyperclip`, `pyuca`, `redlines`, `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 PyQt6 pyuca pyperclip redlines 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": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Spellcheck Persian Text-Editor",
    "author": "Javad Razavian",
    "author_email": "javadr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/44/23/e1a8066c5e8cf1d02b1e4ad9bec568d9c00a8fbf6a6fc2a70231e9a92c34/negar_gui-0.9.7.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 retrieve the latest stable changes from the 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 the latest zip archive.\n\nhttps://github.com/javadr/negar-gui/archive/master.zip\n\nDecompress it, and run the following command in the 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/6`, `pyperclip`, `pyuca`, `redlines`, `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 PyQt6 pyuca pyperclip redlines 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",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Graphical User Interface for Negar -- Persian Text Editor",
    "version": "0.9.7",
    "project_urls": {
        "Homepage": "http://github.com/javadr/negar-gui"
    },
    "split_keywords": [
        "spellcheck",
        "persian",
        "text-editor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4423e1a8066c5e8cf1d02b1e4ad9bec568d9c00a8fbf6a6fc2a70231e9a92c34",
                "md5": "de574d7c575b0538cbea8f50c8b8e8cc",
                "sha256": "69ede2ed9a306339260d2fc0098a34b1681580e41ccc563ee92ffefececb3c07"
            },
            "downloads": -1,
            "filename": "negar_gui-0.9.7.tar.gz",
            "has_sig": false,
            "md5_digest": "de574d7c575b0538cbea8f50c8b8e8cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 117390,
            "upload_time": "2024-12-28T07:04:42",
            "upload_time_iso_8601": "2024-12-28T07:04:42.982096Z",
            "url": "https://files.pythonhosted.org/packages/44/23/e1a8066c5e8cf1d02b1e4ad9bec568d9c00a8fbf6a6fc2a70231e9a92c34/negar_gui-0.9.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 07:04:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "javadr",
    "github_project": "negar-gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "python-negar",
            "specs": [
                [
                    ">=",
                    "1.2.9"
                ]
            ]
        },
        {
            "name": "PyQt5",
            "specs": []
        },
        {
            "name": "PyQt6",
            "specs": []
        },
        {
            "name": "pyperclip",
            "specs": []
        },
        {
            "name": "pyuca",
            "specs": []
        },
        {
            "name": "redlines",
            "specs": []
        },
        {
            "name": "regex",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "qrcode",
            "specs": []
        },
        {
            "name": "docopt",
            "specs": []
        },
        {
            "name": "Image",
            "specs": []
        },
        {
            "name": "pyqtdarktheme",
            "specs": []
        },
        {
            "name": "toml",
            "specs": []
        }
    ],
    "lcname": "negar-gui"
}
        
Elapsed time: 0.43463s