launchscreen


Namelaunchscreen JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/mahinbinhasan/launchscreen
SummaryLaunch Screen for Tkinter
upload_time2023-01-20 05:19:33
maintainer
docs_urlNone
authorMahin Bin Hasan (mahinbinhasan)
requires_python
licenseMIT
keywords python launchscreen tkstartingwindow transparent window
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mahin launch Screen

launch Screen is a Python library for creating launching (loading) screen.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install launchscreen.

```bash
pip install launchscreen
```

## Usage

```python
from launchscreen import *
Yourscreen=screen('d.png',5000)#here 5000 is delay time in m.sec unit
Yourscreen.run()

```
## Update
Added threading . Now it won't take extra time.

## Contributing


Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
## Contact
[My Facebook](https://www.facebook.com/root.mahin)
[My Github](https://www.github.com/mahinbinhasan)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mahinbinhasan/launchscreen",
    "name": "launchscreen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,launchscreen,tkstartingwindow,transparent window",
    "author": "Mahin Bin Hasan (mahinbinhasan)",
    "author_email": "<allmahin149@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/30/a0/b0a11cb9f4c73787d7ad6b9d2736bd17f85d84d77a8ddadd1514811c3bbe/launchscreen-1.0.8.tar.gz",
    "platform": null,
    "description": "# Mahin launch Screen\n\nlaunch Screen is a Python library for creating launching (loading) screen.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install launchscreen.\n\n```bash\npip install launchscreen\n```\n\n## Usage\n\n```python\nfrom launchscreen import *\nYourscreen=screen('d.png',5000)#here 5000 is delay time in m.sec unit\nYourscreen.run()\n\n```\n## Update\nAdded threading . Now it won't take extra time.\n\n## Contributing\n\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n## Contact\n[My Facebook](https://www.facebook.com/root.mahin)\n[My Github](https://www.github.com/mahinbinhasan)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Launch Screen for Tkinter",
    "version": "1.0.8",
    "split_keywords": [
        "python",
        "launchscreen",
        "tkstartingwindow",
        "transparent window"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18c99bf8c92fafa318226186d16478782ecf20da60d725391b5666eea21d47a6",
                "md5": "1df0be6f6ac0b8d487703544779eae20",
                "sha256": "74bac2466909619f2f184fabb64559b329804a6ea3c838bd3e2ff708dd2ef48e"
            },
            "downloads": -1,
            "filename": "launchscreen-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1df0be6f6ac0b8d487703544779eae20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3570,
            "upload_time": "2023-01-20T05:19:22",
            "upload_time_iso_8601": "2023-01-20T05:19:22.612816Z",
            "url": "https://files.pythonhosted.org/packages/18/c9/9bf8c92fafa318226186d16478782ecf20da60d725391b5666eea21d47a6/launchscreen-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30a0b0a11cb9f4c73787d7ad6b9d2736bd17f85d84d77a8ddadd1514811c3bbe",
                "md5": "491e1ea4ae4de729f49ebd2e2a351d62",
                "sha256": "cd1ac6b2023bf3cfd1f3f4fcb24c06e8ee62e2fc5fcef247955c1849da8cc7a4"
            },
            "downloads": -1,
            "filename": "launchscreen-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "491e1ea4ae4de729f49ebd2e2a351d62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3127,
            "upload_time": "2023-01-20T05:19:33",
            "upload_time_iso_8601": "2023-01-20T05:19:33.693169Z",
            "url": "https://files.pythonhosted.org/packages/30/a0/b0a11cb9f4c73787d7ad6b9d2736bd17f85d84d77a8ddadd1514811c3bbe/launchscreen-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 05:19:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mahinbinhasan",
    "github_project": "launchscreen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "launchscreen"
}
        
Elapsed time: 0.02881s