https://github.com/javadr/negar-gui
Graphical User Interface for Negar -- Persian Text Editor
https://github.com/javadr/negar-gui
persian-language texteditor-gui virastar
Last synced: 8 months ago
JSON representation
Graphical User Interface for Negar -- Persian Text Editor
- Host: GitHub
- URL: https://github.com/javadr/negar-gui
- Owner: javadr
- License: gpl-3.0
- Created: 2022-04-11T18:42:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T20:22:25.000Z (over 1 year ago)
- Last Synced: 2025-04-02T21:32:40.610Z (about 1 year ago)
- Topics: persian-language, texteditor-gui, virastar
- Language: Python
- Homepage:
- Size: 3.45 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
Negar-GUI
==============
[](https://pypi.org/project/negar-gui/)
[](https://github.com/javadr/negar-gui/archive/master.zip)


[](https://github.com/javadr/negar-gui/network/members)
[](https://github.com/javadr/negar-gui/blob/main/LICENSE)
[](https://github.com/javadr/negar-gui/stargazers)
[](https://github.com/javadr/negar-gui/issues)
[](https://pepy.tech/project/negar-gui)
[](https://pepy.tech/project/negar-gui)

Graphical User interface for `negar`


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