loadgui


Nameloadgui JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryBuild a loading screen for your project.
upload_time2022-12-22 12:45:05
maintainer
docs_urlNone
author
requires_python>=3.8
licensePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords loader screen
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # load-screen
Wanna create a loading screen ideal for your Python console project? You came to the right place.
- Use "pip install loadgui" to install library
- (Package published in PyPI as "loadgui 1.0.0")

## Docs
First of all, to test if the library is working, run the __main__.py inside loadgui-master\loadgui
- If nothing outputs/Outputs "OS compatible with library", you are good to go!

### Start the loading screen
To start loading: 
- Import the library. Import loadgui.
- Prefixes for next step: D = delay, a = all, t = text, r = right, d = down, l = left, u = up
- Call load_screen(rD, dD, lD, uD, aD, t)

OPTIONAL STEPS [
- For 1 second delay for each: load_screen(0, 0, 0, 0, 1, "TEXT")
- For 1 second delay added for each: load_screen(0, 1, 2, 3, 1, "TEXT")

]

No need to download any additional libraries

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "loadgui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "loader,screen",
    "author": "",
    "author_email": "Gorzan <gorzan0123@gmai.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/a6/f7ed2008a85f69d76a1af9b415b6ccaf6c6a5ccc177563ffbfd5e5b8080f/loadgui-1.0.0.tar.gz",
    "platform": null,
    "description": "# load-screen\r\nWanna create a loading screen ideal for your Python console project? You came to the right place.\r\n- Use \"pip install loadgui\" to install library\r\n- (Package published in PyPI as \"loadgui 1.0.0\")\r\n\r\n## Docs\r\nFirst of all, to test if the library is working, run the __main__.py inside loadgui-master\\loadgui\r\n- If nothing outputs/Outputs \"OS compatible with library\", you are good to go!\r\n\r\n### Start the loading screen\r\nTo start loading: \r\n- Import the library. Import loadgui.\r\n- Prefixes for next step: D = delay, a = all, t = text, r = right, d = down, l = left, u = up\r\n- Call load_screen(rD, dD, lD, uD, aD, t)\r\n\r\nOPTIONAL STEPS [\r\n- For 1 second delay for each: load_screen(0, 0, 0, 0, 1, \"TEXT\")\r\n- For 1 second delay added for each: load_screen(0, 1, 2, 3, 1, \"TEXT\")\r\n\r\n]\r\n\r\nNo need to download any additional libraries\r\n",
    "bugtrack_url": null,
    "license": "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Build a loading screen for your project.",
    "version": "1.0.0",
    "split_keywords": [
        "loader",
        "screen"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d945a6823c2f0844e2221288cc75e150",
                "sha256": "2aaf661f94c5ae3c7046f1e70db43ff20c21ae03fabd02cdb69702269477705c"
            },
            "downloads": -1,
            "filename": "loadgui-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d945a6823c2f0844e2221288cc75e150",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4637,
            "upload_time": "2022-12-22T12:45:04",
            "upload_time_iso_8601": "2022-12-22T12:45:04.228889Z",
            "url": "https://files.pythonhosted.org/packages/4d/b9/0061f695882751fdec14b0a140d804f3c828d6a49a795fe4af2c18332721/loadgui-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ea68bf12a1b1c7b3963d3dfff19aef3f",
                "sha256": "2c6728a71966f6c6f5c793759627a89c39ad537100dcb59e68864cdbac4818d4"
            },
            "downloads": -1,
            "filename": "loadgui-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ea68bf12a1b1c7b3963d3dfff19aef3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3797,
            "upload_time": "2022-12-22T12:45:05",
            "upload_time_iso_8601": "2022-12-22T12:45:05.864840Z",
            "url": "https://files.pythonhosted.org/packages/7e/a6/f7ed2008a85f69d76a1af9b415b6ccaf6c6a5ccc177563ffbfd5e5b8080f/loadgui-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 12:45:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "loadgui"
}
        
Elapsed time: 0.02227s