gameslib


Namegameslib JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryEverything you need to have for a basic Console-only Game in Python.
upload_time2022-11-30 18:31:29
maintainer
docs_urlNone
authorTRC Loop
requires_python
licenseMIT
keywords game console terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GamesLib
This Library for making Console Games.

## What it includes
- Datatypes
- Filesystem-Builtins
- Console Text Positioning
- Spinner for loadingscreens
- Float to String conversion


## Installation
Installation Command
`pip install gameslib`
or
`python -m pip install gameslib`

## Have fun making games (;

# Changelog
Newest Version Release: `None`
Newest Version: `0.1.0`



- 0.1.0 (11/30/2022) ALPHA PUBLIC RELEASE



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gameslib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "game,console,terminal",
    "author": "TRC Loop",
    "author_email": "aro.yt.mail@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/03/d8/923525c59624c5afcb9517c347a086a76d974d08d9f05a0f17a860ea2b07/gameslib-0.1.0.tar.gz",
    "platform": null,
    "description": "# GamesLib\r\nThis Library for making Console Games.\r\n\r\n## What it includes\r\n- Datatypes\r\n- Filesystem-Builtins\r\n- Console Text Positioning\r\n- Spinner for loadingscreens\r\n- Float to String conversion\r\n\r\n\r\n## Installation\r\nInstallation Command\r\n`pip install gameslib`\r\nor\r\n`python -m pip install gameslib`\r\n\r\n## Have fun making games (;\r\n\r\n# Changelog\r\nNewest Version Release: `None`\r\nNewest Version: `0.1.0`\r\n\r\n\r\n\r\n- 0.1.0 (11/30/2022) ALPHA PUBLIC RELEASE\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Everything you need to have for a basic Console-only Game in Python.",
    "version": "0.1.0",
    "split_keywords": [
        "game",
        "console",
        "terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "bbbdcac86ab5bf6b9fe384c475de6937",
                "sha256": "0c0155a9a6599c3b4dffb5f24b1a526aa0d8143da79e3d5425da6673f2934b86"
            },
            "downloads": -1,
            "filename": "gameslib-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bbbdcac86ab5bf6b9fe384c475de6937",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5706,
            "upload_time": "2022-11-30T18:31:29",
            "upload_time_iso_8601": "2022-11-30T18:31:29.676702Z",
            "url": "https://files.pythonhosted.org/packages/03/d8/923525c59624c5afcb9517c347a086a76d974d08d9f05a0f17a860ea2b07/gameslib-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 18:31:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "gameslib"
}
        
Elapsed time: 0.01293s