chobo


Namechobo JSON
Version 0.99.11 PyPI version JSON
download
home_pageNone
SummaryA Python package for graphical displays
upload_time2024-08-21 17:52:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chobo

The chobo module is a forked version of the [intrographics](http://myslu.stlawu.edu/~ltorrey/intrographics/) module developed by [Dr. Lisa Torrey](http://myslu.stlawu.edu/~ltorrey/).

It allows you to create graphical displays in your Python 3 programs.
The name chobo (초보) is a Korean word that means a beginner/novice, and the name is to inspire beginners at programming to give it a try.

It is written in [Python 3](https://www.python.org/), and uses the [pygame](https://www.pygame.org/) module as the back-end, and adds the following features:

* Image files other than just GIF
* Arc as a new shape
* An empty image shape
* Shape rotations
* Use of any system fonts
* Sound/music files and their playback

The full documentation is available in the [doc](https://github.com/choongsoo/chobo/tree/master/doc) folder.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "chobo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Choong-Soo Lee <choongsoo.lee@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/74/63/bdad2e88c9848138f89b2d83e1ad924300cd476aa4f87bdeca95520fa482/chobo-0.99.11.tar.gz",
    "platform": null,
    "description": "# chobo\n\nThe chobo module is a forked version of the [intrographics](http://myslu.stlawu.edu/~ltorrey/intrographics/) module developed by [Dr. Lisa Torrey](http://myslu.stlawu.edu/~ltorrey/).\n\nIt allows you to create graphical displays in your Python 3 programs.\nThe name chobo (\ucd08\ubcf4) is a Korean word that means a beginner/novice, and the name is to inspire beginners at programming to give it a try.\n\nIt is written in [Python 3](https://www.python.org/), and uses the [pygame](https://www.pygame.org/) module as the back-end, and adds the following features:\n\n* Image files other than just GIF\n* Arc as a new shape\n* An empty image shape\n* Shape rotations\n* Use of any system fonts\n* Sound/music files and their playback\n\nThe full documentation is available in the [doc](https://github.com/choongsoo/chobo/tree/master/doc) folder.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for graphical displays",
    "version": "0.99.11",
    "project_urls": {
        "Bug Tracker": "https://github.com/choongsoo/chobo/issues",
        "Homepage": "https://github.com/choongsoo/chobo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "147737ce1f3ba6a2100f20613b156884c14a7466e26893329d51434ad3cf5c44",
                "md5": "43a9b13d9c9746c26b6c6f4e83609a5e",
                "sha256": "ab71b46530e62b65e4d29395bc8a7343cc3305aeaa0a6c929d5da407f9b98634"
            },
            "downloads": -1,
            "filename": "chobo-0.99.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43a9b13d9c9746c26b6c6f4e83609a5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20153,
            "upload_time": "2024-08-21T17:52:08",
            "upload_time_iso_8601": "2024-08-21T17:52:08.788927Z",
            "url": "https://files.pythonhosted.org/packages/14/77/37ce1f3ba6a2100f20613b156884c14a7466e26893329d51434ad3cf5c44/chobo-0.99.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7463bdad2e88c9848138f89b2d83e1ad924300cd476aa4f87bdeca95520fa482",
                "md5": "3c41e747987f6a16837c360f17e380fa",
                "sha256": "845c5775cf21bdabcd0b008bb8b3ee9727a9927f9a0d23d8357d9de165d7c486"
            },
            "downloads": -1,
            "filename": "chobo-0.99.11.tar.gz",
            "has_sig": false,
            "md5_digest": "3c41e747987f6a16837c360f17e380fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20975,
            "upload_time": "2024-08-21T17:52:09",
            "upload_time_iso_8601": "2024-08-21T17:52:09.685214Z",
            "url": "https://files.pythonhosted.org/packages/74/63/bdad2e88c9848138f89b2d83e1ad924300cd476aa4f87bdeca95520fa482/chobo-0.99.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-21 17:52:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "choongsoo",
    "github_project": "chobo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chobo"
}
        
Elapsed time: 0.41036s