cgePy


NamecgePy JSON
Version 0.7.5 PyPI version JSON
download
home_pagehttps://github.com/catbox305/cge
SummaryA lightweight terminal graphics engine
upload_time2024-09-08 19:30:58
maintainerNone
docs_urlNone
authorcatbox305
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### cge 0.7.5
###### A lightweight terminal graphics engine.
***

Looking for a simple, lightweight package? Easily managable features?

cgepy will handle that, with a sturdy system to build interfaces on top of.
***
Current features:
* A flexible grid system where you can swap between multiple canvases.
* Custom coloring that is applicable to all text
* Higher resolution display capabilities vs. colored unicode full blocks.
* A basic sprite system for easier manipulation of the canvas.
* Multiple screen clearing methods for greater control of your programs.
***
Upcoming features:
* The sprite system will be revamped entirely to allow systematic loading and manipulation of many points at once.
* A stroke function to eliminate repeated write operations, save time, and serve as a replacement for the old map system.
* Text will be added back as a more integrated feature that will come built into the existing grid framework.

***
###### Note: cgepy has not been tested on windows, and coloring may not appear due to how powershell handles ansi. This can be fixed via the colorama library. 
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/catbox305/cge",
    "name": "cgePy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "catbox305",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/51/a8/4f48f466f6a173a70601ac2a1996b36eeebd037e6bc927dfbfb6fd2d10a9/cgepy-0.7.5.tar.gz",
    "platform": null,
    "description": "### cge 0.7.5\n###### A lightweight terminal graphics engine.\n***\n\nLooking for a simple, lightweight package? Easily managable features?\n\ncgepy will handle that, with a sturdy system to build interfaces on top of.\n***\nCurrent features:\n* A flexible grid system where you can swap between multiple canvases.\n* Custom coloring that is applicable to all text\n* Higher resolution display capabilities vs. colored unicode full blocks.\n* A basic sprite system for easier manipulation of the canvas.\n* Multiple screen clearing methods for greater control of your programs.\n***\nUpcoming features:\n* The sprite system will be revamped entirely to allow systematic loading and manipulation of many points at once.\n* A stroke function to eliminate repeated write operations, save time, and serve as a replacement for the old map system.\n* Text will be added back as a more integrated feature that will come built into the existing grid framework.\n\n***\n###### Note: cgepy has not been tested on windows, and coloring may not appear due to how powershell handles ansi. This can be fixed via the colorama library. ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight terminal graphics engine",
    "version": "0.7.5",
    "project_urls": {
        "Documentation": "https://cgepy.github.io/docs",
        "Homepage": "https://github.com/catbox305/cge",
        "Repository": "https://github.com/catbox305/cge"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aabaa4ea57b1c304f75e2ca753d0ca32c98d7779cf45b3e6d4aecb48c986c7f8",
                "md5": "650b68c05fb4acec2646b909a3431c68",
                "sha256": "216e94a3b94ea15c319eaf07f0726f2421644f590bb8403fe37b549bef180a38"
            },
            "downloads": -1,
            "filename": "cgepy-0.7.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "650b68c05fb4acec2646b909a3431c68",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 6704,
            "upload_time": "2024-09-08T19:30:57",
            "upload_time_iso_8601": "2024-09-08T19:30:57.218478Z",
            "url": "https://files.pythonhosted.org/packages/aa/ba/a4ea57b1c304f75e2ca753d0ca32c98d7779cf45b3e6d4aecb48c986c7f8/cgepy-0.7.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51a84f48f466f6a173a70601ac2a1996b36eeebd037e6bc927dfbfb6fd2d10a9",
                "md5": "e7652286dbbe9769d64c7bc4a7de85b8",
                "sha256": "054607fc4f9dfabbf818518da2afde9fb75c8bc46ec9e67466db6b00cd1de817"
            },
            "downloads": -1,
            "filename": "cgepy-0.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e7652286dbbe9769d64c7bc4a7de85b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 5326,
            "upload_time": "2024-09-08T19:30:58",
            "upload_time_iso_8601": "2024-09-08T19:30:58.405526Z",
            "url": "https://files.pythonhosted.org/packages/51/a8/4f48f466f6a173a70601ac2a1996b36eeebd037e6bc927dfbfb6fd2d10a9/cgepy-0.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 19:30:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "catbox305",
    "github_project": "cge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cgepy"
}
        
Elapsed time: 0.73763s