textbasedlib


Nametextbasedlib JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://tblib-docs.devplodocus.repl.co
SummaryA library for creating text-based games in the terminal
upload_time2023-07-04 12:09:16
maintainer
docs_urlNone
authorgugu256 (Gustave Dufresne-Walter)
requires_python
licenseMIT License
keywords python lightweight game-development terminal-based terminal-game text-based-game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Text-Based Lib

TBLIB is a python library made for creating text-based games in the terminal

# Usage

To use TBLIB, you'll need to download it from pip:

`pip install textbasedlib`

Then, you can move to your coding directory and initalize and empty TBLIB project:

`python -m textbasedlib new_project "Project Name"`

And there you go!

Now you can go and explore the documentation : https://tblib-docs.devplodocus.repl.co

# Authors

TBLIB was created by gugu256 (www.gugu256.github.io) and canard (www.canard101.github.io). 

It  uses the Pixel-Console-Image system by El1teWatermelon (www.github.com/El1teWatermelonGames) and the typewriting effect by NaolNinja (www.replit.com/@NaolNinja).

            

Raw data

            {
    "_id": null,
    "home_page": "https://tblib-docs.devplodocus.repl.co",
    "name": "textbasedlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,lightweight,game-development,terminal-based,terminal-game,text-based-game",
    "author": "gugu256 (Gustave Dufresne-Walter)",
    "author_email": "gugu256@mail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/d0/bd6ba30e1a4f048e420912133911a5daaba531235b93f90da14ab91a47bd/textbasedlib-1.2.tar.gz",
    "platform": null,
    "description": "# Text-Based Lib\r\n\r\nTBLIB is a python library made for creating text-based games in the terminal\r\n\r\n# Usage\r\n\r\nTo use TBLIB, you'll need to download it from pip:\r\n\r\n`pip install textbasedlib`\r\n\r\nThen, you can move to your coding directory and initalize and empty TBLIB project:\r\n\r\n`python -m textbasedlib new_project \"Project Name\"`\r\n\r\nAnd there you go!\r\n\r\nNow you can go and explore the documentation : https://tblib-docs.devplodocus.repl.co\r\n\r\n# Authors\r\n\r\nTBLIB was created by gugu256 (www.gugu256.github.io) and canard (www.canard101.github.io). \r\n\r\nIt  uses the Pixel-Console-Image system by El1teWatermelon (www.github.com/El1teWatermelonGames) and the typewriting effect by NaolNinja (www.replit.com/@NaolNinja).\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A library for creating text-based games in the terminal",
    "version": "1.2",
    "project_urls": {
        "Homepage": "https://tblib-docs.devplodocus.repl.co"
    },
    "split_keywords": [
        "python",
        "lightweight",
        "game-development",
        "terminal-based",
        "terminal-game",
        "text-based-game"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "817b1c0708b1fc4a313384a9f741e651d655697e993a62882fde331c57015014",
                "md5": "bc0eb0460842fa10e813f9f77c4f8a8f",
                "sha256": "833f94e5e675dbcd8fdd1715ba73868c8421adbc352cc4ae8fd6f985dd0e0417"
            },
            "downloads": -1,
            "filename": "textbasedlib-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc0eb0460842fa10e813f9f77c4f8a8f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6376,
            "upload_time": "2023-07-04T12:09:15",
            "upload_time_iso_8601": "2023-07-04T12:09:15.004858Z",
            "url": "https://files.pythonhosted.org/packages/81/7b/1c0708b1fc4a313384a9f741e651d655697e993a62882fde331c57015014/textbasedlib-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddd0bd6ba30e1a4f048e420912133911a5daaba531235b93f90da14ab91a47bd",
                "md5": "79a28ed4f3aedcd9c7c24ffde9185cab",
                "sha256": "ff23251d4d2b866736ef55e820ccd671bce87518c24cad2bd9506015b333a97f"
            },
            "downloads": -1,
            "filename": "textbasedlib-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "79a28ed4f3aedcd9c7c24ffde9185cab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5651,
            "upload_time": "2023-07-04T12:09:16",
            "upload_time_iso_8601": "2023-07-04T12:09:16.176158Z",
            "url": "https://files.pythonhosted.org/packages/dd/d0/bd6ba30e1a4f048e420912133911a5daaba531235b93f90da14ab91a47bd/textbasedlib-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 12:09:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "textbasedlib"
}
        
Elapsed time: 0.08531s