pyqt-spellcheck


Namepyqt-spellcheck JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/NethumL/pyqt-spellcheck
SummarySpellchecking QTextEdit widget
upload_time2024-03-02 20:10:56
maintainer
docs_urlNone
authorNethum Lamahewage
requires_python>=3.9
licenseMIT
keywords pyqt5 spellcheck
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyQt Spell check

## Usage

### Setup

- Install [enchant](https://github.com/AbiWord/enchant)

- Install from PyPI

```shell
$ pip install pyqt-spellcheck
```

### Example

An example of usage is available in `examples/example.py`

<img src="https://i.imgur.com/VSo625R.gif" width="500" height="500" alt="Demo"/>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NethumL/pyqt-spellcheck",
    "name": "pyqt-spellcheck",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "pyqt5,spellcheck",
    "author": "Nethum Lamahewage",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/10/db/2a77ec06135e4fa55caa51b57e5ec0964c746d5d674555176ffe3ad5ad29/pyqt_spellcheck-0.2.1.tar.gz",
    "platform": null,
    "description": "# PyQt Spell check\n\n## Usage\n\n### Setup\n\n- Install [enchant](https://github.com/AbiWord/enchant)\n\n- Install from PyPI\n\n```shell\n$ pip install pyqt-spellcheck\n```\n\n### Example\n\nAn example of usage is available in `examples/example.py`\n\n<img src=\"https://i.imgur.com/VSo625R.gif\" width=\"500\" height=\"500\" alt=\"Demo\"/>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Spellchecking QTextEdit widget",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/NethumL/pyqt-spellcheck",
        "Repository": "https://github.com/NethumL/pyqt-spellcheck"
    },
    "split_keywords": [
        "pyqt5",
        "spellcheck"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53ef99ae07600c895f60cc7ad3481753b3e091ed7159fff3161ee1d698fb1bea",
                "md5": "c1ba606c68bae6a6734706587b3f7d15",
                "sha256": "4617d8415e71d1ed6752cdff3d373a5e00bdd2924f56e1f4fd72fc77882f7cef"
            },
            "downloads": -1,
            "filename": "pyqt_spellcheck-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1ba606c68bae6a6734706587b3f7d15",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6796,
            "upload_time": "2024-03-02T20:10:55",
            "upload_time_iso_8601": "2024-03-02T20:10:55.869433Z",
            "url": "https://files.pythonhosted.org/packages/53/ef/99ae07600c895f60cc7ad3481753b3e091ed7159fff3161ee1d698fb1bea/pyqt_spellcheck-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10db2a77ec06135e4fa55caa51b57e5ec0964c746d5d674555176ffe3ad5ad29",
                "md5": "7efa170b419e35e3abb2f3578442f350",
                "sha256": "adaa88ef2c635057585b2324100e8b096c8618085056a6bd1e0326decae9cfa5"
            },
            "downloads": -1,
            "filename": "pyqt_spellcheck-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7efa170b419e35e3abb2f3578442f350",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4408,
            "upload_time": "2024-03-02T20:10:56",
            "upload_time_iso_8601": "2024-03-02T20:10:56.769327Z",
            "url": "https://files.pythonhosted.org/packages/10/db/2a77ec06135e4fa55caa51b57e5ec0964c746d5d674555176ffe3ad5ad29/pyqt_spellcheck-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 20:10:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NethumL",
    "github_project": "pyqt-spellcheck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyqt-spellcheck"
}
        
Elapsed time: 0.19686s