Metadata-Version: 2.1
Name: negar-gui
Version: 0.2.6
Summary: Graphical User Interface for Negar -- Persian Text Editor
Home-page: http://github.com/javadr/negar-gui
Author: Javad Razavian
Author-email: javadr@gmail.com
License: GPLv3
Keywords: Spellcheck Persian Text-Editor
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

﻿Negar
-----
Graphical User interface for `negar`


![Negar's Main Tab-English](https://github.com/javadr/negar-gui/blob/main//images/main.png)
![Negar's Main Tab-Persian](https://github.com/javadr/negar-gui/blob/main/images/main-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`.
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

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

    $ negar-gui

or simply

    $ negar


