Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

negar-gui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

negar-gui

Graphical User Interface for Negar -- Persian Text Editor

  • 0.8.6
  • PyPI
  • Socket score

Maintainers
1

Negar-GUI

PyPI code size GitHub forks GitHub license GitHub stars GitHub issues Downloads Downloads

Graphical User interface for negar

Negar's English view Negar's Persian view

Installation

PyPi

python-negar is available on PyPi:

$ 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc