jwrite


Namejwrite JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/jrrom/jwrite
SummaryNotepad clone made with PySide6
upload_time2022-12-31 06:19:21
maintainer
docs_urlNone
authorjrrom
requires_python>=3.7,<3.12
licenseGPL-3.0-only
keywords pyside6 gui text editor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jwrite

![GPL-3.0 License](https://img.shields.io/github/license/jrrom/jwrite)
![100% Python, except the parts not shown here](https://img.shields.io/github/languages/top/jrrom/jwrite)
![Version](https://img.shields.io/pypi/v/jwrite)
![Supports Python 3.7, 3.8, 3.9, 3.10 and 3.11](https://img.shields.io/pypi/pyversions/jwrite)

## About -

This is a minimal notepad clone made to learn [PySide6](https://doc.qt.io/qtforpython/index.html) for a school project. It uses QUI files for structuring its main components.
Download the package using `pip install jwrite` or `pip3 install jwrite`

## Showcase -
Video - https://youtu.be/YS1AV7d7t88

![New Screen](https://user-images.githubusercontent.com/77691121/209984324-055cfa72-f1dd-4d82-9594-d86b559e3ce5.png)
![Some text selected](https://user-images.githubusercontent.com/77691121/209984428-f2fb929d-bd84-49cf-89cc-3cde30bea61d.png)
![About Page](https://user-images.githubusercontent.com/77691121/209984573-59ed67d0-6a6a-44b7-b23a-eb5107a9a70f.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jrrom/jwrite",
    "name": "jwrite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<3.12",
    "maintainer_email": "",
    "keywords": "PySide6,GUI,text,editor",
    "author": "jrrom",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/3c/a0/bd3c38187aa5dfe3cfe36ccd34b9072352759ccab913afc7f79d63961a24/jwrite-1.0.3.tar.gz",
    "platform": null,
    "description": "# jwrite\n\n![GPL-3.0 License](https://img.shields.io/github/license/jrrom/jwrite)\n![100% Python, except the parts not shown here](https://img.shields.io/github/languages/top/jrrom/jwrite)\n![Version](https://img.shields.io/pypi/v/jwrite)\n![Supports Python 3.7, 3.8, 3.9, 3.10 and 3.11](https://img.shields.io/pypi/pyversions/jwrite)\n\n## About -\n\nThis is a minimal notepad clone made to learn [PySide6](https://doc.qt.io/qtforpython/index.html) for a school project. It uses QUI files for structuring its main components.\nDownload the package using `pip install jwrite` or `pip3 install jwrite`\n\n## Showcase -\nVideo - https://youtu.be/YS1AV7d7t88\n\n![New Screen](https://user-images.githubusercontent.com/77691121/209984324-055cfa72-f1dd-4d82-9594-d86b559e3ce5.png)\n![Some text selected](https://user-images.githubusercontent.com/77691121/209984428-f2fb929d-bd84-49cf-89cc-3cde30bea61d.png)\n![About Page](https://user-images.githubusercontent.com/77691121/209984573-59ed67d0-6a6a-44b7-b23a-eb5107a9a70f.png)\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Notepad clone made with PySide6",
    "version": "1.0.3",
    "split_keywords": [
        "pyside6",
        "gui",
        "text",
        "editor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "abe73844158ed20f2f05f538ddc8d71b",
                "sha256": "20433e578081ee1f8b365c9fc2f52a2379628b0a9a35635c8c33205fec809176"
            },
            "downloads": -1,
            "filename": "jwrite-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abe73844158ed20f2f05f538ddc8d71b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<3.12",
            "size": 19353,
            "upload_time": "2022-12-31T06:19:19",
            "upload_time_iso_8601": "2022-12-31T06:19:19.316708Z",
            "url": "https://files.pythonhosted.org/packages/b4/ac/2d4160797a40cc53da67489e07c66644bca9e19148b66ae9777ca44ae029/jwrite-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c4fc38578198818d6a70a5d19669c941",
                "sha256": "a565c7e127a46283b63c8facf00156366a9478f9199cb45dcb00b5e593f901ae"
            },
            "downloads": -1,
            "filename": "jwrite-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c4fc38578198818d6a70a5d19669c941",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<3.12",
            "size": 16951,
            "upload_time": "2022-12-31T06:19:21",
            "upload_time_iso_8601": "2022-12-31T06:19:21.575541Z",
            "url": "https://files.pythonhosted.org/packages/3c/a0/bd3c38187aa5dfe3cfe36ccd34b9072352759ccab913afc7f79d63961a24/jwrite-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-31 06:19:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jrrom",
    "github_project": "jwrite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jwrite"
}
        
Elapsed time: 0.07485s